Open the office in minutes
Install the native Go CLI, take a tour in demo mode, then run a live office with a real opencode boss and working sub-agents.
# install the latest binary
curl -fsSL \
https://raw.githubusercontent.com/theboringhumane/
theboringoffice/main/install.sh | sh
# tour the office
theboringoffice --demo
# start a live office
theboringoffice
# or attach to an existing server
theboringoffice --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 and opens the boss chat.
03 / Resume
Your last chat returns automatically. Use --session to choose another.
Config lives at ~/.theboringoffice/configs/brain.json. Inspect the defaults with theboringoffice --print-default-config.
