aicoolies logo
LangChain logo
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

open sourcetelemetry concernsverified Jul 5, 2026

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

OpenWiki is a LangChain-maintained CLI that turns codebase documentation into a living context layer for AI coding agents. Its core promise is straightforward: generate an openwiki/ directory for a repository, keep that documentation updated as the code changes, and make it easy for agents to reference the wiki rather than overloading AGENTS.md, CLAUDE.md or a single giant prompt file. The tool fits a common developer workflow problem: coding agents can write code quickly, but they often lose architectural context, repeat stale assumptions, or waste tokens rediscovering the same repo structure. OpenWiki frames documentation as agent infrastructure rather than a static human-only artifact.

The live GitHub source is strong enough for a create-ready tool page. As of the July 5 write check, langchain-ai/openwiki was an active MIT-licensed repository with 4,392+ GitHub stars, 326+ forks, recent pushes, and a README that documents npm install -g openwiki, openwiki --init, interactive usage, one-shot -p mode, and openwiki --update. The README also explains the daily GitHub Action path for opening documentation update PRs and notes that OpenWiki can append prompting to AGENTS.md or CLAUDE.md so a coding agent knows where to search for context. It supports OpenRouter, Fireworks, Baseten, OpenAI and Anthropic out of the box, with custom model IDs available through configuration.

The aicoolies page should position OpenWiki as a documentation-and-context tool for teams already adopting Claude Code-style agents, Cursor, Codex, or other repository agents. Strong use cases include onboarding a large repo, keeping architecture notes fresh, giving agents a durable search target, and reducing the temptation to paste huge context files into every session. Caveats should mention that generated wiki quality depends on model choice, repo structure and review discipline; secrets are saved locally in ~/.openwiki/.env; and generated documentation still needs human review before it becomes trusted engineering knowledge.

Pricing

Open-source MIT-licensed CLI. Model-provider usage, API keys, hosted runners and repository automation costs remain user-side.

full pricing breakdown →

Platforms

Command-line documentation generator and updater for repository wiki folders, AGENTS.md or CLAUDE.md guidance, provider configuration and GitHub Action documentation refreshes.

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Raycast logo

Raycast

Productivity launcher for macOS

Blazingly fast, extensible productivity launcher for macOS that replaces Spotlight and serves as a keyboard-driven command center. Includes instant app launching, clipboard history, snippet management, window management, calculator, and a built-in AI chat with multiple models. Extension store with 1,000+ community integrations (GitHub, Jira, Linear, Docker). Script commands for shell automation, plus a React/TypeScript API for custom extensions.

freemium
Linear logo

Linear

Issue tracking built for software

Fast, opinionated project management for software teams with a keyboard-first interface, cycles, roadmaps, and deep GitHub/GitLab integration. Used by Vercel, Anthropic, and Coinbase. The modern Jira alternative that engineering teams actually enjoy using, with a clean design and responsive UI that makes issue tracking feel effortless rather than burdensome.

freemium
Scalar logo

Scalar

Modern API documentation platform and OpenAPI reference generator

Scalar is an API documentation platform that generates beautiful, interactive API references from OpenAPI specifications. It provides a modern OpenAPI reference interface with dark mode, request examples in multiple languages, and a built-in API client. Available as open-source packages for any framework or as a hosted platform.

Open Source
Mem0 logo

Mem0

Intelligent memory layer for AI agents and assistants

Mem0 is an open-source intelligent memory layer for AI agents with 51K+ GitHub stars providing persistent, adaptive memory across sessions. It manages working, short-term, and long-term memory types, enabling personalized AI experiences that improve over time. Features automatic memory extraction from conversations, semantic search over stored memories, multi-format support, and integration with 100+ frameworks. Simple API for adding memory to any LLM-powered application or agent.

Open Source
Obsidian logo

Obsidian

Private Markdown knowledge base

Knowledge management app based on local Markdown files with powerful linking and graph visualization. Bidirectional links, graph view, canvas for spatial thinking, templates, daily notes, and 5,000+ community plugins. All data is stored as plain .md files with no vendor lock-in. Custom themes, Vim mode, and Dataview support database-like queries. Sync and Publish are paid add-ons; the core app remains free for personal use.

freemium
Zapier logo

Zapier

No-code automation platform connecting 9,000+ apps

The most popular no-code automation platform connecting 9,000+ apps and app connections to automate workflows without writing code. Features multi-step Zaps with conditional logic, AI Copilot for natural language workflow creation, Tables, Forms, and MCP integration for AI orchestration. Task-based pricing with a free tier at 100 tasks/month. Used by businesses from solo operators to enterprise teams for eliminating repetitive work across their software stack.

freemium

FAQ

What is OpenWiki?

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Is OpenWiki free?

Yes — OpenWiki is open source and free to use. Open-source MIT-licensed CLI. Model-provider usage, API keys, hosted runners and repository automation costs remain user-side.

Is OpenWiki open source?

Yes — OpenWiki is open source.

Is OpenWiki still maintained?

Yes — OpenWiki is active. Its listing was last verified on July 5, 2026.