FUTO Notes is an offline-first markdown notes app with optional E2EE sync.
The sync server now lives in a separate repo:
https://gitlab.futo.org/futo-notes/futo-notes-server (clone to ~/Developer/futo-notes-server)
For local development, start that server and connect FUTO Notes to its URL. The current POC stores opaque encrypted blobs; note content is encrypted in the client before upload.
Common commands from the monorepo root:
pnpm install
pnpm run dev
pnpm run tauri:dev
pnpm run buildNew here? See CONTRIBUTING.md for machine setup, then AGENTS.md for architecture and conventions.
Run the focused repository architecture checks with just arch-gate. See
Architecture gates for what each check enforces and how to fix a
failure.