Open the office in minutes
Install the native Go CLI, take a tour in demo mode, then run a live office with a real boss and working sub-agents — on opencode or Claude Code.
# install the latest binary
curl -fsSL https://boringfloor.com/install.sh | sh
# tour the office
theboringfloor --demo
# start a live office (opencode is the default transport)
theboringfloor
# same office, on your Claude Code CLI
theboringfloor --backend claudecode
# or attach to an existing opencode server
theboringfloor --server http://127.0.0.1:4096
01 / Install
The installer places a native binary on your PATH and wires agentmemory as a reboot-safe service.
02 / Run
Live mode starts opencode serve by default — or one claude CLI process per session with --backend claudecode — and opens the boss chat.
03 / Resume
Your last chat returns automatically. Use --session to choose another.
Config lives at ~/.theboringfloor/configs/brain.json. Pin the default transport with "backend": { "name": "claudecode" } — opencode stays the default otherwise; /backend swaps mid-flight and persists. Inspect the defaults with theboringfloor --print-default-config.
