aicoolies logo
Grok-Wiki logo
Grok-Wiki logo

Grok-Wiki

Turn code repositories into source-grounded wikis and docs

open sourceverified Aug 24, 2026

Desktop workspace that transforms local and remote git repositories into source-grounded wikis, architecture documents, and interactive Ask sessions. Integrates directly with existing CLI agents including Grok CLI, Claude Code, and Codex without requiring proprietary cloud infrastructure. Generates verifiable file citations, Mermaid diagrams, and Obsidian-compatible exports while ensuring private codebase data remains strictly on the local machine.

Grok-Wiki (evolved from the open-source DeepWiki-Open project) operates as a local-first desktop application and CLI tool that indexes code repositories into structured technical knowledge. The system parses file hierarchies, extracts call relationships, and synthesizes multi-page wikis complete with module breakdowns, interface contracts, and Mermaid architectural diagrams. Its interactive Ask interface allows developers and agents to query complex codebases, returning answers anchored to verified source trails, file paths, and commit references rather than ungrounded chat summaries.

Built specifically for software engineers, technical leads, and engineering teams maintaining large legacy or monorepo systems, Grok-Wiki eliminates the manual burden of writing and updating internal documentation. Unlike hosted documentation SaaS platforms that require uploading intellectual property to external clouds, Grok-Wiki runs locally and connects directly to the developer's existing AI credentials across Grok CLI, Claude Code, and OpenAI Codex. Teams use it to generate permanent onboarding wikis, export knowledge for offline audits, and publish read-only static snapshots.

Architecturally, the canonical repository (AsyncFuncAI/deepwiki-open) is released under the permissive MIT license and maintains more than 17,700 GitHub stars with active community maintenance. It exposes agent-friendly Markdown outputs, standard llms.txt endpoints, and Obsidian-ready ZIP vaults, enabling downstream autonomous agents to consume pre-indexed context without repetitive code scanning. Grok-Wiki bridges developer terminal workflows with durable, shareable software architecture records.

Pricing

Free and open source (MIT); local-first execution with user-owned CLI/model access.

full pricing breakdown →

Categories

Tags

LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

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.

Open SourceTelemetry
codebase-memory-mcp logo

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

Open SourceTelemetry
GitDiagram logo

GitDiagram

Turn GitHub repositories into interactive architecture maps

Visual architecture generator that transforms any GitHub repository into an interactive system design map within seconds. Analyzes repository structures and README documentation to produce validated component flowcharts, dependency graphs, and Mermaid diagrams. Supports direct URL routing by replacing hub with diagram, provides instant export to SVG and PNG formats, and handles private repositories through user-supplied personal access tokens.

freeOpen Source
Potpie logo

Potpie

Build codebase context graphs and AI agents for engineering

Engineering context graph and agent platform that parses codebases into living knowledge graphs for automated SDLC tasks. Connects to repositories, issue trackers, and team communications to empower AI agents with deep architecture understanding for debugging, PR generation, and system design. Offers an open-source core with full IDE extensions, CLI integrations, and enterprise on-premises deployment options.

freemiumOpen Source
Repomix logo

Repomix

Pack your entire codebase into a single AI-friendly file

Repomix packages entire repositories into single AI-optimized files for feeding to LLMs like Claude, ChatGPT, and Gemini. It outputs XML, Markdown, JSON, or plain text with token counting, security scanning via Secretlint, and Tree-sitter-based code compression. Works as CLI, MCP server, or Chrome extension for GitHub. Supports Claude Agent Skills generation. 26K+ GitHub stars, MIT licensed, with a web interface at repomix.com for zero-install usage.

Open Source
Graphify logo

Graphify

Turn code and docs into a queryable knowledge graph

Graphify is an open-source AI coding assistant skill that transforms folders of code, documentation, research papers, and images into queryable knowledge graphs. It works as a skill for Claude Code, Codex, OpenCode, and other AI coding assistants. Using tree-sitter AST parsing for 19 programming languages and Claude vision for documents and images, it builds NetworkX graphs with Leiden community detection, outputting interactive HTML visualizations and structured JSON for codebase exploration.

Open Source

Related Tools

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

Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

freemium
Cursor logo

Cursor

Top Pick

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

paid
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.

freemiumOpen Source
CodeRabbit logo

CodeRabbit

AI-powered code review

AI-powered code review tool that automatically analyzes pull requests and provides line-by-line feedback on code quality, bugs, security vulnerabilities, and best practices. Integrates with GitHub and GitLab as a bot that comments on PRs. Uses LLMs to understand code context and suggest improvements. Learns from your codebase patterns and team preferences. Supports all major programming languages. Reduces review cycle time while catching issues human reviewers might miss.

freemium

FAQ

What is Grok-Wiki?

Desktop workspace that transforms local and remote git repositories into source-grounded wikis, architecture documents, and interactive Ask sessions. Integrates directly with existing CLI agents including Grok CLI, Claude Code, and Codex without requiring proprietary cloud infrastructure. Generates verifiable file citations, Mermaid diagrams, and Obsidian-compatible exports while ensuring private codebase data remains strictly on the local machine.

Is Grok-Wiki free?

Yes — Grok-Wiki is open source and free to use. Free and open source (MIT); local-first execution with user-owned CLI/model access.

Is Grok-Wiki open source?

Yes — Grok-Wiki is open source.

Is Grok-Wiki still maintained?

Yes — Grok-Wiki is active. Its listing was last verified on August 24, 2026.

What are the best Grok-Wiki alternatives?

The top editor-verified Grok-Wiki alternatives are OpenWiki, Codebase Memory MCP, GitDiagram, and more.