[![CodeScene Hotspot Code Health](https://codescene.io/projects/76865/status-badges/hotspot-code-health)](https://codescene.io/projects/76865) [![CodeScene Average Code Health](https://codescene.io/projects/76865/status-badges/average-code-health)](https://codescene.io/projects/76865) # πŸ’§ Tolaria Tolaria is a desktop app for Mac for managing **markdown knowledge bases**. People use it for a variety of use cases: * Operate second brains and personal knowledge * Organize company docs as context for AI * Store OpenClaw/assistants memory and procedures Personally, I use it to **run my life** (hey πŸ‘‹ [Luca here](http://x.com/lucaronin)). I have a massive workspace of 10,000+ notes, which are the result of my [Refactoring](https://refactoring.fm/) work + a ton of personal journaling and *second braining*. 1776506856823-CleanShot_2026-04-18_at_12 06 57_2x ## Principles - πŸ“‘ **Files-first** β€” Your notes are plain markdown files. They're portable, work with any editor, and require no export step. Your data belongs to you, not to any app. - πŸ”Œ **Git-first** β€” Every vault is a git repository. You get full version history, the ability to use any git remote, and zero dependency on Tolaria servers. - πŸ›œ **Offline-first, zero lock-in** β€” No accounts, no subscriptions, no cloud dependencies. Your vault works completely offline and always will. If you stop using Tolaria, you lose nothing. - πŸ”¬ **Open source** β€” Tolaria is free and open source. I built this for [myself](https://x.com/lucaronin) and for sharing it with others. - πŸ“‹ **Standards-based** β€” Notes are markdown files with YAML frontmatter. No proprietary formats, no locked-in data. Everything works with standard tools if you decide to move away from Tolaria. - πŸ” **Types as lenses, not schemas** β€” Types in Tolaria are navigation aids, not enforcement mechanisms. There's no required fields, no validation, just helpful categories for finding notes. - πŸͺ„**AI-first but not AI-only** β€” A vault of files works very well with AI agents, but you are free to use whatever you want. We support Claude Code and Codex CLI (for now), but you can edit the vault with any AI you want. We provide an AGENTS file for your agents to figure out. - ⌨️ **Keyboard-first** β€” Tolaria is designed for power-users who want to use keyboard as much as possible. A lot of how we designed the Editor and the Command Palette is based on this. - πŸ’ͺ **Built from real use** β€” Tolaria was created for manage my personal vault of 10,000+ notes, and I use it every day. Every feature exists because it solved a real problem. ## Getting started Download the [latest release here](https://github.com/refactoringhq/tolaria/releases/latest/download/Tolaria.app.tar.gz). When you open Tolaria for the first time you get the chance of cloning the [getting started vault](https://github.com/refactoringhq/tolaria-getting-started) β€” which gives you a walkthrough of the whole app. ## Open source and local setup Tolaria is open source and built with Tauri, React, and TypeScript. If you want to run or contribute to the app locally, here is [how to get started](https://github.com/refactoringhq/tolaria/blob/main/docs/GETTING-STARTED.md). You can also find the gist below πŸ‘‡ ### Prerequisites - Node.js 20+ - pnpm 8+ - Rust stable - macOS for development ### Quick start ```bash pnpm install pnpm dev ``` Open `http://localhost:5173` for the browser-based mock mode, or run the native desktop app with: ```bash pnpm tauri dev ``` ## Documentation - πŸ“ [ARCHITECTURE.md](docs/ARCHITECTURE.md) β€” System design, tech stack, data flow - 🧩 [ABSTRACTIONS.md](docs/ABSTRACTIONS.md) β€” Core abstractions and models - πŸš€ [GETTING-STARTED.md](docs/GETTING-STARTED.md) β€” How to navigate the codebase - πŸ“š [ADRs](docs/adr) β€” Architecture Decision Records ## License Tolaria is licensed under AGPL-3.0-or-later. The Tolaria name and logo remain covered by the project’s trademark policy.