Options today
- Build and run it yourself. Self-hosted agents build with Cloud Native Buildpacks (
pack build), not Dockerfiles, so an agent hits the same missing-Rust-pack wall as managed. To ship Rust today, build the image in your own CI, push it to a registry, and run the container on your own host. - Wait for it. A Rust pack is on the Raypacks roadmap (the engine itself is written in Rust, so we’re motivated). Watch the release notes.
