Desktop app
Dashboard
The Atlas dashboard — agent status, models, runtimes, logs, and the public tenant URL.
Open the dashboard from the tray icon (Open Atlas) or — on first launch after pairing — automatically. The dashboard is the single control surface for the local agent.
Top bar
The header shows:
- Tenant slug —
acme-prod— and a Copy public URL button (https://acme-prod.ownllm.app). Share the public URL with your team; it's where they sign in to chat. - Agent status —
● online,● degraded,● offline. - Agent version — e.g.
v0.4.2. Click for the changelog.
Status panel
| Component | What it shows |
|---|---|
| Tunnel | Cloudflare Tunnel state, throughput in/out. |
| Gateway | OpenAI-compat proxy port, queue depth, last latency. |
| Ollama | Version, accelerators (metal, mlx, cuda, rocm), models loaded. |
| Heartbeat | When the last heartbeat reached ownllm.app. |
Each row turns yellow / red when degraded — click into a row to see the last error message and a Restart button.
Models panel
A condensed view of Models:
- Recipes that are installed are shown first, with status badges
(
ready,downloading 42%,error). - Recipes available for the host's hardware are listed below with an Install button.
- The + Install custom action opens a dialog where you can paste
any Ollama tag (e.g.
phi4:14b).
Logs panel
Streaming view of the last ~50 lines of merged logs (Ollama, cloudflared, gateway). Toggle a source filter at the top to scope to one subprocess.
For the full log history, open a terminal and use
ownllm logs — Atlas and the CLI write to the
same files.
Bottom bar actions
- Force restart — kills and respawns every supervised process.
Equivalent to
ownllm restart allfrom the CLI. - Run doctor — opens a modal that runs the
doctorwalk inline. Useful for support triage; the output redacts secrets. - Open Settings — see Settings.
What Atlas doesn't do (yet)
The dashboard is read-only for some things you'd expect:
- Per-model
keep_alive/thinkingeditors are CLI-only today viaownllm models config. They'll land in Atlas in a future release. - Audit logs live on the site (
/admin/audit) — Atlas doesn't duplicate them. - Member management is on the site (
/admin/members).