# versitygw を Homebrew, Nix, zypper でインストール

versitygw のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:versitygw
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install versitygw
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#versitygw
```

  証拠: nixpkgs package indexes: pkgs/by-name/ve/versitygw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install versitygw
```

  証拠: openSUSE Tumbleweed package metadata: versitygw from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:versitygw
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/versitygw>
- **バージョン:** 1.6.0
- **ソース概要:** Versity S3 Gateway
- **ホームページ:** <https://www.versity.com/products/versitygw/>
- **リポジトリ:** <https://github.com/versity/versitygw>
- **上流ドキュメント:** <https://github.com/versity/versitygw>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/versity/versitygw/archive/refs/tags/v1.6.0.tar.gz>
- **最終更新:** 2026-06-26T22:39:26Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- versitygw (cli)
- versitygw (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.6.0
- マネージャ更新日: 2026-06-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/versity/versitygw
- 検出された最新: v1.6.0 (最新)
## プロジェクトの歴史と使われ方

VersityGW is an Apache-2.0 open-source S3 gateway written in Go. Its purpose is to translate S3 object requests into operations on existing storage backends, especially POSIX file storage, so S3-oriented applications can use non-object or hybrid storage systems.

### プロジェクトの歴史

The public repository was created on May 5, 2023, with early v0.x releases following in June and July 2023. Versity describes the gateway as built from scratch in Go and designed to meet a community need for a reliable, high-performance object-to-file translation layer.

The project is tied to Versity's storage product ecosystem but is presented as a community-oriented open-source gateway. Official materials name Los Alamos National Laboratory and the Pawsey Supercomputing Research Centre as collaborators, which places the tool in the research/HPC storage world rather than only in generic cloud emulation.

### 採用の歴史

VersityGW's adoption story is mostly early and infrastructure-specific. Its GitHub project has grown into an active repository with substantial commit history, issues, discussions, and a wiki, while Versity positions it for hybrid storage environments where S3 clients need access to file-based systems.

### 使われ方

Typical use is to run `versitygw` as an S3-compatible HTTP service in front of a backend such as a local POSIX filesystem, Versity ScoutFS, Azure Blob Storage, or another S3 server. The README emphasizes single-command local filesystem serving, S3 proxying, static website hosting, and stateless clustered deployment behind load balancers.

A central design point for the POSIX backend is transparent object-to-file mapping: object keys are represented as predictable filesystem paths rather than opaque internal objects. That makes the gateway attractive to administrators who want S3 API compatibility without giving up direct filesystem access for backup, inspection, or migration workflows.

### パッケージ好きにとっての重要性

For infrastructure packagers, VersityGW is interesting because it packages a narrow but useful bridge: S3 semantics over ordinary or existing storage. It is the kind of tool that matters in labs, archives, and HPC environments where applications increasingly speak S3 but the durable storage estate may still be POSIX, NAS, tape-adjacent, or otherwise non-cloud-native.

### タイムライン

- 2023-05-05: GitHub repository created.
- 2023-06-07: First GitHub release, v0.1, published.
- 2026-02-09: GitHub wiki home page revised with project goals and background.
- 2026-04-07: Versity published POSIX-backend guidance describing transparent object-key to path mapping.

### Related projects

- AWS S3: the object API model VersityGW implements for clients.
- POSIX filesystems and Versity ScoutFS: important backend targets described by the project.
- Azure Blob Storage and other S3 servers: additional backends listed in the official README.

### ソース

- <https://api.github.com/repos/versity/versitygw>
- <https://api.github.com/repos/versity/versitygw/releases?per_page=100>
- <https://github.com/versity/versitygw>
- <https://github.com/versity/versitygw/wiki>
- <https://www.versity.com/products/versitygw/>
- <https://www.versity.com/versity-s3-gateway-posix-backend/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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/versitygw.d/*.conf
## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Nix - versitygw: normalized package name match | nixpkgs package indexes: pkgs/by-name/ve/versitygw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - versitygw - 1.5.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: versitygw from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | High-Performance S3 Translation Service | https://github.com/versity/versitygw
- zypper - versitygw-cli - 1.5.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: versitygw-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Binary for versitygw, usable to connect to remote instances | https://github.com/versity/versitygw
- zypper - versitygw-cli-bash-completion - 1.5.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: versitygw-cli-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Bash Completion for versitygw | https://github.com/versity/versitygw
- zypper - versitygw-cli-fish-completion - 1.5.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: versitygw-cli-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Fish Completion for versitygw | https://github.com/versity/versitygw
- zypper - versitygw-cli-zsh-completion - 1.5.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: versitygw-cli-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Zsh Completion for versitygw | https://github.com/versity/versitygw


## 関連リンク

- [Cloud CLI packages](https://www.automicvault.com/ja/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/ja/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [garage](https://www.automicvault.com/ja/pkg/brew/garage/) - Shares av.db curated category or tags: cli, cloud-infrastructure, object-storage, s3, storage.
- [s3fs](https://www.automicvault.com/ja/pkg/brew/s3fs/) - Shares av.db curated category or tags: cli, cloud-infrastructure, filesystem, object-storage, s3.
- [storj-uplink](https://www.automicvault.com/ja/pkg/brew/storj-uplink/) - Shares av.db curated category or tags: cli, cloud-infrastructure, object-storage, storage.
- [gcsfuse](https://www.automicvault.com/ja/pkg/brew/gcsfuse/) - Shares av.db curated category or tags: cli, cloud-infrastructure, filesystem, object-storage, storage.
- [juicefs](https://www.automicvault.com/ja/pkg/brew/juicefs/) - Shares av.db curated category or tags: cli, cloud-infrastructure, filesystem, s3, storage.
- [s3ql](https://www.automicvault.com/ja/pkg/brew/s3ql/) - Shares av.db curated category or tags: cli, cloud-infrastructure, filesystem, object-storage, storage.
- [s5cmd](https://www.automicvault.com/ja/pkg/brew/s5cmd/) - Shares av.db curated category or tags: cli, cloud-infrastructure, filesystem, s3, storage.
- [filen-cli](https://www.automicvault.com/ja/pkg/brew/filen-cli/) - Shares av.db curated category or tags: cli, cloud-infrastructure, s3, storage.
- [s3-folder-upload](https://www.automicvault.com/ja/pkg/npm/s3-folder-upload/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, filesystem, infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/versitygw.yml](https://github.com/automic-vault/db/blob/main/combined/versitygw.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
