You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All-in-one macOS DMG — single installer: Tauri app + bundled Python Pocket Node + production web UI (scripts/build-all-in-one-dmg.sh in the org workspace)
Auto-start Pocket Node — release builds spawn bundled pocket-agent serve on 127.0.0.1:8787 and open the UI in the window
First-run flow — startup screen while Pocket Node boots, then /welcome onboarding (desktop bundle profile)
Bundled resources — pocket-node venv, agent source, SDK (Python), and web dist embedded in the app
Tauri 2 native shell for the Pocket Agent chat and settings UI
Dev integration — npm run dev loads pocket-agent-web-app on :5173 with Pocket Node + API worker in separate terminals
Desktop icons — from pocket-agent/.github/pocket-agent-image.png
Notes
Release installs do not require a separate Cloudflare API worker; the UI uses Pocket Node on :8787 with AUTH_MODE=none.
DMG artifact:Pocket Agent_0.1.0_aarch64.dmg (Apple Silicon). Output copied to release/ after a local build.