01 / clarity
Understands your project first
Beast gets familiar with your project, finds what matters, and makes focused updates with care. For larger tasks, the main agent can break work into subtasks and delegate them to subagents.
Terminal coding agent
Beast brings agentic development under your control, giving language models a tool-driven way to understand your project, make targeted changes, and run approved commands.
The useful middle ground
Beast puts the project and the model in the same loop, without handing over the keys. Every action is visible, scoped, and shaped for software work.
01 / clarity
Beast gets familiar with your project, finds what matters, and makes focused updates with care. For larger tasks, the main agent can break work into subtasks and delegate them to subagents.
02 / control
Beast runs Bash commands in a sandboxed environment on your machine. It does not connect to any server or send your data anywhere other than your chosen LLM provider. Commands still pause for confirmation, so you stay in control of what runs.
03 / continuity
Resume project-scoped sessions, track live token usage, and compact context when work gets deep.
04 / compatibility
Connect to OpenAI, OpenRouter, Groq, Mistral, Ollama, Google-compatible endpoints, or your own base URL.
A better operating rhythm
Give the model read-only access to inspect the codebase and produce an implementation plan without modifying anything.
Switch modes when the plan is clear. Beast exposes editing and execution tools, one deliberate action at a time.
Inspect the edits, approve commands as they appear, and keep the conversation available for the next iteration.
Install Beast
Download Beast and start coding on Linux or through Windows Subsystem for Linux (WSL).
Before you start
Make sure bwrap (bubblewrap) and rg (ripgrep) are installed before running Beast.
bwrap --version
rg --version
mkdir -p ~/.local/bincurl -fsSL https://beast-agent.com/beast -o ~/.local/bin/beastchmod +x ~/.local/bin/beastexport PATH="$HOME/.local/bin:$PATH"beast