supermemory/apps/desktop
2026-06-21 23:27:52 -07:00
..
app routing & app shell 2026-06-21 23:27:52 -07:00
components routing & app shell 2026-06-21 23:27:52 -07:00
src-tauri initial commit 2026-06-21 22:13:57 -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 routing & app shell 2026-06-21 23:27:52 -07:00
postcss.config.mjs routing & app shell 2026-06-21 23:27:52 -07:00
README.md initial commit 2026-06-21 22:13:57 -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 :3001
bun run tauri dev

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

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>.