A Browser Dashboard for Your AI Agent Zoo
MindFS turns a menagerie of incompatible AI coding CLIs into a single, switchable web interface you can reach from your phone.

What it does
MindFS is essentially sophisticated glue: a local web gateway that wraps around the growing zoo of AI coding agent CLIs—Claude Code, OpenAI Codex, Gemini CLI, Cursor, Copilot, and roughly a dozen others. It exposes them through a browser-based dashboard with real-time token streaming, file trees, slash commands, and session management, then adds an optional encrypted relay so you can talk to your workstation agents from anywhere.
The interesting bit
The unusual trick is bidirectional session sync: you can start a conversation in Claude Code’s native terminal, import it into MindFS, switch to a different agent mid-chat while keeping the same context, and later resume the thread back in the original CLI. It also lets agents write their own UI plugins—ask it to build a novel reader, and every .txt file suddenly renders like a book.
Key highlights
- Auto-detects 15+ agent CLIs and streams their output live to the browser as structured, collapsible cards with tool calls and thought traces.
- Switch models or agents mid-session without losing context; sessions persist and can be imported back into native CLIs.
- All data lives in a local
.mindfs/folder—no cloud database required—and the entire app ships as a single static binary under 10 MB with zero host dependencies. - Remote access through an encrypted tunnel to
a9gent.com, plus LAN/Tailscale and end-to-end encryption options. - Plugin system where agents generate custom file viewers, complete with action buttons that loop back to the agent for further processing.
Caveats
- Ships without any AI models; you must already have at least one supported agent CLI installed locally.
- Initial auto-detection of installed agents takes about a minute.
- Remote relay mode depends on the
a9gent.comservice; private-network or local-only use avoids that dependency.
Verdict
Worth a look if you juggle multiple AI coding agents and want a unified, mobile-friendly interface with remote access. Skip it if you only use one agent in a terminal and never leave your desk.
Frequently asked
- What is a9gent/mindfs?
- MindFS turns a menagerie of incompatible AI coding CLIs into a single, switchable web interface you can reach from your phone.
- Is mindfs open source?
- Yes — a9gent/mindfs is open source, released under the AGPL-3.0 license.
- What language is mindfs written in?
- a9gent/mindfs is primarily written in TypeScript.
- How popular is mindfs?
- a9gent/mindfs has 1.5k stars on GitHub and is currently accelerating.
- Where can I find mindfs?
- a9gent/mindfs is on GitHub at https://github.com/a9gent/mindfs.