Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 3.1 KB

File metadata and controls

57 lines (50 loc) · 3.1 KB
title ClosedLoop Desktop: AI coding sessions on your machine
description ClosedLoop Desktop bridges the ClosedLoop web platform to your local machine, enabling AI coding sessions, git operations, and sandboxed file access.

ClosedLoop Desktop is a macOS application that runs a secure localhost HTTP gateway, bridging the ClosedLoop web app at app.closedloop.ai to your local development tools. It lets ClosedLoop orchestrate AI coding sessions, git operations, and file access directly on your machine — without uploading your code to a remote server.

Download and install ClosedLoop Desktop on macOS. Get up and running in minutes. Connect your first repository and launch an AI coding session in 5 steps. Run AI-powered coding sessions on your local codebase with full git integration. Explore the local HTTP gateway API for direct integration with your tools.

How ClosedLoop Desktop works

ClosedLoop Desktop acts as a secure bridge between the ClosedLoop cloud platform and your local machine. When you launch a coding task in the web app, the cloud relay sends commands to your desktop app, which executes them locally using tools like Claude Code, git, and gh.

Download the macOS DMG from [GitHub Releases](https://github.com/closedloop-ai/closedloop-electron/releases) and install it. The app appears in your menu bar. Open the desktop app settings and enter your ClosedLoop API key. This authenticates your machine with the cloud relay. Choose a root directory that ClosedLoop is allowed to access. The app enforces strict path-based access control — nothing outside this directory can be read or modified. Open [app.closedloop.ai](https://app.closedloop.ai) and launch a Symphony session. The AI runs on your machine, inside your repository, with your local tools.

Key capabilities

Strict path enforcement keeps AI operations within your chosen directory. Review and approve operations before they run, with configurable risk tiers. Full git support: commits, branches, diffs, PRs, and worktrees. Packaged builds check for updates every 5 minutes and install on quit.