tolaria
SHA-256一款跨平台桌面应用,用于管理 Markdown 知识库。采用文件优先、Git 优先、离线优先的设计,无锁定、可对接 AI,完全开源。
一款把笔记当普通文件、用 Git 做版本管理、离线可用的知识库桌面应用。
核心功能
- 文件优先:笔记就是纯 Markdown 文件,无需导出即可用任何编辑器打开
- Git 优先:每个知识库都是一个 Git 仓库,支持完整版本历史和任意远程仓库
- 离线优先:无需账户、无订阅、无云端依赖,完全离线可用
- AI 集成:支持 Claude Code、Codex CLI、Gemini CLI 等 AI 代理直接操作知识库
- 键盘优先:专为重度用户设计,大部分操作可通过键盘完成
避坑指南
- •Tolaria 目前仅支持 Markdown 格式笔记,不支持富文本或 WYSIWYG 编辑(可使用外部 Markdown 编辑器);AI 集成功能需要额外配置环境变量或安装对应 CLI 工具;Git 仓库需要用户自行管理远程同步(如 GitHub、GitLab),Tolaria 不提供内置云同步。
适用场景
- 个人第二大脑 / 知识管理(管理数千条笔记、日记、学习记录)
- 团队文档库:作为 AI 上下文的公司文档中心
- AI 代理记忆:存储 OpenClaw 或助手的长期记忆与工作流
详细介绍
Tolaria 是一款开源的桌面应用,旨在管理 Markdown 知识库。它坚持「文件优先、Git 优先、离线优先」的设计理念,确保你的笔记数据始终可移植、完全归属你掌控。与 Obsidian 或 Notion 等传统笔记工具不同,Tolaria 不引入任何专有格式或云端依赖:笔记就是带 YAML 头部的标准 Markdown 文件,每个知识库都是一个 Git 仓库。它键盘操作友好,并原生支持与 Claude Code、Codex CLI、Gemini CLI 等 AI 工具集成。作者本人使用它管理超过 10,000 条笔记,覆盖第二大脑、公司文档、AI 程序记忆等真实场景。支持 macOS、Windows 和 Linux,采用 AGPL-3.0 开源协议。
标签
快速上手
安装软件
根据你的发行版安装对应的包(dpkg / rpm / AppImage)
从 GitHub Releases 下载对应系统的安装包(macOS .dmg、Windows .exe 或 Linux .deb/.AppImage)
双击运行安装程序,按照向导完成安装
首次启动时,选择克隆入门知识库或创建空白知识库,即可开始使用
- 从 GitHub Releases 下载对应系统的安装包(macOS .dmg、Windows .exe 或 Linux .deb/.AppImage)
- 双击运行安装程序,按照向导完成安装
- 首次启动时,选择克隆入门知识库或创建空白知识库,即可开始使用
最新更新
## New Features
- 🧭 **Expanded Note Context Menus** — Right-click notes for faster everyday actions, including opening in a new window, favorites, organization state, Finder reveal, and file path copy.
- 🤖 **More Local AI Agent Options** — Use Kiro as a local AI agent, run Tolaria's MCP server through Bun as well as Node, and launch Pi more reliably from shell-managed installs.
- 📚 **Portent Knowledge-Base Template** — Tolaria's docs now include Portent as a reference template for structuring durable, agent-friendly knowledge bases.
- 🌍 **Belarusian Language Support** — Use Tolaria with new Belarusian interface translations.
## Improvements
- ⚡ **Much Faster Note Windows** — Opening a note in a separate window now uses a lighter startup path, avoiding the full main-window load and reducing app-wide stalls.
- 🪟 **More Complete Note Actions** — Note-list actions are now available from the context menu as well as existing command paths, making common file and organization tasks easier to reach.
- 🧩 **Cleaner CLI Agent Runtime Detection** — Shared binary discovery was consolidated so local agent launches handle shell-managed runtimes more consistently.
## Stability and Fixes
- Note windows now open reliably from all entry points and no longer stall the whole application during startup.
- Editor reliability is improved around Go code-block highlighting, Mermaid fullscreen zoom, non-Markdown wikilink targets, active-note refresh after external edits, and retained editor memory.
- Vault and workspace behavior is steadier around AutoGit multi-vault pushes, new views in the default workspace, and vault watcher Git symlinks.
- Release build type safety, pnpm patched dependency handling, CodeScene thresholds, and multiple patch-review findings were addressed before promotion.
---
**Stable release — manually promoted from `main`**
**Includes macOS (Apple Silicon and Intel), Windows x64, and Linux x64 bundles**
*Built from `600ddccf` on 2026-05-21*
已提供 SHA-256 校验码,下载后可自行核对文件完整性
该校验码提取自 GitHub 官方 Release 页面
SHA256 校验码
e102f8a3eb2c4efdd141cc39f49f5bb216c53b590db8cd244d6995eee62049fc该校验码提取自 GitHub Release 页面,下载后请自行核对文件完整性
本平台所有 SHA-256 校验码均提取自项目在 GitHub 官方 Release 页面发布的文件,未做任何修改。你可以通过 GitHub Releases 页面自行验证。
开源透明
查看 GitHub 源码卸载说明
macOS:将 Tolaria.app 从「应用程序」文件夹拖入废纸篓;Windows:打开「设置 > 应用 > 应用与功能」,找到 Tolaria 并卸载;Linux:使用系统包管理器(如 apt remove tolaria)或直接删除安装目录。
无额外依赖
下载后即可直接使用,无需安装其他运行环境