refactoringhq/tolaria
Summary
Tolaria is a free, open-source desktop app for macOS, Windows, and Linux that helps manage markdown knowledge bases with a focus on portability, git versioning, offline use, and AI integration.
View Cached Full Text
Cached at: 06/08/26, 03:31 AM
refactoringhq/tolaria
Source: https://github.com/refactoringhq/tolaria
π§ Tolaria
Tolaria is a desktop app for macOS, Windows, and Linux 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). I have a massive workspace of 10,000+ notes, which are the result of my Refactoring work + a ton of personal journaling and second braining.
Walkthroughs
You can find some Loom walkthroughs below β they are short and to the point:
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 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, Codex CLI, and Gemini CLI setup paths, 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.
Installation
Homebrew
Install via Homebrew on macOS:
brew install --cask tolaria
Download from releases
Download the latest release here for macOS, Windows, or Linux. Windows installers are Authenticode-signed; company-managed devices may still require IT approval of the Tolaria publisher before first install.
Getting started
When you open Tolaria for the first time you get the chance of cloning the getting started vault β which gives you a walkthrough of the whole app.
The public user docs live in site/ and are published to GitHub Pages. Start with Install Tolaria, then First Launch.
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. You can also find the gist below π
Prerequisites
- Node.js 20+
- pnpm 8+
- Rust stable
- macOS or Linux for development
Linux system dependencies
Tauri 2 on Linux requires WebKit2GTK 4.1 and GTK 3:
- Arch / Manjaro:
sudo pacman -S --needed webkit2gtk-4.1 base-devel curl wget file openssl \ appmenu-gtk-module libappindicator-gtk3 librsvg - Debian / Ubuntu (22.04+):
sudo apt install libwebkit2gtk-4.1-dev build-essential curl wget file \ libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev \ libsoup-3.0-dev patchelf - Fedora 38+:
sudo dnf install webkit2gtk4.1-devel openssl-devel curl wget file \ libappindicator-gtk3-devel librsvg2-devel
The bundled MCP server still spawns the system node binary at runtime on Linux, so install Node from your distro package manager if you want the external AI tooling flow.
Quick start
pnpm install
pnpm dev
Open http://localhost:5173 for the browser-based mock mode, or run the native desktop app with:
pnpm tauri dev
Tech Docs
- π ARCHITECTURE.md β System design, tech stack, data flow
- π§© ABSTRACTIONS.md β Core abstractions and models
- π GETTING-STARTED.md β How to navigate the codebase
- π ADRs β Architecture Decision Records
Security
If you believe you have found a security issue, please report it privately as described in SECURITY.md.
License
Tolaria is licensed under AGPL-3.0-or-later. The Tolaria name and logo remain covered by the projectβs trademark policy.
Similar Articles
@lucaronin: Introducing Tolaria! Today I am releasing a macOS desktop app for managing markdown knowledge bases, and helping both Aβ¦
Tolaria is a free, open-source macOS desktop app for managing markdown knowledge bases designed for both AI and human use.
@DataChaz: @Karpathy's LLM wiki concept just became a real Mac app. It is called Tolaria, a free desktop app for Mac and Linux. Thβ¦
Tolaria is a free, open-source desktop app for Mac and Linux that implements Karpathy's LLM wiki concept, providing a native environment for humans and AI agents to build knowledge using plain markdown and Git versioning.
Tolaria, Rust, and Questions About What Makes a Mac App Feel Good to Me
The author reviews Tolaria, a fast and lightweight macOS knowledge base app built with Rust and React via Tauri, praising its native-like feel and development speed compared to Electron alternatives.
@alin_zone: Wow, Obsidian has met its strongest competitor! I recently discovered a very interesting open-source project: Tolaria. It not only looks great, but its functionality is like a combination of Obsidian + Git + AI Agent workspace. It has both Obsidian's...
Introduces an open-source project called Tolaria, which is considered a strong competitor to Obsidian, combining Obsidian's Markdown notes, Git version control, and AI Agent workspace features, with characteristics like local-first, no account required, etc.
@geekbb: Found a smooth Markdown editor designed for AI chat context management. Built with Tauri + React + TypeScript, cross-platform support for macOS / Windows / Linux. Left side CodeMirror 6β¦
marka.md is a cross-platform Markdown editor specialized for AI context management, built with Tauri, React, and TypeScript. It features live preview, Vim mode, themes, and a context tray to bundle notes for AI chats like Claude, ChatGPT, and Gemini.