High-performance object storage system
RustFS was developed as an S3-compatible high-performance object storage system. It offers interoperability and data migration support with other S3-compatible platforms such as MinIO and Ceph.
Updates
- September 19, 2026: Stars 33,264 → 33,264, latest release 1.0.0 (September 16, 2026).
What you get
- Provides high speed and memory safety with the Rust language
- Works seamlessly with existing tools thanks to its S3-compatible structure
- Offers unrestricted commercial use with the Apache 2.0 license
Installation
curl -O https://rustfs.com/install_rustfs.sh && bash install_rustfs.shdocker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:latestRunning it
docker compose -f docker-compose-simple.yml up -dIf you don't write code
I want to set up a high-performance object storage environment using RustFS. How can I manage my data by leveraging the system's S3 compatibility, and what should I pay attention to when scaling on a distributed architecture? Provide me with a step-by-step guide on the installation and basic configuration settings of this Apache 2.0 licensed system.
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-09-19: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.