Ternux
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.

PlatformFormat
macOS.dmg (universal)
Linux.deb, .rpm, .AppImage
Windows.msi installer

macOS

  1. Download the .dmg file.
  2. Open the DMG and drag Ternux into your /Applications folder.
  3. 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.deb

Fedora / RHEL (.rpm)

sudo rpm -i ternux_x.x.x_x86_64.rpm

AppImage

chmod +x Ternux_x.x.x_amd64.AppImage
./Ternux_x.x.x_amd64.AppImage

Windows

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 build

The built binary will be in src-tauri/target/release/bundle/.

On this page