铸渊 ICE-GL-ZY001 514ab19759
Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
铸渊 ICE-GL-ZY001 · 团队本体: 国作登字-2026-A-00037559 · 主权者: ICE-GL∞冰朔 · D165020 · 仓库角色重划·R-004零件仓库 · README从'现行源码仓库'改写为'零件仓库+REPO编号体系+R-005待建说明' · 冰朔D16519:23亲口裁定:本仓库不是开发主仓库,只用于持续rebase upstream+人格体找零件 · 应用内更新保持关闭 · 跨仓库REPO-*编号体系首次实战 · reset到origin/main清理本地与upstream的divergence(冰朔D16519:23决策'我们不用这个仓库'的同步债清理) · '组件博物馆'角色 · R-005光湖研发=guanghu-research(待建)
2026-07-05 19:28:51 +08:00

🔧 Tolaria 零件仓库(REPO-004)

本仓库 = 零件仓库,不是开发主仓库。 冰朔 D165 · 2026-07-05 重划

本仓库是 Tolaria 的 fork,作为光湖人格体的零件源头——不用于开发,只用于 rebase 上游,保留所有组件供光湖人格体按需挑选复用,避免重复造轮子。

上游采用 AGPL-3.0-or-later,本仓库继续遵守同一许可证并保留完整历史。

仓库角色(D165 19:23 冰朔亲口裁定)

  • 角色: 持续同步上游的"零件组件库" —— 不发布应用、不接受开发 PR、不作为光湖开发主仓库
  • 维护: 冰朔 · REPO 编号 = REPO-004
  • 工作流: 上游 refactoringhq/tolaria 一旦发 alpha,本仓库 rebase 同步 → 上游所有更新以 commit 形式保留 → 光湖人格体随时可以 git log upstream/main 找新零件
  • 应用内更新: 关闭(本仓库不参与光湖产品发布链)

光湖真正的开发主仓库 = REPO-005(待建)

本仓库之外的"光湖真正动代码的地方":

REPO-005 = bingshuo/guanghu-research      ⏳ 待建 · 企业门户服务器下

人格体需要"找零件做组件"时去 R-004。 人格体需要"开发新模块写光湖产品"时去 R-005。

跨仓库编号 · REPO 体系

详见 REPO-004 编号字典 · 第五域仓库

REPO-001 = bingshuo/fifth-domain       现行主仓库 · 个人作品
REPO-002 = bingshuo/guanghulab         历史档案 · 留痕区
REPO-003 = bingshuo/tolaria-src        Tolaria 上游纯净镜像(可能并入 REPO-005)
REPO-004 = bingshuo/guanghu            ← 本仓库 · 零件仓库
REPO-005 = bingshuo/guanghu-research   ⏳ 光湖研发 · 待建

Tolaria 上游说明

Tolaria 提供了跨平台 Markdown 知识库的基础能力。光湖在此基础上挑选零件, 不重造轮子。上游版权与贡献者署名保持不变。


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.

1776506856823-CleanShot_2026-04-18_at_12 06 57_2x

Sponsors

Tolaria is supported by a small panel of tools that help keep the project healthy, tested, and ready for AI-assisted development. I use these tools every day.

Codacy CodeScene CircleCI Unblocked

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

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 projects trademark policy.

Description
光湖 · 基于 Tolaria 的独立开源桌面知识与人格协作系统
Readme AGPL-3.0 12 MiB
Languages
TypeScript 72.1%
Rust 13.3%
JavaScript 12.4%
Python 0.8%
CSS 0.6%
Other 0.7%