OpenBridge – turn web chat access into an OpenAI-compatible endpoint
Session extraction bypasses API keys, but security trust model needs scrutiny.

Local OpenAI endpoint at 127.0.0.1:7878 beats Ollama with full studio and MCP connectors.
Developers and privacy-conscious users who want local AI without cloud dependencies
Ollama · LM Studio · Jan.ai
Download a model and it all runs on your machine. Ask it something on a flight with no wifi. Summarize a confidential document that never leaves your laptop. Run a hundred image generations in a loop and pay nothing, because it's your own GPU doing the work. Swap your paid dictation app for local Whisper. Talk through a coding problem at 1am with no meter running.
Developers: it exposes a local OpenAI-compatible endpoint at 127.0.0.1:7878/v1. Point Claude Code or any OpenAI client at it and run loops against local models at zero token cost. You can run it headless as just the gateway, or open the full studio with chat, RAG over your own docs, live artifacts, and MCP connectors.
Under the hood it's llama.cpp for text, stable-diffusion.cpp for images (Metal, ships SDXL-Lightning and Z-Image-Turbo), Whisper for voice, Kokoro for speech. Encrypted local DB, LanceDB for vectors, Electron and React.
Open core is AGPL. Signed macOS build on Releases, Windows coming.
Inference and your data stay on the machine; once a model's downloaded the open core makes no network calls.
Session extraction bypasses API keys, but security trust model needs scrutiny.
Yet another generic chat UI with no differentiation from existing tools.
Ollama and llama.cpp server already do this with more maturity and model support.
MLX-powered local TTS plugin for OpenClaw—elegant but audience is Apple Silicon only.
Yet another OpenAI-compatible gateway when LiteLLM and OpenRouter already exist.
Free multimodal API returns 404 on /v1 endpoint in testing.