

I built a free desktop app to make running local models dead simple (Athanor Lite)
Made a desktop app for running AI models locally. Figured this crowd would appreciate the approach: zero cloud, zero telemetry, zero accounts. The app literally doesn't make network requests after you download a model.
- Scans your hardware and tells you what you can actually run
- Browses a model catalog with size/quant filters
- Manages your local models (detects existing Ollama installs too)
- Runs inference with a real-time HUD showing tok/s, GPU %, VRAM, temperature
- Workspace system so you can have different models/contexts for different tasks
- Engine start/stop/restart controls so you're not guessing if the model is running
Built with Tauri 2 (Rust backend, React frontend). It wraps llama.cpp for inference. No cloud, no telemetry, no accounts. I don't even have analytics on the website.
This is v0.1.1. It works, it's signed, but it's early. I'm a solo dev so feedback is genuinely useful. Things I know are coming: Mac support, model comparison view, fine-tuning support.
GitHub: https://github.com/BBALabs/athanor-lite
Download: https://github.com/BBALabs/athanor-lite/releases/latest