Claude IDE Bridge is an open-source, self-hosted bridge server that connects Claude Code (Anthropic's CLI) to your local IDE (VS Code and compatible editors). It runs as a local process on your machine and communicates only with your IDE and your local Claude Code session.
Oolab Labs does not collect, receive, or have access to any of the following:
All communication occurs locally on your machine via WebSocket or HTTP on
localhost. Data may flow between:
When you use the optional --bind 0.0.0.0 flag to expose the bridge on your
network or the internet, traffic between the bridge and remote Claude Code clients travels
over your own network. Oolab Labs has no visibility into this traffic.
The bridge generates a random authentication token stored in
~/.claude/ide/<port>.lock on your local file system. This token is
used only to authenticate connections to your bridge. It is never sent to or stored by
Oolab Labs.
Patchwork OS can optionally connect to Gmail via OAuth 2.0. When you connect Gmail:
https://www.googleapis.com/auth/gmail.readonly — read-only access to your email messages and metadata.~/.patchwork/inbox/ on your machine only.~/.patchwork/tokens/gmail.json with file permissions readable only by your user account (0600). It is never transmitted off your machine.Patchwork OS's use of Gmail data complies with the Google API Services User Data Policy, including the Limited Use requirements.
The bridge itself makes no outbound network requests beyond the connectors you explicitly configure. Any AI inference is performed by the model provider you configure using your own API key — Oolab Labs is not an intermediary. Use of the Claude API is subject to Anthropic's Privacy Policy.
Claude IDE Bridge is fully open source. You can inspect everything it does at github.com/Oolab-labs/claude-ide-bridge.
If this policy changes materially, the updated version will be published at this URL and the "Last updated" date above will be revised. Because no personal data is collected, changes are unlikely.
Questions about this policy: support@gigsecure.co.ke or open an issue at github.com/Oolab-labs/patchwork-os/issues.