
管理Markdown知识库的桌面应用,支持本地存储与快速检索。
近期知识管理需求增长,该应用凭借优雅设计与本地化特性,在开发者社区快速传播。
国内用户可借鉴其本地Markdown管理思路,用于搭建私有知识体系,降低隐私风险。
适合个人知识管理、笔记整理、文档归档,以及本地化Markdown文件管理场景。
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 tolaria
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.
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 librsvg
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
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.
pnpm install
pnpm dev
Open http://localhost:5173 for the browser-based mock mode, or run the native desktop app with:
pnpm tauri dev
If 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.
同属 UI/应用 类型 · 适合同类用户的其他选择