Lightweight Alternative to VS Code

The Vibe Coding Terminal

Run multiple AI agents in parallel. One dashboard.
No RAM-eating IDEs. Anymore.

LocalTerm
Orchestrator
Terminal 3 just now
Run npm install express?
Allow
Deny
Terminal 1
Working...
Terminal 2
Working...
Terminal 3
Waiting...
Terminal 1 Claude
// Creating auth service
export const login = async () => {
const token = await jwt.sign();
return { token, user };
}
✓ auth.ts saved
Terminal 2 Claude
Running test suite...
should validate email
should hash password
should return JWT token
4 passing (23ms)
Terminal 3 Claude
Setting up API...
Creating routes...
? Run npm install express?
1. Yes
2. No
Terminal 4 Claude
git status
M src/auth.ts
A src/routes/api.ts
git commit
✓ Committed
Orchestrator
4 Working 2 Ready 3 Pending
Pending Permissions
Terminal 1 2s ago
Run npm install express?
Allow
Deny
Terminal 3 5s ago
Write to config.json?
Allow
Deny
Terminal 5 8s ago
Execute git push?
Allow
Deny
Active Sessions
Terminal 1
Creating auth module...
Working
Terminal 2
Running test suite...
Working
Terminal 3
Waiting for approval
Ready
Terminal 4
Git operations...
Working
Terminal 5
Waiting for approval
Ready
Terminal 6
Building project...
Working

Supported AI CLI Tools

Works with your favorite AI coding assistants

Claude Code

Anthropic

Available

Local LLM

Ollama

Very Soon

Codex CLI

OpenAI

Coming Soon

Gemini CLI

Google

Coming Soon

Features

Skip the Heavy IDE

No VS Code, no RAM-hungry Electron apps. Lightweight native app for AI coding.

Multi-Tile Layout

Run up to 12 terminal sessions simultaneously. Expand any tile to fullscreen.

Orchestrator Panel

All permission prompts from all terminals in one place. One-click approve or deny.

Native Terminal

Full PTY support with xterm.js. Works with any shell - zsh, bash, fish, and more.

Keyboard Shortcuts

Cmd+1-9 for tile selection, Cmd+T/W for new/close. Fast navigation.

Real-time Status

See which AI sessions are working, waiting for input, or ready at a glance.

Download

Free and open source. Available for all platforms.

macOS

Universal

Windows

Coming Soon

Linux

Coming Soon

Requires macOS 11.0 or later. View source on GitHub