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
Install the DMG on Apple silicon or Intel.
Linux
Run the AppImage or unpack the archive.
Windows
Install Termy with the MSI package.
Build from source
Compile the Rust workspace locally.
macOS
- On the download page, choose Apple silicon for M-series Macs or Intel for older Macs.
- Open the
.dmgand drag Termy to/Applications. - 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.appThen 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 termyThis route requires Rust and the platform dependencies used by the desktop app. Prefer a release binary unless you are developing Termy itself.
First launch
| Theme | termy |
| Shell | your login shell ($SHELL) |
| Font | system monospace (Menlo on macOS, Consolas on Windows), 14px |
| Settings | Cmd , (macOS) · Ctrl , (Linux / Windows) |
| Command palette | Cmd P · Ctrl P |