Skip to content
OpenTerm

Free · Open source · Windows 10 & 11

The workspacefor vibe coding.

Run Claude Code, Codex, Gemini and OpenCode side by side, one session per project. Everything is a shortcut away, and when an agent needs you, you'll know which one.

OpenTerm
Rate limit /v1/ingest64%
Welcome to Claude Code!
/help for help, /status for your current setup
cwd: C:\dev\aurora-api
 
> add a token bucket to POST /v1/ingest, 20 requests a second per API key
 
Percolating (14s · esc to interrupt)
Migrate config loader38%
move the config loader to zod and keep the env fallbacks
 
Explored
Read loader.ts, env.ts, loader.test.ts
Proposed change src/config/loader.ts +42 −31
- export function load(): Config {
+ export const load = (): Config => schema.parse(readEnv())
 
Allow Codex to apply these edits?
npm run dev
PS C:\dev\aurora-api> npm run dev
 
> aurora-api@1.8.0 dev
> tsx watch src/server.ts
 
listening on http://localhost:8787
14:01:58 POST /v1/ingest 202 4ms
14:02:01 POST /v1/ingest 202 3ms
14:02:04 POST /v1/ingest 202 5ms

This is the real layout, running in your browser. Go ahead and click around.

  • Claude Code
  • Codex
  • Gemini CLI
  • OpenCode
  • Grok Build
  • Cursor

Why OpenTerm

Five agents.
One of you.

Hand off a prompt, switch repos, come back when one needs you.

  1. 01

    One session per project

    Every repo keeps its own split layout. Alt+1–9 jumps straight there.

  2. 02

    Built around the keyboard

    Split, zoom, fold and switch without touching the mouse.

  3. 03

    Tells you when it's your turn

    Prompts and errors from every agent land in one inbox.

Keyboard first

Everything has a shortcut.

Every one is rebindable.

CtrlShiftT
New session
Alt1–9
Jump to session
CtrlShiftE
Split right
CtrlShiftZ
Zoom a pane
CtrlShift
Queue a command
CtrlShiftI
Open the inbox

Features

Made for a day of agents.

  • One inbox for every agent

    Approvals, errors and finished tasks, tagged by session.

  • Any agent CLI

    Claude Code, Codex, Gemini and more, one click away.

  • Command queue

    Commands wait for the prompt, then run.

  • Task board

    Hand tasks to agents now, later or next.

  • Usage limits

    Your 5-hour limit, right in the title bar.

FAQ

Questions

Is OpenTerm free?

Yes. Free, open source, no account.

Which agents does it work with?

Anything that runs in a terminal. The popular ones get one-click panes.

Does it run on macOS or Linux?

Not yet. Windows 10 and 11 only.

Does my code leave my machine?

No. Everything stays local unless you add your own OpenRouter key.

Try it on your next project.

Free and open source for Windows 10 and 11.

Get it on GitHub

No account · Elastic License 2.0