New · Routines, plus the iPhone and Android app

The terminal for your agents and your stack

Run Claude Code , Codex , Antigravity , Kimi & Grok side by side and let one orchestrate the rest. 100% local, on the subscriptions you already pay for.

macOS
Windows
Linux
Split view
Orchestration
Voice prompts
Git Diff
File editor
Routines

Three steps, no magic

1

Open a project

Add a project folder. HiveTerm detects your stack automatically.

2

Set up your agents

Add agents and commands. Configure in the UI or write a hive.yml.

3

Watch them work

They run side by side. And routines run on schedule, whether you're watching or not.

Works with the CLIs you already use

Claude Code, Codex, Antigravity, Kimi, OpenCode, Amp, Cline, Grok, plus any dev server, watcher, or build command. No lock-in, no reselling your tokens.

Claude Code Claude Code Codex Codex Antigravity Antigravity Kimi Kimi
OpenCode OpenCode Amp Amp Cline Cline Grok Grok

Auto-detects Node, Laravel, Rust, Go, Python & Rails the moment you open a project.

Built for people running real agent teams

"I'm CTO of a group with five-plus companies, so three or four projects open at once is just my normal day. Doing that across Cursor and the stock macOS terminal was a mess, and I kept losing track of which agent was doing what. So I built HiveTerm. Today I run 4 projects and 9 agents in parallel and know exactly what each one is doing."
Ebrahim Leite
Creator of HiveTerm
"Three things running at once: Claude Code, Codex, and my dev server. Hive is the first time I could actually watch what each one was doing instead of alt-tabbing and guessing. And the sub-agent tree got me. Claude spins up its own helpers and you just see them show up."
João Pedro
João Pedro
Full-stack Developer
8

AI agents supported

6

routine templates to start from

3

macOS, Windows & Linux

~20 MB

native, no Electron

Everything your stack needs, in one window

Define it in YAML, review and ship with git, search every file, and talk to your agents, all without leaving HiveTerm.

The 9 a.m. briefing runs without you.

A routine is a scheduled task for an agent already in your sidebar: daily, weekdays, weekly, or every N hours. Agent stopped? HiveTerm starts it. Busy? It interrupts and injects the task. Watch it, reply mid-run, run it now, or pause.

  • Ready-made templates: morning briefing, issue triage, dependency audit, changelog, test health, branch cleanup.
  • Agents create routines too: ask in chat, it schedules one through Hive.
  • 2 routines on Free. Unlimited on Pro.
R pick the agent → write the task → daily, weekdays, weekly, or every few hours
Routines · Morning briefing Daily 09:00
Claude
Summarize what changed in this repo since yesterday: commits, open PRs, new issues. End with the three things that need me most.
Thinking…
Claude · Running

12 commits on main, 3 open PRs. The auth rewrite is the one I'd look at first. Tests are green.

Runs in that agent's own tab. If it's stopped, HiveTerm starts it first.

Beta

Answer your agents from your phone.

Pairs with your desktop over a QR code. Agents keep running on your machine; your phone joins the same session, live.

  • A live terminal for any bee: open it on your phone, read the output, type back.
  • Reply by text or by voice. Dictating beats a phone keyboard.
  • End-to-end encrypted push when an agent needs you. Tapping it opens that exact bee.
Request a beta invite Free during the beta. The invite includes 7 days of Pro.

Your whole stack in one hive.yml

Define every agent and process once. Commit it to the repo. Your teammate clones, opens the project, and gets the exact same workspace, same agents, same env, same instructions.

  • Per-bee env, working dir, auto-start and auto-restart
  • Restart-on-file-change for watchers and dev servers
  • System-prompt instructions injected at agent startup
hive.yml
# Your whole stack, versioned in git
name: My App
bees:
  claude:
    type: agent
    command: claude
    instructions: "Senior engineer. Ship clean PRs."
  api:
    command: npm run dev
    auto_start: true
    restart_on_change: ["src/**"]
  worker:
    command: php artisan queue:work
feat/queen-tree
+64 −9
OPEN #128 · Add live sub-agent tree
src/queen/spawn.rs +42 −6
src/sidebar/Tree.tsx +18 −3
hive.yml +4 −0
feat: live sub-agent tree…

Review, commit, and ship without leaving HiveTerm

