Skip to main content

📦 Installation

The application is distributed as a single litterbox binary, which you'll need to download from the latest release make executable and place on your PATH.

info

We're aware that placing binaries on PATH isn't great for versioning. Packaging is on the roadmap.

What steps are required for you depend on your Linux distribution.

To use our binary distribution, place it somewhere on your PATH. We suggest ~/.local/bin.

mkdir -p ~/.local/bin
curl -L https://github.com/throwparty/litterbox/releases/download/v0.1.0/litterbox_Linux_x86_64 -o ~/.local/bin/litterbox
chmod +x ~/.local/bin/litterbox

Then, add the following to your shell's rc:

export PATH="$PATH:~/.local/bin"

You now need to set up your agent harness to launch the Litterbox MCP server and configure an agent that can only use Litterbox's write and exec tools.