Skip to main content

Download for Windows

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

The Systemprompt Internal Bridge is a system-tray app for 64-bit Windows. 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 Windows (.exe)

Install

  1. Run the downloaded systemprompt-internal-bridge-windows.exe.
  2. The build is currently unsigned, so SmartScreen will warn — choose More info → Run anyway.
  3. A tray icon appears in your system tray.
  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. In PowerShell:

(Get-FileHash .\systemprompt-internal-bridge-windows.exe -Algorithm SHA256).Hash
# compare against the matching line in:
# https://github.com/systempromptio/systemprompt-internal/releases/latest/download/SHA256SUMS

Other platforms