pkg.soopen package index

brew / 排名 1614

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install minio

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install minio

MacPorts ports tree · www/minio/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add minio

Alpine Linux edge package indexes · minio · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#minio

nixpkgs package indexes · pkgs/by-name/mi/minio/package.nix · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install main/minio

Scoop official bucket manifest trees · bucket/minio.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id MinIO.Server -e

Windows Package Manager source index · MinIO.Server · 来源: cdn.winget.microsoft.com

概览

软件包摘要

High Performance, Kubernetes Native Object Storage

命令和别名

  • minio

历史

项目历史与用法

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.

安全态势

风险级别:orange

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

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

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

信号

  • metadata:service
  • text:kubernetes

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Linux
/etc/default/minio

可执行文件

已安装的可执行文件

命令类型暴露范围备注
minio可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2025-10-15T17-29-55Z
管理器更新时间2026-07-31
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:minio
版本2025-10-15T17-29-55Z
软件包管理器Homebrew
主页https://min.io
仓库https://github.com/minio/minio
最后更新2026-07-31T08:47:03+01:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

minio

nix profile install nixpkgs#minio
  • normalized package name match
  • 匹配方式:Minio
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/mi/minio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

minio 0.20251015.172955-r7

Open source object storage server compatible with Amazon S3

https://min.io/

sudo apk add minio
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: minio
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Minio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: minio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

minio-openrc 0.20251015.172955-r7

Open source object storage server compatible with Amazon S3 (OpenRC init scripts)

https://min.io/

sudo apk add minio-openrc
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: minio
  • normalized package name match
  • 匹配方式:Minio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: minio-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

minio

sudo port install minio
  • normalized package name match
  • 匹配方式:Minio
MacPorts ports tree · api.github.com · MacPorts ports tree: www/minio/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/minio

scoop install main/minio
  • normalized package name match
  • 匹配方式:Minio
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/minio.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

MinIO.Server

winget install --id MinIO.Server -e
  • normalized package name match
  • 匹配方式:Minio
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: MinIO.Server from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation