# fake-gcs-server を Homebrew, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:fake-gcs-server
```

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

### macOS

- Homebrew (100%):

```sh
brew install fake-gcs-server
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fake-gcs-server
```

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

- zypper (92%):

```sh
sudo zypper install fake-gcs-server
```

  証拠: openSUSE Tumbleweed package metadata: fake-gcs-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:fake-gcs-server
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fake-gcs-server>
- **バージョン:** 1.55.1
- **ソース概要:** Emulator for Google Cloud Storage API
- **ホームページ:** <https://github.com/fsouza/fake-gcs-server>
- **リポジトリ:** <https://github.com/fsouza/fake-gcs-server>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://github.com/fsouza/fake-gcs-server/archive/refs/tags/v1.55.1.tar.gz>
- **最終更新:** 2026-07-26T11:37:55+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- fake-gcs-server (cli)
- fake-gcs-server (エイリアス)

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

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

fake-gcs-server is a Go-based emulator for the Google Cloud Storage API. It is designed for tests that need local bucket and object behavior without talking to Google Cloud.

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

The public GitHub repository was created in May 2017. Its README presents the project both as a Go library, exposed through the fakestorage package, and as a standalone binary or Docker image.

### 採用の歴史

The project fits the common package-manager role of a local service emulator: install a small binary, run it in tests or CI, and point client code at a local endpoint. The README also documents Docker Hub images and GitHub releases, which broaden adoption beyond Go-only consumers.

### 使われ方

Typical use is to start fake-gcs-server on a local port, optionally preload bucket/object data by mounting a /data directory, and run tests against its HTTP or HTTPS Google Cloud Storage-compatible endpoints. Server flags can also be supplied through FAKE_GCS_* environment variables.

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

For packagers, fake-gcs-server is useful because it turns cloud-storage integration tests into local, reproducible processes. Its split identity as both a Go test library and a command-line emulator makes it useful in mixed-language test suites.

### タイムライン

- 2017: The GitHub repository is created.
- 2026: v1.54.0 is published on GitHub releases.

### Related projects

- fake-gcs-server sits in the same tooling family as local emulators for datastore, pub/sub, and other cloud APIs used in integration tests.

### ソース

- <https://github.com/fsouza/fake-gcs-server>
- <https://github.com/fsouza/fake-gcs-server#readme>
- <https://api.github.com/repos/fsouza/fake-gcs-server>
- <https://api.github.com/repos/fsouza/fake-gcs-server/releases?per_page=5>


## セキュリティノート

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fake-gcs-server
- **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 - fake-gcs-server: normalized package name match | nixpkgs package indexes: pkgs/by-name/fa/fake-gcs-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - fake-gcs-server - 1.52.2-3.7: normalized package name match | openSUSE Tumbleweed package metadata: fake-gcs-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Google Cloud Storage emulator & testing library | https://github.com/fsouza/fake-gcs-server


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [moto](https://pkg.so/ja/brew/moto/) - Shares pkgdb curated category or tags: cli, cloud, developer-tools, testing.
- [mockery](https://pkg.so/ja/brew/mockery/) - Shares pkgdb curated category or tags: cli, developer-tools, go, testing.
- [richgo](https://pkg.so/ja/brew/richgo/) - Shares pkgdb curated category or tags: cli, developer-tools, go, testing.
- [counterfeiter](https://pkg.so/ja/brew/counterfeiter/) - Shares pkgdb curated category or tags: cli, developer-tools, go, testing.
- [gor](https://pkg.so/ja/brew/gor/) - Shares pkgdb curated category or tags: cli, developer-tools, go, testing.
- [lcov](https://pkg.so/ja/brew/lcov/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [bats-core](https://pkg.so/ja/brew/bats-core/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [allure](https://pkg.so/ja/brew/allure/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [moco](https://pkg.so/ja/brew/moco/) - Local metadata places this package in an adjacent workflow. Shared terms: api, cli, developer, developer-tools, server.

## Combined YAML source

View the package source record on GitHub. [combined/fake-gcs-server.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fake-gcs-server.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
