Open source AI coding agent

Ship code faster with HanuBees

An open-source AI coding agent that understands your codebase, plans changes, and writes code — all from your terminal.

curl -fsSL https://raw.githubusercontent.com/varsansri/hanubees-coding-agent/master/install | bash
Windows (PowerShell) powershell -c "irm https://hanubees.com/install.ps1 | iex"
hanubees
$ hanubees
HanuBees v1.18.0 — AI coding agent
→ Planning changes for 4 files
→ Running tests before finishing
$ _

Why HanuBees?

Built for developers who want control. HanuBees runs locally, understands your repo, and lets you decide how much autonomy to give it.

Terminal-first

Fast, keyboard-driven workflows that stay out of your editor. Use it in any terminal or IDE.

Multi-model

Bring your own keys for Anthropic, OpenAI, Google, and more. No lock-in.

Agentic by design

Plan mode, build mode, subagents, and custom tools. You choose the level of autonomy.

Open source

MIT licensed. Run locally, self-host, or extend with plugins and custom skills.

Install anywhere

One command on macOS or Linux. Or install via npm, Homebrew, or Docker.

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/varsansri/hanubees-coding-agent/master/install | bash

Windows (PowerShell)

powershell -c "irm https://raw.githubusercontent.com/varsansri/hanubees-coding-agent/master/install.ps1 | iex"

npm

npm install -g hanubees

Homebrew

brew install varsansri/tap/hanubees

Docker

docker run -it --rm ghcr.io/varsansri/hanubees-coding-agent

Termux (Android)

pkg update && pkg install proot-distro
proot-distro install ubuntu && proot-distro login ubuntu
apt update && apt install curl -y
curl -fsSL https://raw.githubusercontent.com/varsansri/hanubees-coding-agent/master/install | bash

View all install options →

See it in action

HanuBees runs in your terminal and works with your existing tools.

HanuBees terminal interface

Dashboard

Manage your API keys, monitor usage, and configure your team's settings from the HanuBees dashboard.