Lightweight Alternative to VS Code
The Vibe Coding Terminal
Run multiple AI agents in parallel. One dashboard.
No RAM-eating IDEs. Anymore.
Orchestrator
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
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
AvailableLocal LLM
Ollama
Very SoonCodex CLI
OpenAI
Coming SoonGemini CLI
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.
Requires macOS 11.0 or later. View source on GitHub