macOS
Apple Silicon · Metal-accelerated local inference; optional MLX.
Download
The desktop app bundles the daemon and a prebuilt llama-server,
so local inference works out of the box.
Prebuilt binaries aren’t published yet. In the meantime, build from source — it’s a single Cargo workspace.
Apple Silicon · Metal-accelerated local inference; optional MLX.
x86_64 / arm64 · systemd user service for launch-on-login.
x86_64 · Scheduled Task for launch-on-login.
From source
Requires a recent stable Rust toolchain (1.95+), plus curl and
tar to fetch the bundled llama-server at build time.
# clone
git clone https://github.com/ZetaMinusOne/lattis.git
cd lattis/app
# build everything (vendors llama-server)
make build
# run the desktop app (it can start the daemon for you)
make run See the installation guide for MLX setup, launch-on-login, and platform notes.