Skip to content

Releases: pocket-agent/pocket-agent-desktop-app

Release list

v0.1.0

Choose a tag to compare

@xarlizard xarlizard released this 31 Jul 09:38

[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.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 resourcespocket-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 integrationnpm 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.