S3-compatible object store for small self-hosted geo-distributed deployments https://garagehq.deuxfleurs.fr/
  • Rust 94.5%
  • Clojure 1.8%
  • Shell 1.7%
  • Nix 1.2%
  • Python 0.6%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 16:31:40 +02:00
.woodpecker helm: add unit test suite and complex valuefile example 2026-09-06 21:45:34 +02:00
doc Admin API: add parameters details, offset and limit to ListKeys and ListBuckets 2026-09-15 16:31:40 +02:00
fuzz Add fuzzing for object crdt (#1540) 2026-09-15 09:54:40 +00:00
nix add #fuzz devshell and make fuzzing work on nixos 2026-05-01 21:36:17 +00:00
script bump version to v2.4.1 2026-09-07 21:05:12 +02:00
src CLI: garage json-api: allow payload to be omitted more often 2026-09-15 16:31:40 +02:00
.dockerignore Build Docker image 2020-06-30 17:18:42 +02:00
.envrc Implement rpc_secret_file 2023-01-04 18:35:10 +01:00
.gitignore Implement rpc_secret_file 2023-01-04 18:35:10 +01:00
Cargo.lock Add regression test for migration code 2026-09-15 14:30:27 +00:00
Cargo.toml wrap secrets in new type (#1524) 2026-09-15 10:37:19 +00:00
CONTRIBUTING.md remove quentin from maintainers (#1539) 2026-09-12 14:14:11 +00:00
default.nix nix, ci: build with Crane 2025-02-03 16:39:50 +01:00
Dockerfile nix, ci: build with Crane 2025-02-03 16:39:50 +01:00
flake.lock update rust-overlay and use rust 1.95.0 2026-04-23 21:17:27 +02:00
flake.nix add #fuzz devshell and make fuzzing work on nixos 2026-05-01 21:36:17 +00:00
GOVERNANCE.md remove quentin from maintainers (#1539) 2026-09-12 14:14:11 +00:00
LICENSE Switch to AGPL 2021-03-16 16:35:46 +01:00
Makefile remove cargo build options in makefile to avoid mistakes 2025-02-14 18:06:07 +01:00
README.md [woodpecker] convert drone pipelines to woodpecker 2024-02-08 18:24:52 +01:00
rustfmt.toml Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
SECURITY.md add SECURITY.md (#1423) 2026-04-27 07:33:27 +00:00
shell.nix chore: update cmd parameter name in shell.nix 2026-01-29 22:14:34 +00:00
taplo.toml chore: add taplo.toml and resave Cargo.toml 2026-01-29 20:49:28 +01:00
typos.toml Ignore typos in fuzz/ 2026-05-01 21:36:17 +00:00

Garage status-badge

Garage logo

[ Website and documentation | Binary releases | Git repository | Matrix channel ]

Garage is an S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.

Garage is designed for storage clusters composed of nodes running at different physical locations, in order to easily provide a storage service that replicates data at these different locations and stays available even when some servers are unreachable. Garage also focuses on being lightweight, easy to operate, and highly resilient to machine failures.

Garage is built by Deuxfleurs, an experimental small-scale self hosted service provider, which has been using it in production since its first release in 2020.

Learn more on our dedicated documentation pages:

Garage is entirely free software released under the terms of the AGPLv3.