FanBox is a macOS desktop app that gives you a single window to manage, browse, and command AI coding agents across your local projects. It was built for the reality that AI can spin up many projects quickly, but those projects scatter across your hard drive, their names blur together, and you can no longer see what changed. The app puts a file browser on the left, a real embedded terminal on the right or bottom, and an inline preview panel in the middle. The core loop FanBox is built around is: find a project file, preview it in place, run a command in the embedded terminal, and watch the changes as they happen. When a coding agent like Claude Code writes to a file, the corresponding file card in the browser lights up and ripples in real time. A follow mode keeps the preview locked onto whatever file the agent is currently editing, so you can watch HTML render or Markdown update as lines are written. A session replay timeline lets you drag back through time and see which files the agent touched in sequence. Beyond file browsing and live change tracking, FanBox stores a memory of what AI sessions did inside each project folder: which files were changed, what agent skills were triggered, and the first message you sent as a title so you can resume old sessions. A screenshot shortcut lets you drop a system screenshot directly into a chat with the agent or file it into the project. A release wizard for Node.js projects strings together version bumps, changelogs, builds, and GitHub releases in one visible sequence in the terminal. The app runs entirely local with no accounts, no cloud connection, and no build step required. It ships with three visual themes that go deeper than a color swap: typography, icons, code highlighting, and the terminal color scheme all change together. It is available only for macOS on Apple Silicon and can be downloaded as a DMG from the project releases page.
← alchaincyf on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.