ðŸ“Ģ Important update — access is changing on 1 October 2026

Starting 1 October 2026 at noon (UK time), this mirror will require authentication to keep apt working.
A yearly subscription gives you uninterrupted access and directly supports keeping this project alive. Thank you! 🙏

🔑 Get Your Yearly Subscription

💎 Questions, issues or anything about this repo? Join our Discord community — the best place to get help and connect with other users.
☕ Previously supported via Buy Me a Coffee? You are wonderful! Head over to our Discord and we will sort out a free lifetime subscription for you. 💜

🗄ïļ Install Latest Garage on Ubuntu

S3-compatible distributed object storage

Latest Version — Continuously Updated
← Back to home

What is Garage?

Garage is a lightweight, S3-compatible distributed object storage service. Designed to run across several geographically distributed machines, it provides resilient, self-hosted object storage with an S3-compatible API, making it a strong open-source alternative to hosted object stores for backups, static sites and application data.

🚀 Why Latest Versions Matter: Garage is actively developed with improvements to replication, performance and S3 API coverage. Running the latest release gives you the newest storage features and reliability fixes.

⚡ Key Features of Garage

☁ïļ S3-compatible API

Drop-in compatibility with existing S3 clients, SDKs and tooling.

🌐 Geo-distributed

Replicate data across multiple nodes and sites for resilience.

ðŸŠķ Lightweight

Efficient Rust implementation that runs well on modest hardware.

🔒 Self-hosted

Keep full ownership of your data on your own infrastructure.

ðŸŽŊ Why Garage?

  • Own your storage: Self-hosted object storage on your own hardware
  • S3 ecosystem: Works with the vast range of existing S3 tools
  • Resilient: Multi-node replication survives node failures
  • Efficient: Low resource footprint, ideal for small clusters

🆕 Highlights

ðŸ“Ķ Installation from debian.griffo.io

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null sudo apt update
install -d -m 0755 /etc/apt/keyrings curl -fsSL https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/debian.griffo.io.gpg echo "deb [signed-by=/etc/apt/keyrings/debian.griffo.io.gpg] https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/debian.griffo.io.list > /dev/null apt update

Step 2: Install garage

# Install latest garage sudo apt install garage # Verify installation garage --version
# Install latest garage apt install garage # Verify installation garage --version

ðŸŽŊ Basic Usage Examples

# Show version garage --version # Show cluster status garage status # Create a bucket garage bucket create my-bucket # Create an access key garage key create my-app-key # Grant the key access to the bucket garage bucket allow --read --write my-bucket --key my-app-key

🚀 Why Choose debian.griffo.io?

📊 Repository Comparison:
  • Official Ubuntu: Often months behind, missing latest features
  • debian.griffo.io: Latest version within hours of release
  • Manual Installation: Manual downloads and PATH setup required
  • Our Repository: Pre-built, ready-to-use packages

ðŸ“Ķ Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

🔗 Related Packages

Also available from debian.griffo.io:

ðŸŽŊ Perfect for: Self-hosters and teams that need resilient, S3-compatible object storage on their own infrastructure for backups, static websites, or application data.

💝 Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub ðŸĶ Share on Twitter