Releases: pocket-agent/pocket-agent-desktop-app
Releases · pocket-agent/pocket-agent-desktop-app
Release list
v0.1.0
[0.1.0] - 2026-07-31
Added
- All-in-one macOS DMG — single installer: Tauri app + bundled Python Pocket Node + production web UI (
scripts/build-all-in-one-dmg.shin the org workspace) - Auto-start Pocket Node — release builds spawn bundled
pocket-agent serveon127.0.0.1:8787and open the UI in the window - First-run flow — startup screen while Pocket Node boots, then
/welcomeonboarding (desktop bundle profile) - Bundled resources —
pocket-nodevenv, agent source, SDK (Python), and webdistembedded in the app - Tauri 2 native shell for the Pocket Agent chat and settings UI
- Dev integration —
npm run devloads pocket-agent-web-app on:5173with 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
:8787withAUTH_MODE=none. - DMG artifact:
Pocket Agent_0.1.0_aarch64.dmg(Apple Silicon). Output copied torelease/after a local build.