ZCode is an open-source AI coding workspace that combines desktop, browser, and terminal interfaces around a shared agent runtime. The repository includes an Electron desktop app, web client, backend services, reusable UI packages, and the ZCode Agent CLI. Its terminal interface also serves as the agent runtime used by the other clients. Shared protocols, RPC components, provider integrations, persistence services, and client SDKs keep the different interfaces synchronized. Developers can run local desktop workspaces or prepare assets for remote workspace scenarios. The project uses a pnpm monorepo with React-based UI components and centralized build tooling. It is designed as a complete coding-agent environment rather than a standalone command-line assistant.
Features
- Desktop, browser, and terminal coding interfaces
- Shared AI agent runtimeElectron desktop application
- HTTP and WebSocket backend services
- Reusable React UI and RPC packages
- Local and remote workspace support