Garage
Lightweight open-source S3-compatible distributed object storage service in Rust for self-hosting.
Why consider Garage?
Garage is a lightweight S3-compatible distributed object storage engine written in Rust. Designed specifically for geo-distributed self-hosted clusters on commodity hardware, Garage replicates data reliably across diverse data centers with CRDT metadata syncing.
Learn Garage by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Garage
Garage provides robust S3 object storage that thrives on unreliable home network connections and high-latency multi-cloud clusters.
Installation
# Download standalone binary or run Dockerdocker run -d --name garage -p 3900:3900 -p 3901:3901 -p 3902:3902 dxflrs/garage:v1.0.1Garage is licensed under the GNU AGPL-3.0 license.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.