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.
On this page
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.
Requires macOS 10.15 or later, Apple Silicon.
Install
-
Open the downloaded
.dmgand drag Systemprompt Internal Bridge to Applications. -
The build is currently unsigned, so clear the quarantine flag once:
xattr -dr com.apple.quarantine "/Applications/Systemprompt Internal Bridge.app" -
Launch the app. A tray icon appears in your menu bar.
-
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