Download

Grab the latest release for your platform. All downloads on the releases page.

Desktop app

macOS (Apple Silicon)
aarch64.dmg Download .dmg
macOS (Intel)
x64.dmg Download .dmg
Windows
x64-setup.exe Download .exe
Linux (deb)
amd64.deb Download .deb
Linux (AppImage)
amd64.AppImage Download .AppImage

Terminal (TUI)

macOS (Apple Silicon)
aarch64-apple-darwin Download .tar.gz
macOS (Intel)
x86_64-apple-darwin Download .tar.gz
Linux (x64)
x86_64-unknown-linux-gnu Download .tar.gz
Windows (x64)
x86_64-pc-windows-msvc Download .zip

macOS may block unsigned apps — see FAQ below.

Extract and run: tar xzf tama-tui-*.tar.gz && ./tama-tui

All platforms

Or build from source: cargo install --git https://github.com/siegerts/tama96 tama-tui

Requirements

FAQ

macOS says "Apple could not verify" — what do I do?

This is normal for apps that aren't notarized through Apple's developer program. To open tama96:

  1. Click Done to dismiss the dialog
  2. Open System Settings → Privacy & Security
  3. Scroll down — you'll see "tama96" was blocked from use because it is not from an identified developer
  4. Click Open Anyway
  5. Authenticate with your password or Touch ID

Alternatively, run this in Terminal before opening the app:

xattr -cr /Applications/tama96.app

You only need to do this once — macOS will remember your choice.