@sashimikun_void: Honestly, feel like this might be the missing piece I've been looking for https://grok-wiki.com
Summary
Grok-Wiki is a local-first desktop tool that uses AI agents to power repository wikis, offering source-grounded context, CLI-owned model access, and integrated task management for developers.
View Cached Full Text
Cached at: 09/16/26, 02:05 PM
Honestly, feel like this might be the missing piece I’ve been looking for https://t.co/imW1SpuDGe
Grok-Wiki - Repository wikis powered by local agents
Source: https://grok-wiki.com/ Episode 01 / Desktop film
What’s Grok-Wiki?
A short product film for the desktop loop: source-grounded repository context, local CLI agents, and model access that stays with you.
Local CLI-first desktop
Wikis, answers, docs, and tasks, powered by your local agents.
Point Grok-Wiki at a repo or folder. It prepares the context, streams source-grounded progress, and hands every model call to the CLI you already sign into.
Projectsto start.Wikito understand.Askto interrogate.Docsto reference.Tasksto run.
Cmd 1 through 5. Terminal included.
Desktop contractLocal-first
Your library lives on your machine
Wikis, answers, docs, and task runs save to a local library. Publishing to the public library is a deliberate click, never a default.
on disk
Model access stays with the CLI
Grok CLI, Codex CLI, Claude Code, Pi, and Antigravity authenticate through their own tools. Grok-Wiki never holds a key.
cli-owned
Telemetry has a payload boundary
Optional usage signals exclude prompts, answers, code, paths, keys, and run logs.
no payloads
TasksCapture work, then run it with a local agent
Tasks
Capture work, then run it with a local agent in Terminal.
Backlog2
Epic1/3
Tighten the auth flowstablyai/orcaFrom Ask
Write a migration guide for the v2 configtwentyhq/twenty
Ready1
Add error states to the docs readertimescale/tigerfs
In progress1
Document the worktree lifecyclestablyai/orca
Running
Done1
Map the GraphQL schematwentyhq/twenty
3 files,+120-14
Projects
Every repo and folder you have pointed Grok-Wiki at, in one place.
3 total
Orca Developer Reference2d
How do worktrees get cleaned up?3h
Twenty CRM Developer Reference5d
Where does the schema engine live?1d
Generate a repository wiki.
Add one or more GitHub repos, URLs, or local paths. Generated pages and source evidence appear in the library below.
Describe the wiki you want. e.g. focus on the auth flow and break down the tech stack.
stablyai/orcamainAdd another repo or path
Grok CLI
Search wikis
3 saved wikis
Ask across repositories.
Add one or more GitHub repos, URLs, or local paths. Sources and activity appear after a run exists.
How does the sync engine resolve conflicts?
twentyhq/twentymainAdd a GitHub repo, URL, or local path
Grok CLIGrill Me
Question 1 of 3
Where should the answer go deep?
Tip · Type / to choose a Compound Engineering lens or attach wiki context.
Generate repository documentation.
Turn a GitHub repo, URL, or local folder into a docs-site structure with quickstarts, guides, references, examples, and source evidence.
Repository URL or local folder
FormatDocumentationGuides · reference · troubleshootingGrok CLI
Terminal
Projects, worktrees, and local agent shells in one rail.
Document the worktree lifecycle - Working
Working · Document the worktree lifecyclestablyai/orca
✓ Prepared workspace from stablyai/orca (main)
✓ Read 14 files under src/worktrees
● Writing docs/worktree-lifecycle.md
● Adding a lifecycle diagram
Project rail keeps every shell and agent session under the repo that owns it.
Choose the CLI that owns model access.
The desktop is Local CLI-first. Each agent signs in through its own tool and owns model access.
A working miniature of the desktop app. Click through the sidebar.
Repository memory
The context stays close to the work.
Grok-Wiki turns old runs, source trails, and generated docs into a local workspace your agents can actually read.
Source trailsLocal runsDocs archive
Workflows
Generate, ask, and index repos.
Start a wiki, ask a question, or add a GitHub repo. Grok-Wiki keeps the run, sources, and selected local CLI in view.
Wiki runselected local agent
runningAsyncFuncAI/grok-wiki
local first
01
Read repositoryResolve files and source scope
done
02
Draft outlineBuild page tree from evidence
live
03
Write pagesPatch active run monitor only
live
04
Attach sourcesLink exact files and lines
next
Generate a wiki without moving the desktop.
The run monitor advances in place while sidebar, reader, composer, and selected local agent stay stable.
Askrepo context attached
AsyncFuncAI/grok-wiki
What is the main entry point?
Working for 6s
Scanning repository structureFound desktop, public, and API entry surfaces.
Reading package scriptsMatched the local web and desktop commands.
Checking source evidencePreparing file-backed answer references.
is thinking through the repo...Active step streams without remounting the composer.
Ask the repo and keep sources visible.
Answers stream beside the evidence map, so claims stay tied to files instead of a detached chat transcript.
github.com/AsyncFuncAI/AsyncReviewindex from GitHub
Press the shortcut on a repo and start indexing.
Cmd + Shift + Space turns the active GitHub repository or local folder into source context without changing provider ownership.
Code Graph
Production-grade repository context.
As your codebase grows, every Ask, Wiki, and Docs run should stay simple. Code Graph is the missing layer that keeps rediscovery out of the critical path.
Agents are excellent at reasoning over code. The hard part is making them stop re-learning where everything lives. Code Graph gives each new run a reusable map of structure and source evidence, so the model you already chose spends effort on synthesis, not scavenger hunts.
Without Code GraphWiki rundiscoveringno map
slow path
01
List the treeWalk directories for project shape
live
02
Guess entry pointsREADME, manifests, main files
next
03
Rebuild relationshipsTrace imports file by file
queued
04
Plan the outlineStructure after expensive discovery
queued
Model budget spent finding the architecture.
With Code GraphWiki runCode graph ready.map attached
fast path
01
Attach the mapModules and hotspots arrive with the run
live
02
Plan from structureOne pass over real entry points
next
03
Write the pagesEach page starts closer to the system
queued
Model budget spent explaining the architecture.
What changes in the numbers.
A side-by-side of the costs people actually feel: discovery turns, where model budget goes, how many surfaces share context, and the first-run tax of indexing.
Illustrative · mid-size monorepo
MetricWithout Code GraphWith Code Graph
Discovery turns per runAgent steps spent locating files and rebuilding shape
8-14Cold walk every Ask, Wiki, or Docs run
1-3Map attached, then plan and write
Model budget on navigationShare of the run spent hunting vs synthesizing
*~65%*Most spend is search, open, re-trace
*~15%*Most spend is explanation and docs
Surfaces sharing contextAsk, Wiki, and Docs after the first index
0 / 3Each surface rediscovers alone
3 / 3One map reused across workflows
First-run setup costExtra work before the first useful answer
0No index. Start exploring immediately
*1×*Short index once per repository
Later-run rediscovery taxRepeated cost after the repo is already known
Every runStructure rebuilt from scratch
Near zeroReuse the map; re-index only when needed
Without Code Graph · tradeoffs
- Zero setup. Tiny repos and one-shot questions stay light.
- Every serious run pays discovery again, including the third surface that needs the same map.
- Evidence arrives late, so claims are harder to verify while the agent is still hunting.
With Code Graph · tradeoffs
- First use of a repo spends a short indexing pass before the map is ready.
- Later Ask, Wiki, and Docs runs spend far less on navigation and more on useful output.
- Optional by design. Turn it off and Grok-Wiki returns to local exploration without deleting your work.
Turn it on when understanding the repository is the job.
Code Graph is optional repository intelligence, not another model. Keep it off for tiny or one-off questions. Enable it when rediscovery is the expensive part of Ask, Wiki, and Docs.
Settings›Code Graph›Enable
Public library
Share docs, wikis, and Obsidian ZIPs.
Browse generated docs and public wikis, or download a vault-ready Markdown ZIP for Obsidian.
Docs readerGenerated pages can be browsed, shared, or exported as a Markdown vault.
/public/docs/:id### Local CLI setup
Install a local agent, authenticate through its CLI, and recheck readiness before generation.
CardsLink generated pages.
Code groupsShow cited examples.
StepsPreserve setup flow.
UpdatesTrack runbook changes.
Route mapPublished HTML, agent Markdown, and vault exports stay separate.
Public library/public/wikis
Docs gallery/public/docs
Wiki reader/public/wiki/:id
Docs reader/public/docs/:id
Obsidian ZIP/api/wiki/export.zip?id=:wiki
Agent Markdown/:surface/:id/llms.txt
Episodes/episodes
Changelog/changelog
Public wiki handoff
One click turns a public wiki into agent context.
Use Add Agent on a public Grok-Wiki page to point your selected local agent at the wiki’s source-backed context. Export the same pages as an Obsidian ZIP when you want the knowledge in your local vault.
Add AgentAgent MarkdownObsidian ZIP
Published pages stay useful for humans, local agents, and vault exports without moving model access away from the CLI accounts you own.
Customer proof
Here’s what Grok-Wiki users say.
Builders are using Grok-Wiki to understand repositories, share source-backed docs, and turn local agent runs into something others can actually read.
> “Sheing is brilliant, one to watch/follow for sure. Trying out Grok-Wiki now.” A founder signal from Kevin Rose, with Digg.com highlighted as a real-world Grok-Wiki use case.Neil Parker@nwparker_ / Orca
X
“Now we’ve got to re-write the whole thing to keep you on your toes!”
A practical builder reaction from Orca after seeing Grok-Wiki in the wild.
Gabe PerezLinkedIn
“the structure mapping actually caught dependencies I forgot existed.”
Tried Grok-Wiki on a 50k LOC repo and pressed on how agents handle competing importance signals.
Matt Van Horn@mvanhorn
X
“love your work”
A concise X endorsement from a product-minded builder.
“awesome, keep shipping”
A short public signal from the Grok-Wiki launch thread.
“crazy Sheing and Grok-Wiki are on fire”
Deduped into one card with both public posts attached, including the Warp repository note.
“This might be my new favorite tool.”
Used Grok-Wiki a second time on a favorite tool that had been semi-broken and deprecated.
FAQ
Frequently Asked Questions
Everything you need to know about working with Grok-Wiki. Still have a question?Get in touch.
Why use Grok-Wiki instead of just Codex, Claude Code, Grok, or ChatGPT?Grok-Wiki is not trying to replace your agent. It prepares repository context, runs the local CLI agent you already use, then turns the investigation into source-grounded wikis, docs, Ask sessions, and public handoff pages. The agent does the work; Grok-Wiki gives it durable structure, citations, and a workspace other agents can read later.
Where is my data stored?The desktop app runs a local loopback server and stores data under the app data directory. Your local agent credentials stay with their own CLI tools. Public wiki pages are separate read-only copies that exist only when you publish them.
How does Grok-Wiki keep the wiki grounded in the source?Each run starts from the repository itself, builds a structure from the files it reads, and keeps source trails attached to generated pages and Ask answers. The result is easier to inspect than a chat transcript because the useful claims are packaged back into navigable docs.
Can Grok-Wiki do more than generate a wiki?Yes. It can generate repository wikis and docs, answer questions against source evidence, keep run history, publish read-only pages, expose agent-readable Markdown, and export Obsidian-ready ZIPs. The point is to turn one investigation into reusable repository memory instead of another throwaway chat.
Can Grok-Wiki work with private repos, local folders, or my own cloud?The desktop and CLI flows are designed for local-first work where your authenticated tools and filesystem own access. For hosted deployments, the architecture keeps storage and provider credentials configurable so teams can run with their own auth, database, and infrastructure choices as the product expands.
What happens when I publish a wiki?Publishing creates a separate read-only page that you can share with teammates, users, or other agents. It does not turn the original workspace into a public editing surface; regeneration, Ask, and app controls stay in your local or authenticated workspace.
Can another agent use a Grok-Wiki page after it is generated?Yes. Published wikis expose agent-readable context through the public page and Markdown surfaces, so an agent can start from the generated structure instead of rereading the repository from zero.
What kinds of repositories are a good fit?Grok-Wiki is most useful when the codebase has enough surface area that a README is not enough: architecture handoffs, onboarding, legacy systems, SDKs, CLIs, internal tools, and projects where source-backed explanations matter more than a quick summary.
Diogo Almeida (@CompleteSkeptic): After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster • 40-400x
Similar Articles
@sashimikun_void: Grok CLI dropped yesterday. So I built something for it using it: Grok-Wiki A native app that turns any repo into searc…
Grok-Wiki is a native desktop app that uses Grok CLI to turn any repository into searchable knowledge, enabling wiki generation, Q&A, and codebase understanding.
@sashimikun_void: Grok-Wiki: Wiki Generation 1. Generate wikis automatically from github/local path 2. Customizable wiki templates that f…
Grok-Wiki is a tool for automatically generating wikis from GitHub or local paths, with customizable templates and multi-language support.
@sashimikun_void: Stop using DeepWiki-Open, RAG is not coming back. Grok-Wiki is coming! A local desktop code knowledge base tool: Auto-generate repository Wiki, supports custom templates, multi-language codebases, multi-repo knowledge Q&A, branch/diff understanding. Powered by Grok…
Grok-Wiki is a local desktop code knowledge base tool powered by Grok CLI. It supports auto-generating repo Wikis, multi-language codebases, multi-repo knowledge Q&A, and branch/diff understanding. Currently in early access.
@sashimikun_void: Grok-Wiki now supports public sharing! Fun fact: Agent Memory (yesterday's #1 Trending Repo on GitHub) actually adopts …
Grok-Wiki now supports public sharing; Agent Memory, a trending GitHub repo, uses the iii-architecture in its stack.
@kevinrose: Sheing is brilliant, one to watch/follow for sure. Trying out Grok-Wiki now.
Sheing Ng built Grok-Wiki, a native desktop app powered by Grok CLI that turns any code repository into a searchable wiki, enabling users to generate documentation, ask questions, and explore codebases locally.