This repository provides automated builds of MinIO for Linux platforms (amd64 and arm64).
MinIO switched to a source-only distribution model. This repository automatically:
- Monitors the official MinIO releases
- Builds binaries for Linux (amd64 and arm64)
- Publishes them as GitHub releases
Latest Release: RELEASE.2025-10-15T17-29-55Z
Last Updated: 2025-11-12
Download the latest binaries from the Releases page.
- minio-linux-amd64: Linux x86_64 (Intel/AMD 64-bit)
- minio-linux-arm64: Linux ARM64 (aarch64)
All binaries are built from the official MinIO source code using:
env GOOS=linux GOARCH=[amd64|arm64] CGO_ENABLED=0 go buildMinIO is licensed under the GNU AGPLv3. See the official MinIO repository for details.
The source code used to build the executables is always attached to the binary release on GitHub.
Official MinIO Repository: https://github.com/minio/minio
This is an unofficial build repository maintained by easybill. For official support, please refer to the upstream MinIO project.