Desktop View Required

Please switch to a desktop device for the best experience. This application is optimized for larger screens.

View Demo

Deploy Rust on CreateOS

Deploy Rust applications with release builds, minimal memory footprint, and blazing fast performance.

How to Deploy

1

Connect your repository

Link your GitHub repository with your Rust project.

2

Configure build

CreateOS runs cargo build --release for optimized binaries.

3

Set environment variables

Add any environment variables for your Rust application.

4

Deploy

Deploy with minimal memory footprint and excellent performance.

Features

Release build optimization
Cargo workspace support
Minimal memory footprint
Fast startup times
WebAssembly support

Default Commands

Build command:cargo build --release
Run command:./target/release/app