supermemory/apps/desktop
2026-06-22 16:09:20 -07:00
..
app Fix desktop dev auth setup 2026-06-22 16:09:20 -07:00
components Add real desktop memory search 2026-06-22 15:23:10 -07:00
lib Add real desktop memory search 2026-06-22 15:23:10 -07:00
src-tauri Fix desktop dev auth setup 2026-06-22 16:09:20 -07:00
.gitignore initial commit 2026-06-21 22:13:57 -07:00
biome.json initial commit 2026-06-21 22:13:57 -07:00
next.config.ts initial commit 2026-06-21 22:13:57 -07:00
package.json Fix desktop dev auth setup 2026-06-22 16:09:20 -07:00
postcss.config.mjs routing & app shell 2026-06-21 23:27:52 -07:00
README.md Fix desktop dev auth setup 2026-06-22 16:09:20 -07:00
tsconfig.json initial commit 2026-06-21 22:13:57 -07:00
turbo.json initial commit 2026-06-21 22:13:57 -07:00

@repo/desktop

Supermemory desktop app — a Tauri v2 shell around the Supermemory web UI (Next.js static export), talking to api.supermemory.ai.

Design docs live in /.context/desktop-app-*.md (spec, roadmap, architecture).

Develop

# from this directory — launches the native window and spawns `next dev` on :3003
bun run tauri dev

bun run dev on its own just starts the Next dev server on :3003 (no native window).

In development, the desktop UI and Rust auth commands default to the local API at http://localhost:8787. Set NEXT_PUBLIC_BACKEND_URL / SUPERMEMORY_API_URL if you need a different API.

Build

bun run build        # Next static export -> ./out   (no Rust needed)
bun run tauri build  # native .app / .dmg            (requires the Rust toolchain)

Prerequisites for the native build

  • Rust toolchain (rustup) + Xcode Command Line Tools.
  • App icons in src-tauri/icons/ — generate once with bun run tauri icon <path-to-1024px.png>.