Termy
Getting started

$ termy docs

Install

Download Termy for macOS, Linux, or Windows.

The fastest path is the Termy download page. It detects your platform and links to the current GitHub release.

macOS

  1. On the download page, choose Apple silicon for M-series Macs or Intel for older Macs.
  2. Open the .dmg and drag Termy to /Applications.
  3. Try to open Termy once.

Termy is not signed yet

If macOS blocks the first launch, remove its quarantine attribute:

sudo xattr -d com.apple.quarantine /Applications/Termy.app

Then open Termy again. See the full troubleshooting guide if it still does not launch.

Linux

Download the AppImage or .tar.gz from GitHub Releases.

  • AppImage: mark it executable, then run it.
  • Archive: unpack it and run the included Termy binary.

Windows

Download and run the .msi installer from GitHub Releases.

From source

git clone https://github.com/lassejlv/termy
cd termy
cargo run --release -p termy

This route requires Rust and the platform dependencies used by the desktop app. Prefer a release binary unless you are developing Termy itself.

First launch

Themetermy
Shellyour login shell ($SHELL)
Fontsystem monospace (Menlo on macOS, Consolas on Windows), 14px
SettingsCmd , (macOS) · Ctrl , (Linux / Windows)
Command paletteCmd P · Ctrl P

On this page