| title | What is ClosedLoop Desktop? |
|---|---|
| description | ClosedLoop Desktop runs a secure localhost HTTP gateway on your Mac, bridging the ClosedLoop web app to your local dev tools for AI-powered coding sessions. |
ClosedLoop Desktop is a macOS application that sits quietly in your menu bar and acts as a secure bridge between the ClosedLoop web platform and your local development environment. Instead of uploading your code to a remote server, ClosedLoop Desktop runs AI coding sessions, git operations, and file access directly on your machine — keeping your source code local at all times.
When you trigger a task in the ClosedLoop web app, a command travels over an encrypted cloud relay to your desktop app. The app verifies the request, checks it against your sandbox policy, and executes it locally using tools like Claude Code, git, and gh. Results stream back to the web app in real time.
The ClosedLoop web app at app.closedloop.ai handles planning, review, and collaboration. But AI coding tasks — running tests, editing files, committing code — need to happen on your machine where your repository and tools live. ClosedLoop Desktop is what makes that possible.
Without the desktop app, the web app cannot access your local files or execute commands in your environment. With it running, every AI coding session in the web app operates on your actual codebase, using your installed tools, inside a boundary you control.
ClosedLoop Desktop is a standard macOS application distributed as a DMG. It runs as a menu bar app with no Dock icon by default. The gateway server starts automatically when the app launches and shuts down cleanly when you quit.
The app stores your API key encrypted in macOS Keychain — it is never stored in plain text on disk.
Download the DMG and get the app running on your Mac in a few minutes. Connect your API key, set a sandbox directory, and launch your first Symphony session.