PRODUCT / TOKEN SHARE
Token Share
A local LLM API gateway that translates between OpenAI and Anthropic protocols in real time.
A local protocol gateway that translates OpenAI Chat Completions, OpenAI Responses and Anthropic Messages across requests, responses and streaming, so any client can reach any upstream.
Preview



Learn more
| Platform | macOS |
|---|---|
| Protocols | OpenAI / Anthropic |
| Runtime | localhost gateway |
| Privacy | No account · no telemetry |
Token Share is a local LLM API gateway that lets a client built for one protocol reach an upstream service using another.
- Developers bridging OpenAI clients to Anthropic
- People maintaining multiple model providers
- Users who want the proxy to stay local
Which protocols does it translate?+
OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages can be translated across each other.
Do I need an account?+
No. Token Share is a local macOS app with no account system.
Does request content pass through zuuzii?+
No. The gateway runs on your device and forwards requests only to the upstream provider you configure.
Does it support streaming?+
Yes. Requests, responses, and SSE streaming are handled through the translation path.