bridge-v0.1.0-rc1
Systemprompt Internal Bridge bridge-v0.1.0-rc1
Desktop bridge for Claude Code, Claude Desktop, and Codex CLI —
connects them to the Systemprompt Internal governance gateway.
Install (Linux)
curl -fsSL https://github.com/systempromptio/systemprompt-internal/releases/latest/download/install.sh | sh -s -- --code <code>macOS / Windows
Binaries are unsigned for now. On macOS, clear the quarantine flag
after mounting the dmg: xattr -dr com.apple.quarantine "/Applications/Systemprompt Internal Bridge.app".
On Windows, choose "More info → Run anyway" at the SmartScreen prompt.
Verifying a signature (cosign keyless)
cosign verify-blob \
--certificate-identity-regexp='https://github.com/systempromptio/systemprompt-internal/' \
--certificate-oidc-issuer='https://token.actions.githubusercontent.com' \
--signature systemprompt-internal-bridge-linux-x86_64.tar.gz.sig \
--certificate systemprompt-internal-bridge-linux-x86_64.tar.gz.pem \
systemprompt-internal-bridge-linux-x86_64.tar.gz