Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

· devtools ai ai-agents · Source ↗

TLDR

  • Tolaria is a free, open-source macOS app (Tauri + React + TypeScript) for markdown knowledge bases: files-first, git-versioned, offline-only, AGPL-3.0.

Key Takeaways

  • Every vault is a plain git repo; notes are markdown + YAML frontmatter, portable to any editor with no export step.
  • Native AI agent support: ships an AGENTS file so Claude Code and Codex CLI can navigate vaults without extra setup.
  • Types are navigation lenses, not enforced schemas – no required fields, no validation, just categories.
  • Keyboard-first UX with a Command Palette; creator runs a personal vault of 10,000+ notes daily.
  • Stack: Tauri, React, TypeScript; Node 20+, pnpm 8+, Rust stable; macOS only for native dev, browser mock mode at localhost:5173.

Hacker News Comment Review

  • Mobile capture is the sharpest gap: Tolaria is desktop-only, and commenters note this alone kills daily-driver adoption for most people.
  • Several builders disclosed near-identical stacks (macOS, plain markdown, git-versioned, AI-context-ready) – Sig and Voiden both surfaced – suggesting files-plus-git is converging as the default agent memory architecture.
  • Monetization pressure came up immediately: commenters want to pay for an official signed build so the creator can develop full-time, with a warning to avoid feature creep that has bloated comparable tools.

Notable Comments

  • @jimmypk: concrete iOS workaround – Drafts app appends to a dated inbox.md via Working Copy git sync, keeping markdown as source of truth across devices.
  • @smadam9: building Sig with “obvious architecture overlap”; frames the distinction as Tolaria organizing existing knowledge vs. Sig solving knowledge capture upstream.

Original | Discuss on HN