mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
| .. | ||
| app | ||
| components | ||
| src-tauri | ||
| .gitignore | ||
| biome.json | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| turbo.json | ||
@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 withbun run tauri icon <path-to-1024px.png>.