Skip to content

Installation

Quick install

sh
curl -fsSL https://raw.githubusercontent.com/zdavison/deer/main/install.sh | bash

This installs both deer (the TUI dashboard) and deerbox (the standalone CLI).

Supported platforms

OSArchitecture
macOSx64, arm64
Linuxx64, arm64

Prerequisites

deer requires the following tools to be installed and available on your PATH:

ToolWhyInstall
tmuxEach agent runs in a tmux sessionbrew install tmux or apt install tmux
gh (GitHub CLI)PR creation and GitHub API accesscli.github.com
Claude Code CLIThe agent runtimedocs.anthropic.com

Make sure gh is authenticated (gh auth login) and Claude Code is logged in (claude should launch without prompting for credentials).

Verify the installation

sh
deer --version
deerbox --version

Both commands should print a version number.

Building from source

If you prefer to build from source, you need Bun installed:

sh
git clone https://github.com/zdavison/deer.git
cd deer
bun install
bun run build

The compiled binaries are written to dist/.

Released under the MIT License.