Orbit is a local-first collaboration workspace for coordinating multiple CLI-backed digital employees across isolated workspaces and conversations.
Install a release package that matches your operating system:
npm install -g .\orbit-<version>-windows-x64.tgzAfter public npm publishing is ready, install the scoped package instead:
npm install -g @kevinforge/orbitYou can also run Orbit from a source checkout:
npm ci
npm run build
npm run devDo not run npm install -g orbit against the public npm registry. That package
name is owned by an unrelated project and can fail at startup with
ERR_PACKAGE_PATH_NOT_EXPORTED for uuid/v1.
orbitOpen http://localhost:4317.
New to Orbit? Start with the quickstart. Chinese readers can use the Chinese quickstart.
Orbit coordinates CLI-backed digital employees. The digital employees require at least one supported runtime CLI:
| Runtime | Install |
|---|---|
| Claude Code | npm install -g @anthropic-ai/claude-code |
| Codex | npm install -g @openai/codex |
| CodeBuddy | npm install -g @tencent-ai/codebuddy-code |
- Five built-in digital employee templates: product manager (
pm), architect, developer, tester, and supervisor - Custom digital employee creation and configuration via UI
- Per-employee permissions for file access, commands, dependency installs, and git operations
- Workspace templates for blank or multi-employee collaboration setups
- Multiple conversations with background execution and visible running employees
- Explicit assignments, handoffs, and per-employee run queues
- Collaboration Insights for task outcomes, employee collaboration, execution timelines, and duration trends
- Markdown rendering for employee replies
- Session persistence across runs
Orbit is released under the MIT License. Please report security issues through the policy in SECURITY.md.
See SUPPORT.md for bug reports, feature requests, security reporting, and release-candidate support expectations.
Orbit stores local product data under ~/.orbit. See
docs/DATA_DIRECTORY.md for the data layout, backup,
restore, and reset guidance.
See docs/TERMINOLOGY_AND_ROUTING.md for the
public product terms and @developer: style assignment marker rules.
See CONTRIBUTING.md for the development workflow and docs/RELEASE_CHECKLIST.md for release candidate verification. The first 1.0 release-candidate notes are drafted in docs/RELEASE_NOTES_v1.0.0-rc.1.md.