Download LunoPeak.
Pick your desktop.
Free local dashboard for developers using Claude Code and Codex. Track sessions, repos, spend, and configs without an account.
Detected
The Assistant goes local.
Ollama is now a first-class provider — pick a local model from the header, swap on the fly, no API key. Plus dashboards refresh on their own across the whole app.
Ollama, no API key
- Local-first provider. Settings → Assistant points at your daemon (default
http://localhost:11434). Calls go straight from the app to your machine. - Live model discovery. The picker pulls installed models from
/api/tagson open, with family and parameter size inline. - Tools work end-to-end. Hygiene, repos, costs, sessions, and tool stats all run on tool-capable models like Llama 3.2, Qwen 2.5 Coder, and Mistral.
Swap models mid-chat
- Combined picker. Every configured provider, with its models grouped underneath. Switch from Claude Sonnet to a local Qwen and back without leaving the chat.
- Auto-default on first install. If Ollama is already running locally and you haven't set up a cloud key, it's picked as the default and the chat just works.
- Greyed-out when missing. Providers without a configured key are visibly disabled, so it's obvious which need a Settings detour.
Refresh on their own
- 60-second cadence. Cost today, session stats, summary, sessions, tool stats, and repo activity refetch in the background — numbers tick forward instead of freezing at launch.
- Stale data revalidates. Returning to Readout, Costs, or Repos triggers a refetch when cached data is past its
staleTime. - Cheap on the Rust side. Scanners already cache aggressively in-process, so most refetches are re-reads of warm data.
AppImage fix still wants testing
The AppImage's tentative NVIDIA proprietary fix from v1.3.1 hasn't been confirmed by enough users yet. If it still fails to launch on your setup, please file an issue with distro, compositor, and driver version. The .deb / .rpm remain the safest choice on NVIDIA until then.
v1.4.0 from GitHub Releases.
macOS, Windows, and x86_64 Linux.
~18 MB on disk. Settings are JSON; scan data is cached locally.
Reads local files. Does not write back to repos.
First launch
LunoPeak scans your dev folder and AI CLI config directories, then builds local views for sessions, repos, costs, and setup. Your files stay on your machine.
chmod +x LunoPeak_1.4.0_amd64.AppImage ./LunoPeak_1.4.0_amd64.AppImage
sudo dpkg -i LunoPeak_1.4.0_amd64.deb sudo apt-get install -f
sudo dnf install ./LunoPeak-1.4.0-1.x86_64.rpm
GitHub Releases · idevtim/lunopeak