Skip to content

Keepr v0.16.1 — first published Windows binary

Choose a tag to compare

@SysAdminDoc SysAdminDoc released this 26 May 16:51
· 46 commits to main since this release

First version with installer artifacts on the Releases page.

Tags v0.6.0 → v0.16.0 had tauri-action workflow runs but they're all stuck queued at GitHub Actions runner allocation due to a SysAdminDoc account-level billing block. v0.16.1 was built locally and the bundles uploaded manually so users can actually install the app without a from-source build.

No code changes from v0.16.0 — see the v0.16.0 CHANGELOG entry for what shipped most recently.

Windows artifacts

  • Keepr_0.16.1_x64-setup.exe — NSIS installer (recommended).
  • Keepr_0.16.1_x64_en-US.msi — Windows Installer.
  • Keepr-portable.zip — extract anywhere, run keepr.exe. The bundled portable.flag makes the app store keepr.db next to the EXE so it travels on a USB stick.

Unsigned per the v0.5 code-signing decision. First launch shows Windows SmartScreen — click "More info" → "Run anyway".

Cumulative feature set (v0.2 → v0.16.1)

Offline-first Google Keep clone with: text + checklist notes (with one-level sub-item indent + Tab/Shift+Tab), drawing notes, image attachments (paste / drag-drop / file pick), inline #hashtag labels with auto-detach, time-based reminders with RRULE recurrence + snooze + native Windows toast + ICS export, App Lock (Argon2id PIN + idle auto-lock) + Private Vault (XChaCha20-Poly1305 per-note at-rest encryption), 9 Keep-shaped background patterns, FLIP-animated checked-to-bottom, version history with one-click restore (last 20 per note), SQLite FTS5 full-text search, configurable trash retention, auto-backup to a folder you point at your Google Drive / OneDrive sync, Markdown vault export + Google Takeout import, tray icon + Ctrl+Alt+N global quick-capture, tauri-plugin-log structured logging.

Full release notes: CHANGELOG.md.