[INSTALL]
Install in 60 seconds.
Runs on your computer. Controlled from the web. Your ChatGPT or Claude subscription does the thinking — BossMode never charges you per message.
[NO TERMINAL NEEDED]
Let your agent install it.
We hand your agent one prompt. It installs BossMode on your machine, registers the device, and comes back online — usually in under 30 seconds.
- 01
Create your free account.
One email. No credit card. Your workspace is ready in under a minute.
- 02
Pick the AI you already use.
Pick the AI you already use — Claude, ChatGPT, Claude Code, Codex, Hermes, or OpenClaw. BossMode runs alongside it.
- 03
Paste one prompt into your agent.
We write the prompt for you. Paste it into your AI. It installs BossMode on your computer and connects it to your account. Usually done in under 30 seconds.
Free forever. No credit card. Paid plans unlock cross-device sync, reports, team, approvals.
[FOR DEVELOPERS — POST-SIGNUP]
One command. Full control.
Already signed up? Install via terminal. Your vendor CLIs keep their own OAuth — we never hold tokens.
$ npx @bossmode/cli@latest init --wizard- • Pairs this device with your workspace.
- • Detects your installed agent harnesses.
- • Starts the cockpit on localhost:5173.
- • Cross-device sync flows through immediately.
Need to sign up first? Create your workspace, then come back.
[WHAT YOU GET]
Same product, whichever path you pick.
Runs on your computer.
Your AI subscription (Claude Pro, ChatGPT Plus, whatever) does the work. We don't charge you per message — only for the setup around it.
Controlled from the web.
Your rules, your approvals, your daily reports — all managed at bossmode.ing. You set them once, from any device.
Cross-device sync.
Install on your laptop and desktop. Same workspace. Directives flow both ways in seconds.
[DEVELOPERS — FULL CLI FLOW]
The terminal-native install.
Three commands. After signup, your machine. Your vendor subscriptions. BossMode never holds your tokens — we spawn your installed vendor CLI under its own OAuth.
[STEP 01]
Sign up first, then pair the CLI.
Create your free account at bossmode.ing/signup. The wizard drops you at a workspace and emits a one-time install token.
$ npx @bossmode/cli@latest init --wizard[STEP 02]
Start the daemon.
Opens the cockpit on localhost:5173 and starts polling your workspace for work. Detects claude, codex, hermes, and openclaw — your vendor CLIs keep their own OAuth, we never hold tokens.
$ npx @bossmode/cli start[STEP 03]
You are running.
Directives, reports, and cross-device sync flow through immediately. Install the CLI on a second machine to pair both devices to the same workspace.
$ # second device: same init --wizardBuilding a custom agent harness or CI pipeline? See the API-first / headless path →
[HARNESS-SPECIFIC INSTALL SKILLS]
Prefer your agent to do it?
Each harness gets a one-command install skill. Same end result as npx @bossmode/cli init, just initiated by your agent so you never leave its chat.
Claude Code
Paste one prompt into Claude Code. Binds this device to the Claude Code family runtime.
$ npx @bossmode/cli@latest init --family-runtime=claude_codeHermes
Aaron's primary harness. Persistent identity + BossMode's cockpit = the Co-pilot shape.
$ npx @bossmode/cli@latest init --family-runtime=hermesOpenClaw
Operator path for the OpenClaw runtime. Same init flow, bound to the OpenClaw family.
$ npx @bossmode/cli@latest init --family-runtime=openclawCodex
Codex has no first-class skill system, so the CLI autodetects it on this machine.
$ npx @bossmode/cli@latest initStuck deciding? Go with Sign Up — your agent handles the install either way.