Local voyage maps for AI coding sessions. IDE sidebar, Claude/Codex plugins, Agent Skill, MCP App and terminal view.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
/plugin marketplace add WBXWHT/wayfinder
/plugin install wayfinderPlugins overview
# Wayfinder A local voyage map for AI coding sessions: prompts, changes, decisions, branches, and lessons, kept alongside the assistant you already use. **Early access, v0.3.1.** MIT licensed. No account, telemetry, or separate model API key is required by Wayfinder. [Downloads](https://github.com/WBXWHT/wayfinder/releases/tag/v0.3.1) | [Install Guide](docs/INSTALL.md) | [Privacy](PRIVACY.md) | [Publication Status](docs/PUBLISHING.md) | [Report a Bug](https://github.com/WBXWHT/wayfinder/issues) ## Where It Lives | Host | Primary Wayfinder surface | | --- | --- | | TraeCode / VS Code-compatible IDE | Activity-bar sidebar, with an optional wide in-IDE map | | Claude Code / Codex inside a compatible IDE | The same Wayfinder sidebar | | MCP Apps-capable clients | An interactive map inside the conversation | | Claude Code / Codex terminal workflows | A text tree inside the terminal | An external browser is never opened automatically. MCP Apps require a host that supports them; installing a Claude Code plugin does not install anything into Claude Web or Claude Desktop. ## Install Node.js 22.13+ and Git are required for the Core and capture adapters. ### IDE Sidebar Download [wayfinder-0.3.1.vsix](https://github.com/WBXWHT/wayfinder/releases/download/v0.3.1/wayfinder-0.3.1.vsix). Choose **Extensions: Install from VSIX**, open the Wayfinder activity-bar icon, then use **Connect AI Tool / 连接 AI 工具** to configure a project adapter. The VSIX is self-distributed. A download link is not a claim of approval by the VS Code, Open VSX, or TRAE marketplaces. ### Claude Code Plugin In Claude Code: ```text /plugin marketplace add WBXWHT/wayfinder /plugin install wayfinder@wayfinder ``` ### Codex Plugin ```bash codex plugin marketplace add WBXWHT/wayfinder ``` Restart Codex if needed, open `/plugins`, select the Wayfinder marketplace, and install Wayfinder. These are **self-hosted marketplaces**, not listings in Anthropic's or OpenAI's curated directories. ### Agent Skill ```bash npx skills add WBXWHT/wayfinder --skill wayfinder ``` The skill includes the Core CLI and requests approval before changing project Hooks. It does not silently install the IDE extension or register an MCP server. Capture adapters are for TraeCode, Claude Code, and Codex only; other skill-compatible agents may inspect an existing map. ### Homebrew ```bash brew install WBXWHT/tap/wayfinder ``` ### Scoop ```powershell scoop bucket add wayfinder https://github.com/WBXWHT/scoop-wayfinder scoop install wayfinder ``` ### npm-Compatible Tarball ```bash npm install -g https://github.com/WBXWHT/wayfinder/releases/download/v0.3.1/wbxwht-wayfinder-0.3.1.tgz wayfinder --version ``` This installs a public GitHub Release artifact using npm. It is **not** an npm Registry listing; `npm install -g @wbxwht/wayfinder` is not yet available. ### Local MCP Bundle Download [wayfinder-0.3.1.mcpb](https://github.com/WBXWHT/wayfinder/releases/download/v0.3.1/wayfinder-0.3.1.mcpb) and install it through a desktop client's local MCP extension installer. Select the project directory containing existing Wayfinder history. This is a local, unsigned MCP bundle, not a Claude Desktop directory listing. The same bundle is listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.WBXWHT/wayfinder) as `io.github.WBXWHT/wayfinder`. ## Capture And Inspect For a CLI installation, run from your project: ```bash wayfinder install claude --root . wayfinder doctor --root . wayfinder map --root . ``` Use `trae` or `codex` instead of `claude` for those hosts. Choose `all` only when you need all three adapters. Do not install project Hooks if an enabled Wayfinder Plugin already supplies the same capture Hooks. `doctor` checks project configuration, not host trust or Plugin activation. After installation, complete one ordinary coding turn and check that a new node appears. Map data is stored under `~/.wayfinder`. Remove a project adapter with `wayfinder uninstall claude --root .`. Remove Plugin-supplied Hooks using the host's Plugin manager. Uninstall does not delete voyage history. ## Capabilities And Limits - Capture prompts, tool actions, replies, file changes, and validation results. - Separate task trees, inspect branches, and keep abandoned paths visible. - Inspect diffs and restore snapshots in the IDE, with a safety snapshot first. - Search current-project history; keep personal notes and explicit verdicts. - Host adapters share one data format and one local Shadow Git store. - Terminal output is a **text tree**, not an interactive TUI. - The MCP map supports viewing, panning, zooming, and node previews. IDE-only restore/diff commands are not exposed through MCP. - Claude/Codex adapters have process-level protocol tests; real authenticated client acceptance is still pending. Host versions and trust settings matter. - The sidebar and MCP App currently share data semantics, not a single renderer. Wayfinder does not alter the project's Git index, commits, or branches. Restores affect captured workspace files only, not databases, remote services, package installations, or AI chat context. Wayfinder has no telemetry or cloud backend. **MCP tool calls return project content to the calling AI host**, whose privacy rules then apply. See [PRIVACY.md](PRIVACY.md) before exposing confidential projects. ## Development ```bash npm ci npm run check npm run release:build npm run release:verify ``` Chromium UI checks run when a supported Chrome executable is available. Release verification executes the packaged Core in an isolated project and checks actual Hook processes, CLI install/uninstall, stdio MCP, and hashes. See [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md) for acknowledgements. Bundled third-party license texts accompany the release artifacts.
What people ask about wayfinder
What is WBXWHT/wayfinder?
+
WBXWHT/wayfinder is plugins for the Claude AI ecosystem. Local voyage maps for AI coding sessions. IDE sidebar, Claude/Codex plugins, Agent Skill, MCP App and terminal view. It has 0 GitHub stars and its last recorded update is dated 2026-09-08.
How do I install wayfinder?
+
You can install wayfinder by cloning the repository (https://github.com/WBXWHT/wayfinder) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is WBXWHT/wayfinder safe to use?
+
Our security agent has analyzed WBXWHT/wayfinder and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains WBXWHT/wayfinder?
+
WBXWHT/wayfinder is maintained by WBXWHT. The last recorded GitHub activity is dated 2026-09-08, with 0 open issues.
Are there alternatives to wayfinder?
+
Yes. On ClaudeWave you can browse similar plugins at /categories/plugins, sorted by popularity or recent activity.
Deploy wayfinder to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/wbxwht-wayfinder)<a href="https://claudewave.com/repo/wbxwht-wayfinder"><img src="https://claudewave.com/api/badge/wbxwht-wayfinder" alt="Featured on ClaudeWave: WBXWHT/wayfinder" width="320" height="64" /></a>More Plugins
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Academic Research Skills for Claude Code: research → write → review → revise → finalize
Agent skill that removes signs of AI-generated writing from text
Create beautiful slides on the web using a coding agent's frontend skills
A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress