Skip to content

Repository files navigation

Vibe99 icon

Vibe99

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.

Vibe99 demo

Quick Start

Install dependencies and start the Tauri dev app from this repository:

npm install
npm run tauri:dev

npm 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 stable

Build release artifacts with:

npm run tauri:build

Features

  • 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.

Controls

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.

Platform Defaults And Known Issues

  • Terminal font defaults are platform-aware: Consolas on Windows, Menlo on macOS, and DejaVu Sans Mono on 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.

Stack

  • Tauri 2
  • Vite
  • Rust
  • portable-pty
  • xterm.js
  • @xterm/addon-fit
  • @xterm/addon-web-links
  • @xterm/addon-webgl

Contributing

See CONTRIBUTING.md.

About

Multi-agent terminal app

Resources

Contributing

Stars

59 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages