High-Performance Rust and Bun Deployments
The era of manual boilerplate is over. For too long, developers have been forced to maintain complex Dockerfiles just to get a high-performance Rust binary or a modern Bun app into production. At ODAC, we believe your infrastructure should adapt to your code, not the other way around.
Today, we are thrilled to announce first-class, zero-config support for Rust, Bun, pnpm, and Yarn directly within ODAC Cloud. By simply connecting your repository, ODAC now intelligently detects your project structure and orchestrates the ideal environment for your application.
The Death of the Dockerfile
Previously, deploying a Rust or Bun application required writing and maintaining a custom environment to handle the runtime and dependencies. It was a friction point that slowed down the "Aha!" moment of seeing your code live.
With our latest update, ODAC Cloud automatically identifies files like Cargo.lock or bun.lockb. It then provisions a lightweight, secure container environment optimized for your specific language version. This transition from manual configuration to automatic orchestration ensures your applications are blazingly fast from the first second of deployment.
A Frictionless Journey from Code to Cloud
The experience begins in the ODAC Launcher. When you navigate to the Git Repos tab at app.odac.run, you can instantly see your GitHub repositories ready for action.

Once you drag your repository onto the Live Canvas, the magic happens. ODAC immediately begins the build process. You will see your application card transition into an Installing state, providing real-time feedback as it prepares your environment.

Deep Visibility into Your Build
For those who want to see exactly how their high-performance binaries are being forged, the Inspector drawer provides complete transparency. By clicking on your application and expanding the Build Logs section, you can watch as ODAC detects your lockfiles and manages the compilation.

Whether it is fetching crates for a Rust service or resolving dependencies with pnpm, you have a front-row seat to the deployment pipeline. Initial Rust compilations might take a few extra moments as dependencies are cached, but subsequent deploys are lightning-fast.
Powering the Modern Stack
ODAC Cloud is not just about languages: it is about the tools you love. We have integrated full support for pnpm and Yarn via Corepack. If your repository contains a pnpm-lock.yaml or a yarn.lock file, ODAC ensures the correct package manager is used to maintain strict dependency parity between your local machine and your production server.
If you prefer the command line, you can achieve the same results with the ODAC CLI:
odac app create --repo your-user/rust-service --branch main
This command triggers the same intelligent detection engine, building and running your application in one go.
Final Thoughts
ODAC is committed to removing the barriers between a great idea and a running service. By bringing native support for Rust and Bun to the Live Canvas, we are giving you the performance of low-level systems with the ease of a drag-and-drop interface.
Log in to app.odac.run today and experience the future of zero-config infrastructure.