GPU-rendered UI
Native rendering through GPUI keeps the interface responsive while output moves.
Native macOS terminal / open source
vterm is a Rust and GPUI terminal emulator for macOS, with GPU rendering, workspaces, tabs, themes, and git context in one focused window.
curl -fsSL https://raw.githubusercontent.com/boytur/vterm/master/install.sh | bash
See it in motion
Workspaces stay visible, tabs stay close, and the terminal stays readable when the project gets busy.
Built around your flow
Small details add up when the terminal is where your day starts.
Native rendering through GPUI keeps the interface responsive while output moves.
Keep projects separate without losing the context you already opened.
See the current branch in the title bar and switch branches without leaving the window.
Your workspaces, tabs, themes, and terminal sessions persist across restarts and updates.
ANSI output, 256 colors, and truecolor are interpreted natively for a clear terminal surface.
Make it yours
Preview the built-in palette set. Choose a quiet light theme, high contrast, or something with more color.
Project notes
Release notes are read from the project changelog, so this page stays current after every release.
Start here
Run the command on macOS. It downloads the latest DMG, installs vterm to Applications, and clears the browser quarantine flag.
curl -fsSL https://raw.githubusercontent.com/boytur/vterm/master/install.sh | bash
Requires macOS. The project is free and open source, but the app is not notarized with a paid Apple Developer ID.
Move vterm.app to Applications. If macOS reports that the app is damaged, run xattr -cr /Applications/vterm.app once.
git clone https://github.com/boytur/vterm.git
cd vterm
cargo run --releaseClear answers
vterm is a free, open-source terminal emulator for macOS. It is written in Rust and uses GPUI for native GPU-accelerated rendering.
vterm supports truecolor and 256-color output, workspaces, tabs, git branch context, 27 built-in themes, persistent terminal state, and in-app updates.
Run the curl command above on macOS, or download the latest DMG from GitHub Releases and move the app to Applications.
Yes. vterm is published under the MIT license and the source code is available on GitHub.