Skip to content

Releases: jgwesterlund/mymem

myMem 1.3.1

Choose a tag to compare

@jgwesterlund jgwesterlund released this 11 Jun 15:48

Visual polish: rounder tab pills in the titlebar, a subtle myMem wordmark at the right end of the title bar, and a fixed hover state on inactive tabs.

Unsigned build: right-click → Open on first launch. Apple Silicon only.

myMem 1.3.0

Choose a tag to compare

@jgwesterlund jgwesterlund released this 11 Jun 14:52

Pinned notes, everywhere you'd expect

  • Pin/unpin buttons in the note toolbar, on note-list rows (hover), in the collection header, and an unpin ✕ in the sidebar's Pinned section
  • mym pin <id> / mym unpin <id> + pin markers in mym list; GET /pins and PUT /notes/:id/pin on the local API

Format bar — fixed and upgraded

  • Fixed the bug where selecting text could open a giant empty panel over the editor (root cause in the menu element's layout scoping)
  • mem-style toolbar: H1 H2 · bold/italic/strike, clear formatting, inline code · numbered/bullet/task lists · quote, code block, link editor, table
  • No underline button by design: notes are markdown, and markdown has no underline

Unsigned build: right-click → Open on first launch, or xattr -dr com.apple.quarantine /Applications/myMem.app. Apple Silicon only.

myMem 1.2.0 — Fjord

Choose a tag to compare

@jgwesterlund jgwesterlund released this 11 Jun 12:19

Fjord — a Nordic minimal redesign

  • New palette: dusty steel-blue accent on snow-white surfaces, blue-charcoal text; dark mode in deep blue-charcoal (not black)
  • Calmer semantics throughout (desaturated badges, sand warnings, muted danger red), flatter shadows, lighter headings
  • New app icon to match

New features

  • Menu bar icon with Open / Quick Capture / Quit (toggle in Settings → General)
  • Start at login (Settings → General) — boots in the background with the tray + ⌃⌘Space ready
  • OpenRouter support: add your sk-or-… key in Settings → AI and pick from 256 models in the new searchable model picker (chat + default/utility model)

Unsigned build: right-click → Open on first launch, or xattr -dr com.apple.quarantine /Applications/myMem.app. Apple Silicon only.

myMem 1.1.1

Choose a tag to compare

@jgwesterlund jgwesterlund released this 11 Jun 09:23
  • The AI chat panel now always opens on launch (⌘\ still toggles it within a session)
  • Collections can be deleted and renamed from the sidebar and collection view (since the v1.1.0 tag this also rode along)

Unsigned build: right-click → Open on first launch, or xattr -dr com.apple.quarantine /Applications/myMem.app. Apple Silicon only.

myMem 1.1.0

Choose a tag to compare

@jgwesterlund jgwesterlund released this 11 Jun 07:08

First public release of myMem — local-first AI notes for Mac.

Highlights

  • Markdown editor with wikilinks, slash menu, tabs + split panes
  • Collections with AI auto-organize (now with delete/rename in the UI)
  • Full-text + semantic search — embeddings computed locally, fully offline
  • AI chat over your knowledge base with citations; it can create and edit notes (the open note auto-attaches as context)
  • Sign in with your ChatGPT (Codex OAuth) or Claude Pro/Max subscription — no API key needed
  • AI Clean Up with diff preview, incl. a web-paste mode that strips page debris
  • Version history, quick capture (⌃⌘Space), import/export, dark mode
  • mym CLI + agent skill for Claude Code, Codex CLI, pi and opencode over a local 0600 unix socket

Install

Download the DMG, drag myMem to Applications. The build is unsigned — on first launch, right-click the app → Open (or allow it under System Settings → Privacy & Security).

Apple Silicon (arm64) only. Verified: unit + e2e suites green, full backend smoke executed inside this exact packaged build.