Native rendering, truecolor support, workspaces, tabs, and git integration — everything you need, nothing you don't.
Powered by GPUI for native, GPU-accelerated rendering with minimal latency.
Full 256-color and truecolor support natively interpreted from ANSI escapes.
Multiple isolated workspaces, sidebar navigation, and multi-tabbed terminals.
See your current branch in the title bar. Click to switch branches instantly.
27 built-in light, dark, high-contrast, and colorful themes with live previews.
Your tabs, workspaces, theme selections, and terminal sessions persist across restarts.
27 built-in themes. Click one to preview its palette live.
See the full history in CHANGELOG.md.
curl -fsSL https://raw.githubusercontent.com/boytur/vterm/master/install.sh | bash
Installs straight to /Applications · no Gatekeeper warning
vterm is free and open source, so it isn't signed with a paid Apple Developer ID and isn't notarized. A browser-downloaded DMG gets quarantined, so macOS will say "vterm is damaged" on first open. That's expected — just remove the quarantine flag once:
xattr -cr /Applications/vterm.app
Then open it normally. Alternatively, right-click the app → Open.
git clone https://github.com/boytur/vterm.git
cd vterm
cargo run --release
Requires macOS. Linux/Windows support depends on GPUI.