Skip to content

Add thin macOS Tauri shell for agentnote - #26

Open
chasehuh wants to merge 3 commits into
mainfrom
task/desktop-tauri-shell
Open

Add thin macOS Tauri shell for agentnote#26
chasehuh wants to merge 3 commits into
mainfrom
task/desktop-tauri-shell

Conversation

@chasehuh

Copy link
Copy Markdown
Member

Summary

  • Scaffold apps/desktop Tauri 2 macOS shell that loads the existing web UI (localhost:3000 in dev, https://www.agentnote.dev in prod)
  • Overlay titlebar + traffic-light padding via data-desktop="tauri"; keep capabilities minimal (no local DB / second frontend)
  • Document desktop run/build and Clerk WKWebView OAuth caveat in README

Closes #19.

Test plan

  • pnpm install at repo root
  • Terminal A: pnpm dev
  • Terminal B: pnpm desktop:dev → window loads login/app; ⌘B / ⌘N work
  • pnpm desktop:buildagentnote.app opens https://www.agentnote.dev
  • Confirm no secrets / target/ / nested node_modules in the PR

Made with Cursor

chasehuh and others added 2 commits July 15, 2026 10:32
Closes #19.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
memo Ready Ready Preview, Comment Jul 15, 2026 1:36am

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS desktop: thin Tauri 2 shell loading memo web UI (remote HTTPS)

1 participant