Your notes.
Sealed.

Myne is a privacy-first markdown notes app that encrypts every byte before it leaves your device, asks for no email, and stores only ciphertext at rest — quietly, by default.

Read the spec Learn how it works

We can't read your notes. The server can't. We didn't build a way to. That is the entire point.

Sealed by math. Portable by design.

01
Key derivation

Your password is stretched with Argon2id (m=256 MiB, t=3, p=2) into a key that never leaves the device. Parameters are bound into the ciphertext to defeat downgrade attacks.

02
Local encryption

Every note is sealed with XChaCha20-Poly1305 plus a key commitment before it touches disk. Content, titles, folders, timestamps — all of it.

03
Ciphertext at rest

Your notes' contents are unreadable on disk without your password. There is no plaintext mode to forget to enable, and no opt-out toggle to misconfigure.

04
Sync or self-host

The same zero-knowledge server — self-hostable, or hosted by us — stores and routes ciphertext, never holding a key. (Sync is in pre-alpha hardening.)

Why not the workarounds

The stack you're duct-taping, in one app.

Myne
Obsidian
Standard Notes
Joplin
Notesnook

Comparison reflects each tool's default configuration. Myne is pre-alpha, with no published signed release yet — cells marked partial on the Myne column (zero-knowledge sync, self-hostable sync) are implemented in code and ship in v1.0 (Phase 1); signed reproducible builds are a committed v1.0 deliverable, not yet produced. Only the managed hosted-sync tier is Phase 2. Obsidian's own at-rest encryption and self-hosted sync need add-ons (e.g. Cryptomator, Syncthing) it doesn't ship.

Frequently
asked
questions

No vault is worth much if you can't understand it. Straight answers, including the uncomfortable ones.

Still have a question?
info@myne.md

Write like no one's watching.
Because no one else can read a word.

Your notes deserve more than a privacy policy. Step into a tool where encryption is effortless, invisible, and always on.

Read the spec View source
note.md · in memory