Scripts2026年9月12日·1 分钟阅读

Tolaria — Markdown Knowledge Base Desktop App

A cross-platform desktop application for managing markdown knowledge bases with fast search, bidirectional linking, and local-first storage.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 96/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Knowledge
安装
Single
信任
信任等级:Established
入口
Tolaria Overview
直接安装命令
npx -y tokrepo@latest install 0c117dd6-ae6a-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Tolaria is an open-source desktop application built for managing markdown knowledge bases. It provides fast full-text search, bidirectional linking between notes, and a local-first architecture that keeps all data on your machine. Designed for developers and writers who prefer plain markdown files over proprietary formats.

What Tolaria Does

  • Indexes and searches across thousands of markdown files instantly
  • Creates and visualizes bidirectional links between documents
  • Renders markdown with syntax highlighting and LaTeX support
  • Supports multiple vaults and workspaces in a single app
  • Stores everything as plain markdown files on your local filesystem

Architecture Overview

Tolaria is built with TypeScript using Electron for cross-platform desktop support. It uses a local SQLite database to index markdown content for fast searching while keeping the source files as plain text. The rendering pipeline supports CommonMark with extensions for wiki-links, math blocks, and embedded diagrams.

Self-Hosting & Configuration

  • Download pre-built binaries from the GitHub releases page
  • Point Tolaria at any folder of markdown files to create a vault
  • Configure keyboard shortcuts and editor preferences in the settings panel
  • Back up your data by simply copying the markdown folder
  • Sync across devices using any file sync tool since files are plain text

Key Features

  • Instant full-text search powered by a local index
  • Graph view showing connections between documents
  • Side-by-side editing and preview modes
  • Tag-based organization with hierarchical support
  • Plugin system for extending editor functionality

Comparison with Similar Tools

  • Obsidian — Proprietary core with a plugin ecosystem; Tolaria is fully open-source
  • Logseq — Outline-based approach with block references; Tolaria uses a traditional document model
  • Joplin — Focuses on note sync and encryption; Tolaria prioritizes local-first plain files
  • SiYuan — Rich block editing; Tolaria keeps files as clean markdown

FAQ

Q: Does Tolaria sync notes across devices? A: Tolaria is local-first. Use any file sync tool like Syncthing or Dropbox to sync your markdown folder.

Q: Can I use existing markdown files? A: Yes. Point Tolaria at any folder and it indexes everything automatically.

Q: What platforms are supported? A: macOS, Windows, and Linux via Electron-based desktop builds.

Q: Is there a mobile version? A: Currently desktop-only. Mobile support is on the roadmap.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产