| Crates.io | rustpack |
| lib.rs | rustpack |
| version | 0.2.0 |
| created_at | 2025-03-30 20:35:48.46998+00 |
| updated_at | 2025-03-30 20:35:48.46998+00 |
| description | Bundle Rust applications for cross-platform execution |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1612738 |
| size | 804,630 |
RustPack is a powerful tool that simplifies cross-platform Rust application distribution. Build once, run anywhere - without requiring your users to have Rust installed.
rustpack -i ./my-project -o my-awesome-app.rpack -t x86_64-apple-darwin,x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu
git clone https://github.com/neoapps-dev/rustpack.git
cd rustpack
cargo build --release
cd target/release
pwd
# add the printed path to $PATH
rustpack -i path/to/your/project -o output_name.rpack
rustpack -i . -o myapp.rpack -t x86_64-apple-darwin,aarch64-apple-darwin,x86_64-unknown-linux-gnu
./myapp.rpack
RustPack creates a self-extracting archive with a smart bootstrap script that:
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the GNU GPL-3.0 License - see the LICENSE file for details.