Getting Started

Install

Install the TARX daemon on macOS, Linux, or Windows.

macOS (Apple Silicon + Intel)

curl -fsSL tarx.com/install | sh

Requires macOS 13+. The binary is signed and notarized by Apple.

Linux (x64)

curl -fsSL tarx.com/install | sh

Tested on Ubuntu 22+, Debian 11+, Fedora 38+.

Windows

MSI installer coming soon. Join the waitlist at tarx.com.

What gets installed

  • tarxd — 2.9MB daemon binary, runs as a background service
  • tarx-qwen2.5-7b — 4.7GB model, downloaded automatically in background
  • Menu bar icon (macOS) or system tray (Linux) for status

Verify installation

curl http://localhost:11435/health
# → {"status":"ok","model":"tarx-qwen2.5-7b"}