Skip to content

desktop-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:16
· 75 commits to main since this release
3f26286
feat: desktop shell (Tauri) with signed DMG releases (#25)

* feat: desktop shell (Tauri) with signed DMG releases

A thin Tauri webview over the hosted app at doop.design. No bundled
frontend: every product deploy is instantly live in the app, and the
binary only changes when the shell does.

- desktop/: Tauri 2 shell; DOOP_APP_URL compile-time override lets
  self-hosters build a shell for their own instance
- desktop.yml: unsigned smoke build on PRs touching desktop/
- desktop-release.yml: tag desktop-v* -> signed + notarized universal
  DMG attached to a GitHub Release (signing via APPLE_* repo secrets)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CyTQnktnfHLboMmvBvmauZ

* chore(desktop): build with bun instead of npm

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CyTQnktnfHLboMmvBvmauZ

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>