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
- Debugging with
launch.json, including Agent/MCP control, the$setup-launch-jsonSkill, and VS Code compatibility - Agent runtimes, authentication, ACP Registry, and Agent Debug
- MCP project configuration, external Agent formats, and approval flow
- Extension boundary and sandbox architecture
- Extension developer types and temporary registry format
npm ci
npm run devRun the Lightning test suite, coverage gate, typecheck, and production build:
npm test
npm run test:coverage
npm run typecheck
npm run build:appThink fast, build faster