FUTO Notes is an offline-first markdown notes app with optional E2EE sync.
The sync server now lives in a separate repo:
/home/justin/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 buildIf you are working from source, see AGENTS.md.