Rust Deployment

Open-source Rust projects categorized as Deployment

Top 6 Rust Deployment Projects

  1. shuttle

    Build & ship backends without writing any infrastructure files.

    Project mention: Rust needs a web framework for lazy developers | news.ycombinator.com | 2024-10-06

    There is https://shuttle.rs. Not only a framework but a tool that can generate all the web boilerplate around it, sounds lazy enough for me!

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. deploy-rs

    A simple multi-profile Nix-flake deploy tool.

    Project mention: Nix – Death by a Thousand Cuts | news.ycombinator.com | 2025-01-13

    I'm running NixOS on a raspberry pi and I deploy to it with deploy-rs¹. This works pretty well for me. My dev machine is an Apple Silicon laptop with nix-darwin installed and I use its nix.linux-builder module to run an aarch64-linux VM as a remote builder to build the rpi's system. All this means the rpi never has to do any building itself, and doesn't even need the nixpkgs source installed either.

    If you want to do this yourself, I recommend using https://github.com/nix-community/raspberry-pi-nix so the system is configured much more closely to how the stock raspberry pi image works. The benefit of this is better reliability of stuff like bluetooth.

    ¹https://github.com/serokell/deploy-rs

  4. colmena

    A simple, stateless NixOS deployment tool

    Project mention: Managing NixOS on DigitalOcean with Colmena | dev.to | 2024-08-23

    Colmena is a tool to manage multiple NixOS systems. It is similar to NixOps but fancier in spirit. I am not sure about the size of its userbase, but I do not see many other alternatives to my liking except NixOps4 and deploy-rs. So far, I am happy with it, so is my team.

  5. cargo-deb

    Make Debian packages directly from Rust/Cargo projects (by kornelski)

  6. zerocal

    🚫📆 Serverless calendar built with shuttle.rs

  7. rust-app-engine

    App Engine Rust boilerplate

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Deployment discussion

Log in or Post with

Rust Deployment related posts

  • Managing NixOS on DigitalOcean with Colmena

    7 projects | dev.to | 23 Aug 2024
  • Build & Deploy AI-Powered Web Services from a Single Prompt

    1 project | dev.to | 16 Jul 2024
  • A guide to getting started with Axum - 0.7 changes included

    1 project | /r/rust | 6 Dec 2023
  • Show HN: Shuttle – Build and ship backends without writing infrastructure files

    1 project | /r/patient_hackernews | 7 Oct 2023
  • Show HN: Shuttle – Build Back Ends Fast

    2 projects | news.ycombinator.com | 4 Oct 2023
  • Get your project featured at EuroRust

    1 project | /r/rust | 27 Sep 2023
  • Rust for Javascript Developers: Building apps that utilize LLMs

    1 project | /r/webdev | 8 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Deployment projects in Rust? This list will help you:

# Project Stars
1 shuttle 6,291
2 deploy-rs 1,484
3 colmena 1,389
4 cargo-deb 457
5 zerocal 165
6 rust-app-engine 50

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai