The Open Source Workspace for Agentic Engineering Teams

Agentic Engineering
that actually scales

Run Claude Code, Codex, Gemini and any other CLI Agents in parallel with upto 86% fewer tokens and 92% fewer tool calls

Supports your favorite agents
Supports Claude Code, Codex, Goose, OpenCode, Cline, Gemini CLI, Hermes, Amp, Cursor, Antigravity, Grok.

One place for every agent, in parallel.

Download Now
Tempest workspace
How it works

Open Tempest. Start a session in 3 steps.

Download Tempest

Install the desktop app in seconds on Windows, macOS, or Linux.

Add a project

Open your repo

Point Tempest at any git repository. Sessions get their own isolated worktrees automatically — no manual branching.

Claude
OpenAI
Gemini
DeepSeek
Mistral
Ollama

Run agents in parallel

Pick your tool — Claude Code, Codex, Gemini, or any other. Launch multiple sessions and watch them work at once.

Why Tempest

More windows don't give you more isolation. They give you more chaos.

Shared knowledge base. Every agent on its own branch — nothing steps on anything else. Run five in parallel without confusion.

Parent repo shielded by Hephaestus, branching into isolated agent sandboxes

Total isolation

A git worktree per session keeps every agent on its own branch, and Hephaestus wraps each process in an OS-level sandbox — Job Objects on Windows, sandbox-exec on macOS, bubblewrap on Linux. Nothing escapes.

Shared code-knowledge graph feeding parallel agent sessions

Token intelligence

A local code-knowledge graph lives on your machine and is shared across every session. Agents pull from it instead of scanning files on their own — up to 86% less context, up to 92% fewer tool calls.

Desktop and mobile sharing a single live agent session

Continuity anywhere

Kick off a session on your desktop and pick it up on your phone. The mobile app streams the same agents live, so you review, reply, and ship from wherever you are.

Everything in the box

Twelve capabilities. One workspace.

Tempest is a full agentic engineering platform, not a wrapper. Every feature ships in the same binary, works offline, and stays out of your way.

Claude Codeclaude
Codexcodex
Clinecline
Gemini CLIgemini
$ tempest run
→ 4 agents · 4 worktrees
claude ▸ implementing auth…
codex ▸ writing tests…
cline ▸ refactoring db…
gemini ▸ drafting docs…

One window

Claude Code, Codex, Aider, Gemini — every CLI agent running side by side, no window swapping.

mainfeat/apifeat/uifix/auth

Parallel worktrees

Every session gets its own git worktree and branch. Agents never touch each other's files.

FILE
auth.ts
NOTE
use hs256 for jwt
Claude Codeclaude
Codexcodex
Clinecline
Gemini CLIgemini

Threads

Drop chats, files, and notes onto a canvas. Feed each agent exactly the context it needs.

auth.ts+3-2
export function auth(req) {
- const t = req.cookies.token
- return verify(t, SECRET)
+ const t = getBearer(req)
+ if (!t) throw Unauthorized
+ return verifyJWT(t)
}
commitopen PR

Diff, commit, PR

Review every change in a live diff viewer. Stage, commit, push, and open a PR without leaving Tempest.

~/app · zshnext.config
$ npm run dev
✓ ready in 240ms
http://localhost:3000
warn slow module: lodash
error TS2339 · auth.ts:12
$

Real terminal

ANSI color, in-session search, clickable links — a full PTY in every session.

localhost:3000live
agent edited hero.tsx · reloaded 40ms ago

Live preview

Watch your dev server update in real time as agents change code.

sessionslive
Claude Code
claudeauth flow · 4 files
done
Codex
codexwriting tests…
run
Cline
clinerefactor db…
run
Gemini CLI
geminiwaiting
idle

Live status

See the instant each agent finishes a turn. No tab-watching, no babysitting.

historyresumes ⇥ exact state
Claude Code
auth flow2h ago
resumed
Codex
test suiteyesterday
Cline
db migration3d ago
Gemini CLI
docs draftlast week

Full history

Close a tab and reopen it later. Each agent resumes exactly where it left off.

knowledge graphshared · local
token efficiency86%
tool calls−92%

Token intelligence

A local knowledge graph shared across sessions — 86% token efficiency, 92% fewer tool calls.

postgrescopy-on-write
Claude Code
main1.2M rows
branch
Codex
feat/api1.2M rows
branch
Cline
feat/ui1.2M rows
branch
Gemini CLI
fix/schema1.2M rows
branch

Database branches

An isolated Postgres instance per agent. Parallel runs never corrupt each other's data.

hephaestus · sandboxisolated
windowsJob Objects
macossandbox-exec
linuxbubblewrap

Hephaestus sandbox

OS-level process isolation on every platform. Job Objects, sandbox-exec, bubblewrap.

tauri 2 · nativewin · mac · linux
boot0.4s3.2s
memory58 MB410 MB
binary12 MB180 MB

Native, not Electron

Tauri 2 on Windows, macOS, and Linux. Boots fast, stays cool, feels like the OS.

How Tempest compares

Six alternatives. One actually cares about token costs.

Everyone else runs agents. Tempest is built for agentic engineering at scale — shared knowledge graph, database branches, OS-level sandbox.

Capability
Tempest
OrcaConductorAgentsRoomEmdashPaseoSuperset
License
Apache 2.0
MIT
Proprietary
Proprietary
MIT
MIT
ELv2
Windows / macOS / Linux
All three
All three
macOS only
All three
macOS / Linux
All three
macOS only
Parallel git worktrees
Shared knowledge graph
Up to 86% fewer tokens
Database branches per session
OS-level sandbox (Hephaestus)
Mobile companion
Any CLI agent
Any CLI agent
Any CLI agent
Claude, Codex, Cursor only
Any CLI agent
Any CLI agent
Any CLI agent
Any CLI agent
Price
Open source
Free
$20/mo+
Tiered
Free
Free
Free
Who it's for

Same problem. Four different budgets for it.

One binary, one price (zero), four shapes of team. If you run agents more than once a week, Tempest is built for you.

Solo developers

Solo developers

You run three agents on a side project after dinner. You want fewer merge conflicts, a lower API bill, and one window instead of nine.

Open sourceLocal-firstApache 2.0
Startup teams

Startup teams

You are shipping five features a week with a team of four. Every dev runs parallel agents. Token spend is a real line item.

Shared graphDB branchesOne binary
Agencies & consultancies

Agencies & consultancies

You touch a dozen client repos a month. You need isolation you can trust, on Windows and macOS, without a per-seat subscription eating your margin.

Apache 2.0Cross-platformNo per-seat cost
Enterprise

Enterprise

Your code cannot leave the machine, your agents cannot corrupt each other, and your compliance team has already said no to cloud. Tempest is on-machine and sandboxed.

Hephaestus sandboxSelf-hostedAudit-friendly
From the blog

Notes from the loop. Written by people who ship with agents.

All posts
FAQ

Questions we get a lot. Answers in one line.

Anything missing? File it on GitHub — we'll add it here.

Yes. Apache 2.0, open source. The only cost is the model API you already have — and Token Intelligence cuts that by up to 86%.

Ready when you are

Run your first agent in under two minutes.

Apache 2.0. Windows, macOS, Linux.