refactoringhq / tolaria
- ΠΏΠΎΠ½Π΅Π΄Π΅Π»ΡΠ½ΠΈΠΊ, 8 ΠΈΡΠ½Ρ 2026β―Π³. Π² 00:00:04
Desktop app to manage markdown knowledge bases
Tolaria is a desktop app for macOS, Windows, and Linux for managing markdown knowledge bases. People use it for a variety of use cases:
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.
You can find some Loom walkthroughs below β they are short and to the point:
Install via Homebrew on macOS:
brew install --cask tolariaDownload 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.
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.
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 π
Tauri 2 on Linux requires WebKit2GTK 4.1 and GTK 3:
sudo pacman -S --needed webkit2gtk-4.1 base-devel curl wget file openssl \
appmenu-gtk-module libappindicator-gtk3 librsvgsudo apt install libwebkit2gtk-4.1-dev build-essential curl wget file \
libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev \
libsoup-3.0-dev patchelfsudo dnf install webkit2gtk4.1-devel openssl-devel curl wget file \
libappindicator-gtk3-devel librsvg2-develThe 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.
pnpm install
pnpm devOpen http://localhost:5173 for the browser-based mock mode, or run the native desktop app with:
pnpm tauri devIf you believe you have found a security issue, please report it privately as described in SECURITY.md.
Tolaria is licensed under AGPL-3.0-or-later. The Tolaria name and logo remain covered by the projectβs trademark policy.