Talk, jot, snap on your iPhone. Your own agent compiles the fragments into concept pages, opinion timelines, and decisions — plain markdown, in your own iCloud. Built on Karpathy's LLM Wiki pattern.
在 iPhone 上随口说、随手记、随时存图。你自己的 agent 把碎片编译成概念页、观点演变和决策记录——全部是你自己 iCloud 里的普通 markdown。基于 Karpathy 的 LLM Wiki 模式。
Plain markdown in your iCloud Drive. Opens in Obsidian. Survives this app.
iCloud 里的普通 markdown,Obsidian 直接打开。App 没了,数据还在。
Open source, MIT. Zero network calls, zero SDKs, zero telemetry in the app — audit it.
MIT 开源。App 零联网、零第三方 SDK、零遥测——欢迎审计。
Compilation runs on your Mac with your agent and your account. We have no servers.
编译跑在你的 Mac、你的 agent、你的账号上。我们没有服务器。
Capture, read, and search never need a network.
捕捉、阅读、检索都不需要网络。
Three layers, disjoint write ownership — your phone and your Mac never conflict.
三层结构,写权分离——手机和 Mac 永不冲突。
raw/, append-onlyraw/raw/ wiki/ schema.mdraw/ wiki/ schema.mdwiki/: concepts, opinions, decisions, entitieswiki/:概念/观点/决策/实体Back on your phone: every fragment shows where it was woven, search hits land on compiled pages with citations that jump back to the original audio.
回到手机:每条碎片都标注它被织进了哪一页;搜索命中的是编译后的页面,引用可跳回原始录音。
brew install xcodegen git clone https://github.com/mallorb/texo && cd texo xcodegen generate && open VoiceDiary.xcodeproj
curl -fsSL https://texo-bx6.pages.dev/install.sh | sh
Read the script first — 80 lines, fully reversible: it installs the skills, starts a 30-minute compile loop, and runs the first compile. Prefer transparency over speed? Paste one sentence into Claude Code and your own agent performs the install while you watch: Install Texo from github.com/mallorb/texo and set up auto-compile for my Texo folder.
先读脚本——80 行、完全可逆:装技能、起 30 分钟编译循环、跑第一轮。更想全程盯着?把一句话粘进 Claude Code,你自己的 agent 当安装器、每步可见:从 github.com/mallorb/texo 安装 Texo 并为我的 Texo 文件夹设置自动编译。