Skip to content

bridge-v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:18

Systemprompt Internal Bridge bridge-v0.1.1

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

The dmg is a universal2 build (Apple Silicon + Intel), signed with
our Developer ID, notarized by Apple and stapled — mount it, drag
the app to Applications, and open it. No quarantine flag to clear.

Check the signature yourself:

spctl --assess --type open --context context:primary-signature -vv systemprompt-internal-bridge-macos.dmg
codesign -dv --verbose=4 "/Applications/Systemprompt Internal Bridge.app"

Windows

Binaries are unsigned. 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