Free OpenAI API Access with ChatGPT Account
OAuth proxy workaround when OpenAI already sells API access directly.
Turn browser-authenticated AI chat products into an OpenAI-compatible API for agents, tools, and local automation.
Session extraction bypasses API keys, but security trust model needs scrutiny.
Developers building AI agent tools and local automation
Cursor · Continue · Firecrawl
The idea is simple: if you can use a model from a browser chat, OpenBridge exposes that access as a local endpoint, so tools like OpenCode, OpenClaw, PI, or anything else that speaks the OpenAI format can use it too.
How it works:
* runs locally
* uses your existing authenticated web session
* translates requests and responses into a standard OpenAI-compatible interface
* supports normal chat flows and tool-style interactions
I’ve already used it to build multiple complex apps with it, including through OpenClaw, and it’s been great.
---
The motivation is bigger than just saving tokens.
I think inference should be as accessible as possible. If a person already has access to a model, they should be able to use that access from their own tools, on their own machine, without being forced into a separate paid API path just to automate legitimate personal workflows.
If your main concern is protecting the ToS of billion-dollar AI companies that ingested the open web at massive scale and now charge users for access to models trained on it, then this project is not for you.
https://github.com/uncensoredcode/openbridge
And yeah, this post was also written using OpenBridge.
Cheers, Linuz
OAuth proxy workaround when OpenAI already sells API access directly.
Distributed LLM inference over P2P instead of centralized APIs, but early-stage and unproven.
Yet another OpenAI-compatible gateway when LiteLLM and OpenRouter already exist.
Yet another generic chat UI with no differentiation from existing tools.
Go gateway with circuit breakers, but auth isn't production-ready yet.
Unified API gateway for Ollama + vLLM with real-time GPU telemetry and drain mode.