Skip to main content

Download for macOS

Download the Systemprompt Internal Bridge for macOS — the desktop app that connects Claude Code, Claude Desktop, and Codex CLI to the governance gateway.

The Systemprompt Internal Bridge is a menu-bar app for Apple Silicon Macs. It holds your credential, syncs your organization's plugins and MCP servers into Claude Code, Claude Desktop, and Codex CLI, and runs the local inference proxy that routes every request through the governance gateway.

⬇ Download for macOS (.dmg)

Requires macOS 10.15 or later, Apple Silicon.

Install

  1. Open the downloaded .dmg and drag Systemprompt Internal Bridge to Applications.

  2. The build is currently unsigned, so clear the quarantine flag once:

    xattr -dr com.apple.quarantine "/Applications/Systemprompt Internal Bridge.app"
    
  3. Launch the app. A tray icon appears in your menu bar.

  4. Click Sign in with systemprompt — your browser opens against the gateway, and the device is linked automatically once you approve.

Verify the download

Every release ships a SHA256SUMS manifest, cosign-signed keyless from the release workflow:

curl -fsSLO https://github.com/systempromptio/systemprompt-internal/releases/latest/download/SHA256SUMS
shasum -a 256 -c SHA256SUMS --ignore-missing

Other platforms