Open Source Open Source Open Source: How TrustedRouter is totally open source
I love open source because it replaces a weird social contract with a normal engineering one.
Without source, every AI router eventually asks you to believe a sentence on a website. We do not log prompts. We do not inspect outputs. We route fairly. We keep your keys safe. Maybe all of that is true. Maybe it is not. You cannot tell. You are buying a promise from a black box.
TrustedRouter is built the other way. The frontend and control plane are open source. The attested prompt gateway is open source. The Terraform and cloud infrastructure are open source. The Python SDK and TypeScript SDK are open source. The eval harnesses we publish are open source. The docs and trust pages are open source.
That does not mean every secret is public. API keys, customer data, payment records, and private operational credentials are not public, because that would be insane. The machinery is public. The code path is public. The infrastructure shape is public. The thing you need to audit is not hidden.
This matters most in the prompt path. A router sees the thing you are asking the model, and often that thing is valuable: source code, legal work, financial analysis, product plans, medical context, private documents. If the router is closed, your real security model is "trust the router company." That is not good enough.
So the prompt path is designed to be checked. The hosted gateway publishes attestation evidence at trust.trustedrouter.com. You can compare the running image and source commit against the open repos. The point is not that you should trust me harder. The point is that you should have less trusting to do.
I also think open source is the right cultural choice for AI infrastructure. Models are becoming more powerful, more centralized, and more expensive. The routing layer should push the other way. It should make models easier to swap, easier to benchmark, easier to self-host, easier to inspect, and easier to hold accountable.
That is the whole posture: open source frontend, open source backend, open source gateway, open source Terraform, open source SDKs, open source evals.
Open source, open source, open source.