# 使用 Homebrew, apk, MacPorts, Nix, scoop, winget 安装 minio

查看 minio 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install minio
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install minio
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:minio
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/minio>
- **版本:** 2025-10-15T17-29-55Z
- **来源摘要:** High Performance, Kubernetes Native Object Storage
- **主页:** <https://min.io>
- **仓库:** <https://github.com/minio/minio>
- **上游文档:** <https://docs.min.io/community/minio-object-store>
- **许可证:** AGPL-3.0-or-later
- **源码归档:** <https://github.com/minio/minio.git>
- **最后更新:** 2026-06-01T16:11:56Z
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- minio (cli)
- minio (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- 服务: declared
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 2025-10-15T17-29-55Z
- 管理器更新时间: 2026-06-01
- 本地数据: OK
- 上游仓库: https://github.com/minio/minio
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 来源

- <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>


## 安全说明

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

- **Geiger 风险:** orange / 中
- 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:** 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

## 其他软件包管理器记录

- 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


## 相关链接

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

## Combined YAML source

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


## 来源

- 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
