Why We Open-Sourced Every Line of ArcBox
[Community]

Why We Open-Sourced Every Line of ArcBox

2026-01-28

Elias Brandt

Elias Brandt

Community

Priya Sharma

Priya Sharma

Community

What Does Open Source Really Mean?

For too long, "open source" has been a marketing term. Companies slap an MIT license on a README and call it open source, while the actual engine remains proprietary.

Not us.

Our Commitment

We've open-sourced every line of ArcBox:

  • The Firecracker fork - Custom modifications for Apple Silicon
  • The hypervisor - Complete kernel code
  • The CLI - Full source and architecture
  • The UI - Every component exposed
  • The tests - 50,000+ lines of test code
  • Everything - No secrets, no proprietary bits

Why?

Security

When security is important, you can't hide. Every line of code that touches network isolation, sandboxing, and access control is publicly available for review.

Trust

You don't have to trust our marketing. You can read the code and verify every claim we make about performance and security.

Community

Real open source means real community. Developers can:

  • Report vulnerabilities responsibly
  • Contribute improvements
  • Fork and customize
  • Learn from the codebase
  • Build on top of ArcBox

Accountability

Public code means we're accountable. We can't hide technical debt or ship security-compromising features. The community keeps us honest.

What This Means for Users

You Own Your Environment

You can verify:

  • How data is isolated
  • What's transmitted to our servers
  • How resources are managed
  • Exactly what code runs on your machine

Freedom from Lock-in

Don't like our implementation? Fork it. Build your own ArcBox variant. The code is yours.

Faster Security Updates

Security issues are found faster when thousands of eyes review the code. Fixes can be deployed immediately by the community.

The Numbers

  • 125,000+ lines of Rust and C code
  • 50,000+ lines of tests
  • 300+ commits per month average
  • 100% transparency - No private repositories

Challenges

Open sourcing everything wasn't easy:

  • Harder to iterate on UI/UX
  • Security review is constant
  • Feature parity with open source competitors
  • Community expectations are higher

But we're convinced it's the right call.

The Future

We're continuing to expand ArcBox's open source footprint:

  • Full test suite documentation
  • Plugin architecture
  • Community extension ecosystem
  • Academic research partnerships

Conclusion

Real open source isn't free marketing. It's a commitment to transparency, community, and long-term sustainability. We believe ArcBox will be stronger because of it.

We're looking forward to seeing what you build with ArcBox.

That's all. Except not.

Ready to ditch
Docker Desktop?

Join thousands of developers who switched to something faster, lighter, and built for the way they actually work.

Free for personal use. Pro plans available for teams.

ArcBox - Containers
Terminal

$ arcbox run nginx

Starting container...

Ready in 47ms

Sandbox