Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
OpenWiki is a CLI that writes and maintains agent documentation for your codebase.
| Date | Stars |
|---|---|
| 2026-07-31 | 13748 |
| 2026-08-01 | 13835 |
| 2026-08-02 | 13937 |
| 2026-08-03 | 13983 |
| 2026-08-04 | 14047 |
| 2026-08-05 | 14200 |
| 2026-08-06 | 14237 |
Today
+37 stars today
This week
— stars this week
This month
— stars this month
Momentum
208.0
growth rate 0.00%/day
<!-- markdownlint-disable MD033 MD041 --> <div align="center"> <img alt="OpenWiki" src="./static/openwiki-lockup.png" width="620"> ### The self-maintaining wiki. Built for agents, explored by humans. [](https://www.npmjs.com/package/openwiki) [](https://www.npmjs.com/package/openwiki) [](https://nodejs.org) [](./LICENSE) [](https://github.com/langchain-ai/deepagentsjs) <a href="https://trendshift.io/repositories/70339?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-70339" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/70339/daily" alt="langchain-ai%2Fopenwiki | Trendshift" width="250" height="55"/></a> </div> OpenWiki is a CLI that writes and maintains a wiki for your codebase or your personal knowledge. An agent reads your sources, synthesizes a linked Markdown wiki you own, and keeps it current on every change. It is built for agents to read as memory, and it ships an interactive visualizer for humans to explore. **OpenWiki gives you:** - **Agent-written docs** that stay accurate, generated by a [Deep Agents](https://github.com/langchain-ai/deepagentsjs) documentation agent. - **Two modes:** a `code` wiki for a repository, or a `personal` wiki for your own knowledge. - **Twelve model providers** out of the box, from OpenAI and Anthropic to Bedrock, Gemini, and any OpenAI-compatible gateway. - **Built-in connectors** for Notion, Slack, Gmail, X, Web Search, Hacker News, and local git repositories. - **An interactive visualizer** that turns any wiki into a live, explorable node graph. - **Self-updating** through GitHub Actions, GitLab CI, or Bitbucket Pipelines. - **Open Knowledge Format** ([OKF v0.1](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md)) output with validated Mermaid diagrams. ## 🎉 What's new - **Interactive visualizer:** turn any wiki into a live, explorable node graph with a side-by-side Markdown reader. - **`.openwikiignore`:** keep generated, private, or irrelevant paths out of doc runs with familiar gitignore-style rules. - **Multilingual wikis:** generate docs in another language with `--language <locale>`, while code and identifiers stay canonical. - **LangSmith connector:** pull recent LangSmith traces (tool calls, outcomes, latency) into a code wiki. - **GitHub Copilot provider:** reuse an existing Copilot subscription for inference, no separate API key required. ## Quick start Install the CLI: ```sh npm install -g openwiki ``` Generate a wiki for the current repository. The first run walks you through picking a provider, key, and model, then writes docs to `openwiki/`: ```sh openwiki --init ``` Keep it current automatically by adding a scheduled CI job that opens a docs PR on every change: - **GitHub Actions:** copy [`openwiki-update.yml`](./examples/openwiki-update.yml) into `.github/workflows/openwiki-update.yml`. - **GitLab CI:** copy [`openwiki-update.gitlab-ci.yml`](./examples/openwiki-update.gitlab-ci.yml) into `.gitlab-ci.yml` or include it from your pipeline. - **Bitbucket Pipelines:** copy [`openwiki-update.bitbucket-pipelines.yml`](./examples/openwiki-update.bitbucket-pipelines.yml) into `bitbucket-pipelines.yml`, then schedule the `openwiki-update` pipeline. > [!NOTE] > On Windows, install with a Node.js package manager (`npm install -g openwiki` or `pnpm add -g openwiki`). Installing with `bun` can fall back to compiling the `better-sqlite3` native dep
Excerpt of 24,325 characters
Read on GitHubBrace Sproul · @langchain-ai
75
Colin Francis
21
18
15
7
6
6
John Kennedy · @langchain-ai
3
Brad Huffman · @mediwareinc
3
3
Christian Bromann · @langchain-ai · United States
3
3
Wenyu Chiou · LEHIGH UNIVERSITY
2
Ben Younes · Freelance · France
2
Thejesh · United States
2
2
2
2
2
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4305ef539da5f088, llm:Description: 'OpenWiki is a CLI that writes and maintains agent documentation for your codebase.' Repository under langchain-ai. Language: TypeScript. Purpose: generates documentation for agents (likely uses LLMs to write/maintain docs).
matched fp:4305ef539da5f088, llm:Description: 'OpenWiki is a CLI that writes and maintains agent documentation for your codebase.' Repository under langchain-ai. Language: TypeScript. Purpose: generates documentation for agents (likely uses LLMs to write/maintain docs).
matched fp:4305ef539da5f088, llm:Description: 'OpenWiki is a CLI that writes and maintains agent documentation for your codebase.' Repository under langchain-ai. Language: TypeScript. Purpose: generates documentation for agents (likely uses LLMs to write/maintain docs).