# cargo-shuttle

docs language discord

`cargo-shuttle` is the command line tool for deploying Rust apps on [Shuttle](https://www.shuttle.rs/), the Rust-native cloud deployment platform.
## Installation For the full list of installation options, refer to the [Installation docs](https://docs.shuttle.rs/getting-started/installation). Linux and macOS: ```sh curl -sSfL https://www.shuttle.rs/install | bash ``` Windows (powershell): ```powershell iwr https://www.shuttle.rs/install-win | iex ``` Build from source: ```bash cargo install cargo-shuttle ``` ## Documentation Run `shuttle help` to see the basic usage. Full list of commands and more documentation can be viewed on the [CLI docs](https://docs.shuttle.rs/getting-started/shuttle-commands). ## Development Thanks for using `cargo-shuttle`! We’re very happy to have you with us! To contribute to `cargo-shuttle` or stay updated with our development, please [open an issue, discussion or PR on Github](https://github.com/shuttle-hq/shuttle) and [join our Discord](https://discord.gg/shuttle)! 🚀