# Install minio with Homebrew, apk, MacPorts, Nix, scoop, winget

High Performance, Kubernetes Native Object Storage. Version 2025-10-15T17-29-55Z via Homebrew; verified 2026-06-01.

## Install

```sh
sudo av install brew:minio
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install minio
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install minio
```

  Evidence: MacPorts ports tree: www/minio/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add minio
```

  Evidence: Alpine Linux edge package indexes: minio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#minio
```

  Evidence: nixpkgs package indexes: pkgs/by-name/mi/minio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/minio
```

  Evidence: Scoop official bucket manifest trees: bucket/minio.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id MinIO.Server -e
```

  Evidence: Windows Package Manager source index: MinIO.Server from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:minio
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/minio>
- **Version:** 2025-10-15T17-29-55Z
- **Source summary:** High Performance, Kubernetes Native Object Storage
- **Homepage:** <https://min.io>
- **Repository:** <https://github.com/minio/minio>
- **Upstream docs:** <https://docs.min.io/community/minio-object-store>
- **License:** AGPL-3.0-or-later
- **Source archive:** <https://github.com/minio/minio.git>
- **Last updated:** 2026-06-01T16:11:56Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- minio (cli)
- minio (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Service: declared
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2025-10-15T17-29-55Z
- Package-manager updated: 2026-06-01
- Local data: ok
- Upstream repository: https://github.com/minio/minio
- info: No cached GitHub release or tag data was available.
## Project history and usage

MinIO was founded in 2014 by Garima Kapoor, Anand Babu "AB" Periasamy, and Harshavardhana as a cloud-native object-storage company. The open-source server became known for a deliberately small, S3-compatible object store written in Go, aimed at unstructured-data workloads such as analytics, AI/ML pipelines, backups, logs, container images, and private-cloud storage.

### Project history

The project positioned itself against heavier storage stacks by making the S3 API the common interface for data outside AWS. MinIO's server, client tooling, and SDK ecosystem let operators run object storage on bare metal, virtual machines, containers, and Kubernetes, while applications keep using familiar S3 semantics. Dell Technologies Capital described the company's early appeal as recognizing the move from Hadoop-style storage toward disaggregated S3-style storage across multi-cloud environments.

### Adoption history

A major governance milestone came in 2021, when MinIO announced that the project had moved fully to the GNU AGPLv3 license. That change affected how downstream users and vendors evaluated embedding and redistribution, and it explains why package records for the server tend to track licensing carefully. Homebrew packaged the server as `minio`, including a service definition that runs `minio server` on port 9000 with data under the Homebrew prefix; its formula later marked the package deprecated on 2026-02-17 because the upstream repository was archived.

### How it is used

In package-manager terms, `minio` is the local-server side of the S3-compatible storage niche: useful for developers who need a real object store on a laptop, CI host, or lab machine, and for operators testing workflows before moving to larger MinIO deployments or another S3-compatible backend.

### Sources

- <https://formulae.brew.sh/api/formula/minio.json>
- <https://formulae.brew.sh/formula/minio>
- <https://github.com/minio/minio>
- <https://www.delltechnologiescapital.com/resources/a-milestone-series-b-for-minio>
- <https://www.min.io/about>
- <https://www.min.io/blog/from-open-source-to-free-and-open-source-minio-is-now-fully-licensed-under-gnu-agplv3>


## Security Notes

formula declares a Homebrew service. infrastructure mutation or orchestration signal.

- **Geiger risk:** orange / medium
- formula declares a Homebrew service
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /etc/default/minio
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** minio
- **Version Scheme:** 1
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - minio: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/minio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - minio - 0.20251015.172955-r6: normalized package name match | Alpine Linux edge package indexes: minio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open source object storage server compatible with Amazon S3 | https://min.io/
- apk - minio-openrc - 0.20251015.172955-r6: normalized package name match | Alpine Linux edge package indexes: minio-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open source object storage server compatible with Amazon S3 (OpenRC init scripts) | https://min.io/
- MacPorts - minio: normalized package name match | MacPorts ports tree: www/minio/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/minio: normalized package name match | Scoop official bucket manifest trees: bucket/minio.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - MinIO.Server: normalized package name match | Windows Package Manager source index: MinIO.Server from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [storj-uplink](https://www.automicvault.com/pkg/brew/storj-uplink/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-storage, object-storage.
- [garage](https://www.automicvault.com/pkg/brew/garage/) - Shares av.db curated category or tags: cli, cloud-infrastructure, object-storage.
- [versitygw](https://www.automicvault.com/pkg/brew/versitygw/) - Shares av.db curated category or tags: cli, cloud-infrastructure, object-storage.
- [gcsfuse](https://www.automicvault.com/pkg/brew/gcsfuse/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-storage, object-storage.
- [geesefs](https://www.automicvault.com/pkg/brew/geesefs/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-storage, object-storage.
- [juicefs](https://www.automicvault.com/pkg/brew/juicefs/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-storage, kubernetes.
- [argo](https://www.automicvault.com/pkg/brew/argo/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [argocd](https://www.automicvault.com/pkg/brew/argocd/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.

## Combined YAML source

View the package source record on GitHub. [combined/minio.yml](https://github.com/automic-vault/db/blob/main/combined/minio.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
