[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1471":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":8,"language":10,"languages":8,"totalLinesOfCode":8,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":13,"stars7d":13,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":18,"rankGlobal":8,"rankLanguage":8,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":8,"pushedAt":8,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":15,"starSnapshotCount":15,"syncStatus":13,"lastSyncTime":26,"discoverSource":27},1471,"wikiwise","TristanH\u002Fwikiwise","TristanH",null,"https:\u002F\u002Fwiki-wise.com","HTML",225,19,2,4,0,11,6,47,"GNU General Public License v3.0",false,"main",[],"2026-06-12 04:00:09","# Wikiwise\n\nA native macOS app that turns any folder of markdown files into a browsable, publishable wiki — maintained by your coding agent.\n\n> **Alpha software.** Wikiwise is under active development and may have bugs. Use at your own risk.\n\n**[Download for macOS](https:\u002F\u002Fgithub.com\u002FTristanH\u002Fwikiwise\u002Freleases\u002Flatest\u002Fdownload\u002FWikiwise-macOS.dmg)** (Apple Silicon + Intel, signed and notarized)\n\nBased on [Andrej Karpathy's llm-wiki pattern](https:\u002F\u002Fgist.github.com\u002Fkarpathy\u002F442a6bf555914893e9891c11519de94f): instead of RAG, the LLM incrementally builds and maintains a persistent, interlinked wiki. You add sources; the agent reads them, writes summary pages, cross-references everything, and keeps it all consistent. The wiki compounds with every source you add.\n\n## How it works\n\n1. **Create a wiki** — Wikiwise scaffolds the folder structure, build tools, and agent skills\n2. **Open your agent** — use the built-in terminal or your own (Claude Code, Codex, Cursor)\n3. **Add sources** — paste URLs, import from Readwise, or point at existing files\n4. **Read and explore** — browse the compiled wiki with search, backlinks, and graph visualization\n\nThe agent does the grunt work: summarizing, cross-referencing, filing, and bookkeeping. You curate sources, ask questions, and think about what it all means.\n\n## Building\n\nRequires macOS 14+ and Swift 5.10+.\n\n```\ngit clone https:\u002F\u002Fgithub.com\u002FTristanH\u002Fwikiwise.git\ncd wikiwise\nswift build\n.build\u002Farm64-apple-macosx\u002Fdebug\u002FWikiwise\n```\n\n## Architecture\n\n- **SwiftUI** macOS app built with SwiftPM (no Xcode project)\n- **JavaScriptCore** compiler turns markdown into styled HTML pages\n- **SwiftTerm** embedded terminal for running coding agents\n- **FSEvents** file watcher for live recompilation\n- Wiki scaffold includes Claude Code skills for ingest, lint, and Readwise import\n\n## Wiki structure\n\nEach wiki folder is self-contained:\n\n```\nmy-wiki\u002F\n  raw\u002F            # immutable source documents\n  wiki\u002F           # agent-maintained markdown pages\n    sources\u002F      # one summary per ingested source\n    home.md       # human entry point\n    index.md      # agent catalog\n    log.md        # chronological record\n  site\u002F           # build tools + compiled output\n    build.js      # the wiki compiler\n    style.css     # the wiki theme\n    out\u002F           # compiled HTML (gitignored)\n  .claude\u002F        # agent skills and settings\n  CLAUDE.md       # wiki schema\n  llm-wiki.md     # Karpathy's pattern (reference)\n```\n\nSee [`Sources\u002FWikiwise\u002FResources\u002Fscaffold\u002F`](Sources\u002FWikiwise\u002FResources\u002Fscaffold\u002F) for the full template — this is what gets copied when you create a new wiki, including the schema (`CLAUDE.md`), agent skills, and seed pages.\n\n## License\n\nGPLv3 — see [LICENSE](LICENSE)\n","Wikiwise 是一款原生 macOS 应用，能够将任意文件夹中的 Markdown 文件转换为可浏览和发布的维基。其核心功能包括使用编码代理自动构建和维护一个持久且互相链接的维基系统，支持通过添加 URL、导入 Readwise 或指向现有文件来丰富内容，并通过内置终端或外部工具（如 Claude Code、Codex、Cursor）进行操作。技术上基于 SwiftUI 构建，利用 JavaScriptCore 编译 Markdown 为 HTML 页面，并通过 SwiftTerm 提供嵌入式终端支持。适用于需要高效整理笔记、文档或研究资料，并希望以结构化方式访问这些信息的个人或团队。","2026-06-11 02:43:57","CREATED_QUERY"]