Public beta

zKPnote Desktop

A local-first encrypted notes app that syncs with zkpnote.com. Your notes live on your Mac, encrypted with a key only you hold. We literally cannot read them.

Latest build · 0.0.2
macOS · Apple Silicon (M1–M4)
Download .dmg · 9.2 MB

Windows and Linux builds are coming. Source code for this release is on GitHub.

SHA-256 (verify integrity)
4f695a8f0d097fad42f565a8060ddc994d80b4e2af76e5c8ae1887e70c5e402b

Install — 3 steps

  1. 1

    Open the DMG

    Double-click the downloaded .dmg file. A small window pops up with the zKPnote icon and an Applications folder shortcut.
  2. 2

    Drag to Applications

    Drag the zKPnote app icon onto the Applications folder in the same window. That copies it to your computer.
  3. 3

    First open — right-click, not double-click

    Because this beta isn't code-signed yet, macOS will say something like “cannot be opened because the developer cannot be verified” if you just double-click. That's Gatekeeper being cautious, not a real problem.

    Instead:

    1. Open Finder → Applications
    2. Right-click (or Control-click) the zKPnote app
    3. Choose Open
    4. A dialog appears. Click Open to confirm.

    After this first time, double-click works normally forever.

Seeing a “damaged and can't be opened” error?

macOS flags unsigned downloads as quarantined. Clear it with one command in Terminal (Applications → Utilities).

If the error hits when opening the DMG (before installing):

xattr -cr ~/Downloads/zKPnote_0.0.2_aarch64.dmg

If the error hits after dragging to Applications(launching the app):

xattr -cr /Applications/zKPnote.app

Clears the quarantine attribute macOS adds to downloaded files. Safe — just tells Gatekeeper to trust the file.

What to expect

Rough edges (public beta)

Found a bug?

Please file an issue. Before you do, run the built-in diagnostic bot (⌘⇧PRun diagnostics) and paste the results — it tests 13 layers of the app end-to-end and tells us exactly where things broke.

Open GitHub Issues →