Skip to content

kevinforge/orbit

Repository files navigation

Orbit

Orbit is a local-first collaboration workspace for coordinating multiple CLI-backed digital employees across isolated workspaces and conversations.

Install

Install a release package that matches your operating system:

npm install -g .\orbit-<version>-windows-x64.tgz

After public npm publishing is ready, install the scoped package instead:

npm install -g @kevinforge/orbit

You can also run Orbit from a source checkout:

npm ci
npm run build
npm run dev

Do 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.

Run

orbit

Open http://localhost:4317.

New to Orbit? Start with the quickstart. Chinese readers can use the Chinese quickstart.

Requirements

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

Features

  • 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

License And Security

Orbit is released under the MIT License. Please report security issues through the policy in SECURITY.md.

Support

See SUPPORT.md for bug reports, feature requests, security reporting, and release-candidate support expectations.

Local Data

Orbit stores local product data under ~/.orbit. See docs/DATA_DIRECTORY.md for the data layout, backup, restore, and reset guidance.

Terminology And Routing

See docs/TERMINOLOGY_AND_ROUTING.md for the public product terms and @developer: style assignment marker rules.

Contributing

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.

About

Orbit is a local-first collaboration workspace for coordinating multiple CLI-backed digital employees across isolated workspaces and conversations.

Resources

License

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors