Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logos

Logos Editor Workstation Edition

The icon will remain unchanged.

Of course, this is not a fork of Code-OSS.

This edition features:

  • Smaller Electron size
  • Native CRDT collaboration (similar to Atom and Zed, but much faster than Atom and slightly slower than Zed)
  • Compatibility with VS Code extensions
  • WebAssembly extension support via node::wasi, with WebView support for enhanced functionality (more advanced than Zed).
  • More security features, such as virtual file systems, environment variable masking, and mandatory code signing.

The previous version is archived at logos-classic.

Current status: Actively developing

Documentation

Development

npm ci
npm run dev

Run the Lightning test suite, coverage gate, typecheck, and production build:

npm test
npm run test:coverage
npm run typecheck
npm run build:app

Think fast, build faster