Logos

July 22, 2026 ยท View on GitHub

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