AI-native open-source code editor for OpenClaw, built on a fork of Void (which is itself an open-source VS Code fork with built-in AI coding agent).
editor/ # Void fork (git submodule → github.com/ninjaa/void)
# Full VS Code fork with AI agent, chat, inline edits
apps/
extension/ # OpenClaw VS Code extension — Home screen, Setup wizard, Status panel
web/ # OCcode marketing website
wrapper/ # Legacy Electron wrapper (VSCodium-based, being replaced by editor/)
packages/
control-center/ # OpenClaw control center UI components
scripts/ # Build & packaging scripts
cd editor
# Follow Void's build instructions in VOID_CODEBASE_GUIDE.mdcd apps/extension
npm install
npm run compilecd apps/web
npm install
npm run devcd apps/wrapper
npm install
npm start- Fork Void as editor base (
editor/submodule) - Integrate OpenClaw extension into Void's extension host
- Rebrand Void → OCcode (icons, product.json, splash)
- Remove legacy VSCodium wrapper (
apps/wrapper/) - Ship cross-platform builds (Win/Mac/Linux)
Apache 2.0 — see LICENSE