EveryDev.ai
Subscribe
Home
Tools

3,145+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. mindwalk
    mindwalk icon

    mindwalk

    AI Coding Assistants
    Featured

    A visualization tool that replays coding-agent sessions on a 3D map of your codebase, showing where the agent searched, read, and edited files.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT license. Self-hosted, single binary.

    Engagement

    Available On

    Windows
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsObservability PlatformsCode Intelligence

    Alternatives

    Claude Office VisualizerVisual Studio IDEProbly AI
    Developer
    Ricko YuShanghai / Suzhou, ChinaEst. 2017

    Listed Jul 2026

    About mindwalk

    mindwalk is an open-source CLI tool built in Go that turns raw coding-agent session logs into an interactive 3D visualization of your repository. Created by Ricko Yu and released under the MIT license, it reads Claude Code and Codex session logs locally — no data leaves your machine during viewing — and renders the agent's activity as light moving through a night-map of your codebase.

    What It Is

    mindwalk sits in the category of developer observability and agent-session analysis tools. Its core job is to answer a question that raw JSONL logs cannot: not just what a coding agent did, but how it understood the task — which parts of the repo it treated as relevant, where it explored before acting, and whether its footprint matched the intended scope. The tool produces a local web UI backed by a Go server serving a React/Three.js frontend, all packaged as a single binary.

    How the Visualization Works

    The repository is drawn as a "night map" and the session plays back as light moving through it. Three visual modes and several interactive layers make the session readable at a glance:

    • Tree / Terrain views — the repo rendered as a radial tree or a treemap plain; glow intensity reflects how deeply and how often a file was touched.
    • Touch states — each file holds its deepest touch: seen (moss green), read (moon white), edited (warm amber), unvisited (dark).
    • Playback deck — a bucketed histogram of the run on a cool/warm spectrum; observation events (search, read, exec) stay cool, mutation events (edit, verify) glow warm.
    • Timeline marks — context compactions (◇), subagent launches (○), and user turns (›) are all click-to-jump targets.
    • Inspector — click any file to pin its visit history and jump the playhead to any moment.

    Keyboard shortcuts cover play/pause, stepping, speed, and jumping to the next edit, error, or mark.

    Architecture: Three Deliberate Artifacts

    The README describes three artifacts kept intentionally separate to ensure replays are comparable across sessions:

    1. Trace — the session log normalized into an ordered stream of file-touch events, with one adapter per agent format (internal/adapter).
    2. Citymap — a deterministic layout of the repository (internal/citymap); the same tree always produces the same map.
    3. Report — an LLM judge's evidence-anchored findings about one session (internal/judge); verdicts are rolled up mechanically so reports stay comparable.

    A local Go server joins these artifacts and serves the React/Three.js frontend. JSON contracts are mirrored in schema/.

    Session Evaluation and Privacy Model

    An optional evaluate panel (also accessible via mindwalk analyze) asks a locally installed agent CLI — Claude Code or Codex — to judge the session's trajectory across dimensions like exploration, scope, wandering, and verification. Every finding is anchored to timeline events that are clickable in the UI. The privacy boundary is explicit: evaluation sends only the session's user-message wording, file paths, and one-line event digests to the model behind the user's own CLI account. Nothing is sent during passive viewing. The judge subprocess runs sealed with no tools, no MCP servers, and no session persistence. Reports are cached in ~/.mindwalk/reports and go stale only when session content changes.

    Update: v0.1.0

    The first release, v0.1.0, was published on July 11, 2026, roughly two days after the repository was created on July 9, 2026. The project accumulated 580 stars and 33 forks within about a week of creation, signaling strong early interest from the developer community. Installation is via a shell script that verifies the binary against checksums.txt and places it in ~/.local/bin; Windows archives are available on GitHub Releases. Building from source requires make setup && make build.

    mindwalk - 1

    Community Discussions

    Be the first to start a conversation about mindwalk

    Share your experience with mindwalk, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT license. Self-hosted, single binary.

    • 3D codebase visualization
    • Claude Code and Codex session log support
    • Tree and Terrain views
    • Playback deck with timeline marks
    • File inspector

    Capabilities

    Key Features

    • 3D visualization of coding-agent sessions on a repository map
    • Supports Claude Code and Codex session log formats (JSONL)
    • Tree and Terrain views (radial tree and treemap)
    • Touch state color coding: seen, read, edited, unvisited
    • Playback deck with cool/warm histogram spectrum
    • Timeline marks for context compactions, subagent launches, and user turns
    • File inspector with visit history and playhead jump
    • Optional session evaluation via local agent CLI (Claude or Codex)
    • Fully local viewing — no data sent during session replay
    • Deterministic citymap layout for comparable cross-session replays
    • Keyboard shortcuts for playback control
    • Single Go binary with shell-script installer
    • Cached evaluation reports in ~/.mindwalk/reports
    • CLI commands: serve, open, build, trace, analyze

    Integrations

    Claude Code
    OpenAI Codex
    React
    Three.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate mindwalk and help others make informed decisions.

    Developer

    Ricko Yu

    Ricko Yu builds open-source developer tools, with mindwalk being the flagship project — a 3D coding-agent session visualizer written in Go. The project is hosted on GitHub under the MIT license and welcomes community contributions via issues and pull requests.

    Founded 2017
    Shanghai / Suzhou, China
    1 employees
    Read more about Ricko Yu
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Claude Office Visualizer icon

    Claude Office Visualizer

    Real-time pixel art office simulation that visualizes Claude Code operations, showing boss and employee agents working in an animated office environment.

    Visual Studio IDE icon

    Visual Studio IDE

    Microsoft's full-featured IDE for professional developers, with AI-powered coding assistance via GitHub Copilot, advanced debugging, testing, and Azure integration.

    Probly AI icon

    Probly AI

    An AI-powered spreadsheet tool that enables data analysis using natural language commands and Python code generation.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    626 tools

    Observability Platforms

    Comprehensive platforms that combine metrics, logs, and traces with AI-powered analytics to provide deep insights into complex distributed systems and application behavior.

    104 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    83 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions