S3-compatible object store for small self-hosted geo-distributed deployments
  • Rust 94.4%
  • Clojure 1.8%
  • Shell 1.8%
  • Nix 1.2%
  • Python 0.6%
  • Other 0.2%
Find a file
2026-09-25 10:24:46 +00:00
.woodpecker helm: add unit test suite and complex valuefile example 2026-09-06 21:45:34 +02:00
doc Documentation about debugging garage distroless container (#871) 2026-09-19 20:43:08 +00: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 telemetry: add default dashboard tolltips 2026-09-19 19:52:43 +00:00
src admin api: be more restrictive on valid admin tokens + fix crash 2026-09-25 11:37:58 +02:00
.dockerignore
.envrc
.gitignore
Cargo.lock tests: add basic admin api tests, regtest for GetCurrentAdminApiToken 2026-09-25 11:37:58 +02: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
Dockerfile
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 chore: typo in GOVERNANCE.md 2026-09-23 07:58:49 +02:00
LICENSE
Makefile helm: add tests for admin API svc 2026-09-16 23:56:15 +02:00
README.md
rustfmt.toml
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.