Desktop terminal workspace for agentic coding.
Vibe99 is a Tauri desktop terminal workspace for agentic coding. It is built for the common case where one terminal needs full attention while several others only need peripheral visibility, so the UI keeps one pane readable and stacks the rest so you can still see what agents are doing.
Install dependencies and start the Tauri dev app from this repository:
npm install
npm run tauri:devnpm run tauri:dev starts Vite on http://localhost:1420 and then launches the native Tauri shell. If Cargo is too old, update Rust with:
rustup update stableBuild release artifacts with:
npm run tauri:build- Custom pane colors — each pane can have its own accent color for quick visual identification.
- Activity alerts — backgrounded panes with settled output show a pulsing breathing mask, with global and per-pane toggles.
- Command palette — quick tab switching via a searchable palette.
- Configurable shortcuts — keyboard shortcuts can be edited in the settings modal.
- Session restore — pane layout, directories, shell profiles, and tab titles are preserved across restarts.
- WSL integration — auto-detects all installed distributions and creates a shell profile for each one.
- Font selection — pick any installed monospace font from settings.
| Shortcut | Action |
|---|---|
Cmd+N / Ctrl+N |
Add a new pane |
Ctrl+Tab |
Cycle to the most recently visited pane (add Shift to reverse) |
Cmd+Shift+O / Ctrl+Shift+O |
Open the command palette (jump to any pane) |
Ctrl+Left / Ctrl+Right |
Spatial navigation between panes |
Ctrl+B |
Enter navigation mode (H/L or arrows to move, Enter to focus) |
Ctrl+Shift+C / Ctrl+Shift+V |
Copy / paste in the focused terminal |
| double-click tab | Rename it |
| drag tab | Reorder panes |
top-right + |
Add a pane |
| top-right gear | Open display settings |
Shortcuts are configurable from the gear menu → Keyboard Shortcuts.
- Terminal font defaults are platform-aware:
Consolason Windows,Menloon macOS, andDejaVu Sans Monoon Linux. - WSL integration is available on Windows and is a no-op on macOS/Linux.
- Known issue: the native macOS title bar can remain light while the system is in dark mode. See issue #28.
- Tauri 2
- Vite
- Rust
portable-ptyxterm.js@xterm/addon-fit@xterm/addon-web-links@xterm/addon-webgl
See CONTRIBUTING.md.
