One command installs the binary, the agent skills, and shell completions.
Install
boxd binary in ~/.local/bin/boxd. It supports macOS (Apple Silicon) and Linux (x86_64 and arm64).
What you get
One install sets up three things:- The binary. Every command in the reference, plus an interactive REPL. Running bare
boxdin a terminal drops intoboxd (org)>, where you type the same commands without theboxdprefix, with tab completion and arrow-key pickers for missing arguments. - Client utilities. The bridge that brings your clipboard, local files, and browser into a machine (macOS Apple Silicon for now) is built into the same binary. It’s off by default. Turn it on with
boxd config set client-utils.enable true. - Agent skill. The installer drops the
boxd-cliskill for Claude Code, Codex, and OpenCode. It teaches the agent to drive the CLI and loads automatically whenever the agent works with boxd. Claude Code picks it up from~/.claude/skills/, and when Codex or OpenCode is on your laptop the same skill lands in their skill directories too.
Verify
Shell completions
Tab-completes commands, flags, and your machine, snapshot, org, proxy, and key names, fetched live. Completions are set up automatically by the installer and onboxd auth login. To (re)install manually: