Bootstrap installer for Orbit - the project manager for Claude Code
Project description
orbit-install
Bootstrap installer for Orbit, the project manager for Claude Code.
Install
uvx orbit-install
# or
pipx run orbit-install
The interactive wizard asks which components to install. Default is all:
| Component | What it does |
|---|---|
| Plugin | Registers the orbit plugin with Claude Code (slash commands, MCP, hooks) |
| Dashboard | Installs orbit-dashboard pip package + launchd/systemd service on port 8787 |
| orbit-auto CLI | Installs orbit-auto for autonomous task execution |
| Statusline | Wires ~/.claude/settings.json to run orbit-statusline on every prompt |
| Rules | Copies rule files into ~/.claude/rules/ |
| User commands | Copies /whats-new and /optimize-prompt into ~/.claude/commands/ |
Non-interactive
uvx orbit-install --all # install everything
uvx orbit-install --dashboard --statusline # install a subset
uvx orbit-install --update # refresh everything
uvx orbit-install --uninstall # remove everything (preserves user data)
Maintainer mode
From a clone of claude-orbit:
git clone https://github.com/tomerbr1/claude-orbit.git
cd claude-orbit
uvx orbit-install --local
--local swaps PyPI installs for editable ones and registers the plugin via a local marketplace. Edit files in the clone and see changes live.
Windows
Windows service registration is not yet supported. The installer will register the plugin, pip-install orbit-auto, and print manual instructions for running the dashboard.
Uninstall
uvx orbit-install --uninstall
Removes: plugin registration, pip packages, service units, settings.json entries. Preserves: ~/.claude/orbit/ (projects), ~/.claude/tasks.db (task history).
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orbit_install-1.0.3.tar.gz.
File metadata
- Download URL: orbit_install-1.0.3.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d5eec6c9aeaccdd9c5d4926140962e6fd00fda441de6c51070da657406bd9c1
|
|
| MD5 |
145b958c033cb7072a9aba270b4883af
|
|
| BLAKE2b-256 |
0a34632616538cf2ce72297aeb2ebbf7bed3d5a4d439c3a368485c3f3ea85719
|
File details
Details for the file orbit_install-1.0.3-py3-none-any.whl.
File metadata
- Download URL: orbit_install-1.0.3-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f44fd0a1587f34535afea7a28106c1c7cfdb4d632724816bd716242155a4309f
|
|
| MD5 |
b3cdd630e1c4f9b916d095afe6c0b310
|
|
| BLAKE2b-256 |
ceaba6290e4536d50190cb99284179cdbab0216de4c9abbf6c0063a3d51f2e94
|