Serverless GPU inference you can actually host yourself
Beta9 open-sources the engine behind Beam, giving you a self-hostable runtime for serverless GPU inference, sandboxes, and background jobs without the usual infrastructure boilerplate.

What it does
Beta9 is the open-source core of Beam. It wraps container orchestration—GPU scheduling, autoscaling, and distributed storage—behind a Pythonic interface so you write functions instead of infrastructure code. The runtime handles fan-out to hundreds of containers, scale-to-zero, and hot-reloading for inference endpoints, sandboxes, and background tasks.
The interesting bit
The project ships a custom container runtime that launches containers in under a second, which is the difference between “serverless” and “serverless but make me wait.” It also blurs the line between managed cloud and open-source: the same AGPL engine powers Beam’s commercial offering, so self-hosting is not a second-class fork.
Key highlights
- GPU support on your own hardware or Beam’s cloud, including 4090s and H100s
- Autoscales endpoints and task queues to hundreds of containers, then scales to zero
- Claims sub-second container launches via a custom runtime
- Isolated sandboxes for running LLM-generated code safely
- Licensed under AGPL, with a fully managed cloud option hosted by Beam
Verdict
Worth a look if you want serverless GPU abstraction without cloud lock-in; skip it if you aren’t running inference, sandboxes, or heavy background jobs.
Frequently asked
- What is beam-cloud/beta9?
- Beta9 open-sources the engine behind Beam, giving you a self-hostable runtime for serverless GPU inference, sandboxes, and background jobs without the usual infrastructure boilerplate.
- Is beta9 open source?
- Yes — beam-cloud/beta9 is open source, released under the AGPL-3.0 license.
- What language is beta9 written in?
- beam-cloud/beta9 is primarily written in Go.
- How popular is beta9?
- beam-cloud/beta9 has 1.7k stars on GitHub.
- Where can I find beta9?
- beam-cloud/beta9 is on GitHub at https://github.com/beam-cloud/beta9.