# Install fake-gcs-server with Homebrew, Nix, zypper

Emulator for Google Cloud Storage API. Version 1.54.0 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: 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
```

  Evidence: openSUSE Tumbleweed package metadata: fake-gcs-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:fake-gcs-server
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fake-gcs-server>
- **Version:** 1.54.0
- **Source summary:** Emulator for Google Cloud Storage API
- **Homepage:** <https://github.com/fsouza/fake-gcs-server>
- **Repository:** <https://github.com/fsouza/fake-gcs-server>
- **Upstream docs:** <https://github.com/fsouza/fake-gcs-server#readme>
- **License:** BSD-2-Clause
- **Source archive:** <https://github.com/fsouza/fake-gcs-server/archive/refs/tags/v1.54.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- fake-gcs-server (cli)
- fake-gcs-server (alias)

## Build dependencies

- go

## Install behavior

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

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.54.0
- Local data: ok
- Upstream repository: https://github.com/fsouza/fake-gcs-server
- Upstream latest detected: v1.54.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

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

- **Geiger risk:** orange / medium
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## Source Database Details

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

## Other Package-Manager Records

- 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.4: normalized package name match | openSUSE Tumbleweed package metadata: fake-gcs-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Google Cloud Storage emulator & testing library | https://github.com/fsouza/fake-gcs-server


## Related links

- [Cloud CLI packages](https://www.automicvault.com/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control 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.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [moto](https://www.automicvault.com/pkg/brew/moto/) - Shares av.db curated category or tags: cli, cloud, developer-tools, testing.
- [counterfeiter](https://www.automicvault.com/pkg/brew/counterfeiter/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.
- [gor](https://www.automicvault.com/pkg/brew/gor/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.
- [gotests](https://www.automicvault.com/pkg/brew/gotests/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.
- [gotestsum](https://www.automicvault.com/pkg/brew/gotestsum/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.
- [h2spec](https://www.automicvault.com/pkg/brew/h2spec/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.
- [htmltest](https://www.automicvault.com/pkg/brew/htmltest/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.
- [mockery](https://www.automicvault.com/pkg/brew/mockery/) - Shares av.db curated category or tags: cli, developer-tools, go, testing.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
