Getting Started
Installation
Download and install Ternux on macOS, Linux, or Windows.
Requirements
- macOS 11+ (Apple Silicon and Intel)
- Linux Ubuntu 20.04+, Fedora 36+, or any modern distribution with GTK3
- Windows 10 / 11 (64-bit)
Download
Download the latest release for your platform from the Releases page.
| Platform | Format |
|---|---|
| macOS | .dmg (universal) |
| Linux | .deb, .rpm, .AppImage |
| Windows | .msi installer |
macOS
- Download the
.dmgfile. - Open the DMG and drag Ternux into your
/Applicationsfolder. - On first launch, macOS may prompt you to allow the app — open System Settings → Privacy & Security and click Open Anyway.
Ternux is built with Tauri and is not yet notarized. The Gatekeeper prompt is expected on first launch.
Linux
Debian / Ubuntu (.deb)
sudo dpkg -i ternux_x.x.x_amd64.debFedora / RHEL (.rpm)
sudo rpm -i ternux_x.x.x_x86_64.rpmAppImage
chmod +x Ternux_x.x.x_amd64.AppImage
./Ternux_x.x.x_amd64.AppImageWindows
Run the .msi installer and follow the on-screen prompts. Ternux will be available from the Start menu after installation.
Build from Source
Requires: pnpm, Node.js 18+, Rust 1.70+.
git clone https://github.com/daniwebdev/termax.git
cd termax
pnpm install
pnpm tauri buildThe built binary will be in src-tauri/target/release/bundle/.