Why Open Source Matters
The philosophy behind building in public and why we chose to open source our AI infrastructure.
In an era where proprietary systems dominate the AI landscape, we made a deliberate choice: to build in the open. ARES, our AI agent runtime, is MIT licensed and available to everyone. This wasn't just a business decision, it's a philosophy about how we believe software should be built.
The Transparency Imperative
When you're building AI infrastructure that others will rely on, transparency isn't optional, it's essential. Open source means every line of code is auditable. Security researchers can verify our claims. Developers can understand exactly what they're deploying.
This transparency builds trust. When enterprises evaluate ARES for production use, they don't have to take our word for security claims. They can see the JWT implementation, verify the Argon2 password hashing, and audit the entire authentication flow themselves.
Community-Driven Development
The best software is built by communities, not companies. Open source enables contributions from developers worldwide, each bringing unique perspectives and use cases we never anticipated.
A developer in Tokyo might optimize our embedding pipeline. Someone in Berlin could add support for a new LLM provider. A team in São Paulo might discover and fix an edge case we never encountered. This collective intelligence makes the software better for everyone.
Our Core Beliefs
No Vendor Lock-In
Vendor lock-in is a trap. We've seen too many companies build on proprietary platforms only to face astronomical costs when they scale, or scramble when the platform changes direction.
With ARES, you own your deployment. Run it on your servers, modify it for your needs, switch providers without rewriting your stack. This is what true infrastructure independence looks like.
Building for the Long Term
Open source is a commitment to longevity. Even if Dirmacs disappears tomorrow, ARES continues. The community can fork it, maintain it, and evolve it. Your investment in learning and deploying ARES isn't dependent on our company's survival.
This matters more than ever in AI, where the landscape shifts rapidly. We're building infrastructure that will outlast any single model, provider, or trend. Open source is how we ensure that.
Join the Movement
We believe open source is the future of AI infrastructure. Whether you're contributing code, reporting bugs, or just starring the repo, you're part of building something bigger.
View on GitHub