https://github.com/temporalio/temporal-proxy
Home of the Temporal proxy
https://github.com/temporalio/temporal-proxy
Last synced: 3 days ago
JSON representation
Home of the Temporal proxy
- Host: GitHub
- URL: https://github.com/temporalio/temporal-proxy
- Owner: temporalio
- License: mit
- Created: 2026-04-08T14:33:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-07-01T11:03:19.000Z (3 days ago)
- Last Synced: 2026-07-01T13:05:22.521Z (3 days ago)
- Language: Go
- Size: 330 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Temporal Proxy ([Pre-release])
[](https://github.com/temporalio/temporal-proxy/actions/workflows/ci.yaml)
[](https://codecov.io/gh/temporalio/temporal-proxy)
[](https://pkg.go.dev/github.com/temporalio/temporal-proxy)
[](LICENSE)
A gRPC proxy that sits between Temporal SDK clients, workers, and the Temporal UI on one side and one or more upstream
Temporal clusters on the other. It handles namespace translation and TLS termination so applications can target a
single local endpoint while the proxy fans requests out to the right upstream (a local dev cluster, a self-hosted
deployment, Temporal Cloud, or some mix).
> [!NOTE]
> **Pre-release:** This project is under active development and evolving quickly. It is not ready for production use.
> Open a GitHub issue if you have questions or want to follow along.
## Development
See [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md) for the dev loop. The common entry points are `mise run test`,
`mise run lint`, and `mise run format`.
## Security
See [`SECURITY.md`](SECURITY.md) for how to report vulnerabilities.
## License
MIT, see [`LICENSE`](LICENSE).
[Pre-release]: https://docs.temporal.io/evaluate/development-production-features/release-stages