A live diff panel, inline commit and push, one-click pull requests. When an agent finishes, hit "Ask Claude" and it writes the commit message for you.

  • Diff panel with per-file +/- counts and PR status
  • Inline commit, push and create-PR, no context switch
  • Syntax-highlighted file viewer with VSCode-style search

Find any file, search every line

A built-in file tree and VSCode-style search across your whole project, fuzzy-find by name, or grep every line with case, whole-word and regex toggles.

  • Fuzzy file finder, basename-weighted, jump to any file in a keystroke
  • Find in Files with case, whole-word and regex; results grouped by file, jump to the exact line
  • Syntax-highlighted viewer (Shiki, 37+ languages) that respects your .gitignore
spawn_bee
Aa ab .*
src
queen
mcp_server.rs
spawn.rs
sidebar
Tree.tsx
hive.yml
3 results · 2 files
src/queen/mcp_server.rs
42fn spawn_bee(req: SpawnReq) {
src/sidebar/Tree.tsx
18await spawnBee(beeId)
61const id = spawnBee(child)
Pro

Talk to your agents

Press a key, say what you want, and the text shows up in the agent's input. Useful when you've got an idea but don't feel like typing two paragraphs.

  • No API key to set up. Transcription runs on HiveTerm's own service, included with Pro.
  • It handles dozens of languages and auto-detects the one you're speaking.
  • The transcription lands in the input. Nothing gets sent until you hit enter, so you can clean it up first.
M or click the floating mic in any agent terminal
0:00

Pin it now, deal with it later

Pin any line of output to a per-project checklist, keep notes under it, and let your agents manage both over the built-in MCP server.

  • Pin output from any terminal, even full-screen TUIs like Claude Code. Each pin gets a title and an editable body.
  • Agents create and check off pins over MCP, so Claude can track its own plan as it works.
  • A notes scratchpad per project that autosaves as you type.

And the details that keep you in flow

Four different AIs. One screen.

Split your window into a live grid, Claude Code on the left, Codex on the right, your dev server and tests below. Four different agents from four vendors, every pane a real terminal, all visible at once. No more alt-tab roulette to find which agent needs you.

HiveTerm split panes, Claude Code, Codex and a dev server running side by side in one window

Any layout

Drag panes into 2-up, 3-up, or a 2×2 grid. Resize live, no restart.

Named split groups

Save a layout as a group, "Backend trio", "Review pair", and reopen the whole arrangement in one click.

One keyboard, every pane

Focus follows your click, type into any agent without losing the others.

Crash recovery built in

Processes auto-restart on non-zero exit. When an agent crashes, you see the exit code, the last 30 lines, and a Restart button.

Notified, not interrupted

Build done, test failed, agent stuck? You get a native OS notification, not a blinking tab you might miss.

Warm, themeable, yours

A warm light/dark palette that follows your OS, five bundled mono fonts, and a UI translated into English, Portuguese & Spanish.

Every shortcut, yours

Remap, disable or reset any keyboard shortcut in Settings → Hotkeys. Conflicts are caught as you bind, and the essentials, tab switching, copy and paste, stay protected.

One agent can spawn a whole team

Through a built-in MCP server, your agents spawn their own sub-agents, read each other's output, and ping you when they're done, and you watch the whole tree live in your sidebar.

Live agent tree
queen · mcp
Claude orchestrator
test-fixer
docs-writer
Codex
refactor-helper
dev-server :5173

Delegate on demand

An agent hands a piece of work to a fresh sub-agent and keeps going on its own task, no setup from you.

Project-isolated

Sub-agents only see the agents and processes in their own project. No cross-talk, no surprises across workspaces.

Ask another agent

From CEO, ask CTO. The question shows in CTO's tab. The answer comes back here.

What agents can call

Process

spawn_bee Create new processes and agents on the fly
list_bees See all processes across projects
write_input Send input to running processes
notify Push native desktop notifications

Talk

ask_bee Ask another agent and wait for the reply here
create_agent Add a lasting agent to the sidebar
send_message Send a structured message to another agent
read_inbox Receive messages from other agents, no scraping

Routines

create_routine Schedule a task on a live agent
list_routines See routines in this project
run_routine Fire it now into that agent's tab
update_routine Pause, rename, or change the schedule

Pins & notes

create_pin Pin a message or its own plan to the board
set_pin_done Check a pin off when the work is done
get_notes Read a project's notes scratchpad

Other AI terminals run one agent. HiveTerm runs a team.

Feature HiveTerm Conductor Warp T3 Code
Scheduled routines on your agent
iPhone & Android companion
Sub-agent tree (MCP)
Pins & notes, agent-managed (MCP)
Live split-pane grid of different agents
Runs your dev stack (servers, workers)
macOS, Windows & Linux
Config-as-code workspace
Claude, Codex, Antigravity & Grok
Inline diff, commit & PR
Voice prompts
3 languages (EN/PT/ES)

Free forever. Pro when you outgrow it.

Free

Run a real project with a couple of agents. Free, forever.

$0 /forever
Download Free
  • 1 project
  • 2 agents
  • 2 routines
  • Unlimited terminals & commands
  • 3 MCP sub-agents per agent
  • Full terminal & PTY support
  • Config-driven setup

Pro

MOST POPULAR

No limits. Run as many projects, agents, and sub-agents as you want.

$99 /year
Try Pro free for 14 days

No credit card. Not for you? Full refund within 30 days.

Downloads the app. Your free trial starts inside.

  • Unlimited projects
  • Unlimited agents per project
  • Unlimited sub-agents
  • Unlimited routines
  • Unlimited MCP orchestration
  • Mobile app for iPhone & Android
  • Voice prompts
  • Everything in Free
  • 2 machine activations

14-day free trial · 30-day money-back guarantee

Frequently Asked Questions

Which agents does HiveTerm support?
Any CLI agent, Claude Code, Codex, Antigravity, and Grok are first-class, with one-click flag presets. You can also run any other command-line tool, dev server, watcher, or build process as a "bee".
Do you resell tokens or lock me into a plan?
No. You bring your own subscription or API keys. HiveTerm never proxies your agents or resells tokens. Your code and agents stay on your machine.
What exactly is the MCP server?
A local Model Context Protocol server we call the Queen. It picks an available port automatically. Agents use it to spawn helpers, ask each other, run routines, manage pins, and ping you. Sub-agents stay inside their own project.
Which platforms are supported?
macOS (Apple Silicon and Intel), Windows 10/11, and Linux. The app is built with Rust + Tauri, so it's small and fast, around 20MB.
Is my code or terminal output sent anywhere?
No. Your code, terminal output, and clipboard never leave your machine. Analytics are cookie-free and contain no personal data or terminal contents.
What do I get for free?
1 project, 2 agents, 2 routines, and 3 MCP sub-agents per agent, plus unlimited terminals and commands, and the full terminal, config, and git features. Pro lifts every limit for $99/year (regional pricing applies).
How many machines can I use Pro on?
A Pro license activates on 2 machines. Licenses validate offline and keep working for a 7-day grace period after expiration.
Is there a trial or refund?
Yes, a 14-day free trial with no credit card, and a 30-day money-back guarantee if Pro isn't for you.
Can I run multiple AI agents at the same time?
Yes. HiveTerm splits its window into a live grid so you can run Claude Code, Codex, Antigravity, Grok and your dev processes side by side, every pane is a real terminal, all visible at once. You watch them all work instead of tabbing between single-pane terminals.
What are named split groups?
A named split group is a saved pane layout, say, one agent writing code next to a dev server, a test watcher, and a second agent reviewing the diff. Name it, switch to it instantly, and reopen the same multi-agent workspace every time.
Is HiveTerm an Orca (ADE) alternative?
Yes, with a different shape. Orca isolates agents in git worktrees so they race on a task and you merge the winner. HiveTerm is a workspace: the agents and the stack share one window, a routine fires into the live conversation, and the phone stays paired when you leave. Full comparison on the compare page.
Can Claude Code, Codex and Antigravity work on the same task?
Yes. One agent can spawn helpers; they show up in the sidebar. One agent can ask another. The question appears in that tab, the answer comes back. There is no separate debate room.
What is a routine?
A scheduled task (daily, weekdays, weekly, or every N hours) that runs on an agent in your sidebar. You can watch it, reply mid-run, run it now, or pause it. Free includes 2 routines; Pro is unlimited.

Download HiveTerm. It's free.

Open a project, add your agents, and watch them work side by side. You'll know in 60 seconds if it's for you.