Get started

Install from one official script.

We currently support one installation system only: the official signed installer scripts for Linux/macOS and Windows. Additional package managers may come later.

Automated install scripts
Installer detects platform, downloads latest signed release, verifies checksum, updates PATH, and keeps uninstall metadata.
Linux / macOS
Install or upgrade (auto-detects OS/arch, updates PATH, verifies checksums and optional cosign signatures)
curl -fsSL https://llamamon.com/install.sh | sh
Windows (PowerShell)
Install or upgrade (adds User PATH, verifies checksums and optional cosign/AuthentiCode)
powershell -ExecutionPolicy Bypass -c "irm https://llamamon.com/install.ps1 | iex"
Advanced install flags
Use environment variables to pin versions or force strict signature verification. In strict Windows mode, set a signer subject regex so publisher identity is pinned.
Pin a specific release
LLAMAMON_VERSION=v0.9.1 curl -fsSL https://llamamon.com/install.sh | sh
Pin a specific release (Windows)
$env:LLAMAMON_VERSION='v0.9.1'; irm https://llamamon.com/install.ps1 | iex
Require signature verification (POSIX)
LLAMAMON_STRICT_VERIFY=1 curl -fsSL https://llamamon.com/install.sh | sh
Require signature verification (Windows)
$env:LLAMAMON_STRICT_VERIFY=1; $env:LLAMAMON_AUTHENTICODE_SUBJECT_RE='O=Your expected publisher'; irm https://llamamon.com/install.ps1 | iex
Upgrade and uninstall
Re-running install performs a safe upgrade. Dedicated uninstall commands reverse installer-managed PATH and binary placement.
Secure in-app self-update is planned once we finalize signed update channel guarantees.
Upgrade
Linux / macOS
curl -fsSL https://llamamon.com/install.sh | sh
Windows (PowerShell)
powershell -ExecutionPolicy Bypass -c "irm https://llamamon.com/install.ps1 | iex"
Uninstall
Linux / macOS
Removes binary and PATH changes created by installer
~/.llamamon/uninstall.sh
Windows (PowerShell)
Removes binary and User PATH entry created by installer
powershell -ExecutionPolicy Bypass -File $env:USERPROFILE\.llamamon\uninstall.ps1
First launch

What to expect

llamamon · model selection
First screen after hardware detection — pick a model and launch
01
Hardware wizard

Auto-detects RAM, GPU, VRAM, CPU. Fills the config screen with sensible defaults. Nothing to configure manually.

02
Model selection

Pick a TOML-defined model. VRAM estimate shown per model and per context size so you launch right the first time.

03
Live monitoring

Server spawns. Logs, GPU stats, throughput, cost, and energy stream in the same terminal surface — no second window.

Linux
Full support
  • NVIDIA GPU via NVML
  • CPU + memory stats
  • All features available
macOS
CPU mode
  • CPU monitoring
  • Shared memory stats
  • No GPU access (Apple Silicon)
Windows
Partial
  • Basic launch + config
  • WMI hardware stub
  • GPU support planned
Need more than Community?

Personal adds vulcanized logs with raw/vulcanized export modes. Professional adds LlamaMon-parsed JSON/NDJSON event export built from raw llama.cpp logs for Datadog-style pipelines, plus ROI tracking, cloud price comparison, and persistent analytics.

See all editions →