What is KiwiFS?
What is KiwiFS?
How is this different from Obsidian?
How is this different from Obsidian?
How is this different from Notion or Confluence?
How is this different from Notion or Confluence?
cat page.md and git clone always work.Do I need to know Git?
Do I need to know Git?
Is KiwiFS production-ready?
Is KiwiFS production-ready?
Installation
System requirements?
System requirements?
go:embed. Runs on macOS, Linux, and Docker.How do I install?
How do I install?
What is in .kiwi/?
What is in .kiwi/?
kiwifs reindex.Agents
How do agents write?
How do agents write?
- Filesystem — NFS or FUSE mount:
cat,echo,grep - REST —
PUT /api/kiwi/file - MCP —
kiwifs mcp --root ~/knowledge(60+ tools)
Can agents use KiwiFS without a running server?
Can agents use KiwiFS without a running server?
kiwifs mcp --root ~/knowledge runs in-process against the directory. No HTTP needed.How do I configure Cursor or Claude Desktop?
How do I configure Cursor or Claude Desktop?
How does provenance tracking work?
How does provenance tracking work?
X-Actor and X-Provenance on writes. KiwiFS injects derived-from into frontmatter automatically.Search
What search backends exist?
What search backends exist?
| Tier | Engine |
|---|---|
| 1 | grep (zero deps) |
| 2 | sqlite (FTS5, BM25 — default) |
| 3 | Vector ([search.vector] — optional) |
Vector search without a cloud API key?
Vector search without a cloud API key?
sqlite-vec as the store for fully local semantic search.Rebuild the index?
Rebuild the index?
Protocols
NFS vs S3 vs WebDAV vs FUSE?
NFS vs S3 vs WebDAV vs FUSE?
| Protocol | Best for |
|---|---|
| NFS | Docker / Kubernetes mounts |
| S3 | Backup tools, pipelines |
| WebDAV | Desktop sync, mapped drives |
| FUSE | Developer workstation remote mount |
Do all protocols share one pipeline?
Do all protocols share one pipeline?
Data
Crash mid-write?
Crash mid-write?
Backup?
Backup?
git pushto any remotekiwifs backup/[backup]in configkiwifs restore --from ... --to ...rsyncthe knowledge root
Migrate from Obsidian or Notion?
Migrate from Obsidian or Notion?
License
Commercial use?
Commercial use?
Contribute?
Contribute?