Releases: epiphany-dynamics/prime-desktop
Release list
v0.6.5 — Sessions survive Desktop quit
v0.6.5 — Sessions survive Desktop quit
Critical fix
Desktop was starting client-owned RPC workers. The Prime Agent daemon cleans those up about 30 seconds after the UI disconnects, so sessions looked "not running" after quit/reopen.
Now
- New/resumed Desktop chats use resident daemon workers
- Quit still detaches only (does not kill agents)
- Reopen Desktop and reattach to the same live work
Also
- Live Agents panel improvements
- Missing/deleted sessions fail closed (no accidental recreate)
Download
Unsigned Apple Silicon zip. Right-click → Open (Gatekeeper). Needs Prime Agent installed.
v0.6.4 — Live Agents panel (critical)
v0.6.4 — Live Agents panel
Critical fix: sub-agents should show in the Agents panel within about a second of spawning, not after ~60s.
Changes
- Live
rlm_child_updateevents paint the panel immediately - No longer buffer those events until the parent chat send finishes
- Live running children win over stale disk "deleted" rows
- Faster poll + direct roster file watch while a turn is live
Download
Unsigned Apple Silicon zip attached.
Right-click app → Open (Gatekeeper). Needs Prime Agent installed.
v0.6.3 — Early public macOS build
Prime Desktop v0.6.3 — early public build
Built by Epiphany Dynamics.
This is an early open-source macOS client for Prime Agent.
It is useful for builders. It is not a finished consumer app.
Download (Apple Silicon)
- Prime Agent-0.6.3-arm64.zip (unsigned)
First open on macOS
- Unzip
- Right-click Prime Agent.app → Open (Gatekeeper will warn — unsigned)
- Install Prime Agent if needed:
curl -fsSL https://app.primeintellect.ai/prime-agent/install.sh | sh - Open the app → choose a project → send a message after provider login
Intel Macs: build from source for now (npm install && npm start).
From source
git clone https://github.com/epiphany-dynamics/prime-desktop.git
cd prime-desktop
npm install
npm run doctor
npm startWhat is new in 0.6.3
- Sticky session-switch lock fixed
- Agents panel opens immediately; sub-agents stay in the panel
- Faster session list + progressive history load
- Sub-agent discovery by real session header id
npm run ship-checklocal quality gate- Honest docs: known limits + ship checklist
Read before you share widely
Verification on this release
npm run ship-check → PASS
Social copy (safe)
Prime Desktop (early): open-source macOS UI for Prime Agent.
Split chats, live attach, Agents panel. Unsigned Mac build for now.
https://github.com/epiphany-dynamics/prime-desktop
v0.6.2 — Open source macOS client for Prime Agent
Changelog
0.6.2 — 2026-08-10
Highlights
- Closing Prime Desktop detaches from agents instead of stopping them. Live work keeps running; reopen the app to reattach.
- You can switch sessions and start a new chat while a reply is still streaming. The old chat keeps working in the background.
- Closing a split pane no longer demands that you stop the live reply first.
- Composer text is remembered per session when you navigate away and come back (until you send it).
- Chat view sticks to the latest output while you follow along, and lets go when you scroll up.
- New Agents dashboard: live workers, child sessions, and related resident sessions.
- Sidebar session clicks always stay single-pane. Split View only opens from the explicit split controls.
- Local install helper:
scripts/install-prime-desktop.sh(build, clean quit, install into Applications, reopen). - Open-source pack: MIT license, security notes, contributing guide, package metadata.
Docs & first-run (flagship)
- Full install guide, troubleshooting, roadmap under
docs/ npm run doctorenvironment check- Stronger README with hero, stranger install path, demo checklist
- First-run empty state with setup steps
- Code of conduct + support docs
- GitHub secret scanning enabled on the public repo
Verification
npm test— passnpm run smoke— passnpm run ui-smoke— pass
0.6.1
- Concurrent two-pane Split View
- Terminal-resident Prime Agent 0.7 daemon attachment
- Project-aware chats, safe file explorer, attachment drafts
- HUD, schedules, capabilities, hardened IPC boundaries