# geesefs mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für geesefs in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:geesefs
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install geesefs
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#geesefs
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ge/geesefs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:geesefs
- **Paketmanager:** Homebrew
- **Version:** 0.43.8
- **Quellzusammenfassung:** FUSE FS implementation over S3
- **Homepage:** <https://github.com/yandex-cloud/geesefs>
- **Repository:** <https://github.com/yandex-cloud/geesefs>
- **Zuletzt aktualisiert:** 2026-07-25T20:55:22-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- geesefs (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.43.8
## Projektgeschichte und Nutzung

GeeseFS is a high-performance, POSIX-ish FUSE filesystem for mounting S3-compatible object storage as a filesystem.

### Projektgeschichte

The official README frames GeeseFS as a Go implementation intended to address common S3 FUSE performance problems, especially small-file and metadata workloads, by using aggressive parallelism and asynchrony.

### Adoptionsgeschichte

The project lives under the yandex-cloud organization and the README points to a GeeseFS-based CSI S3 driver. The input package facts list Homebrew and Nix packaging, which matches a systems-tool audience that wants the same mount helper available through reproducible package channels.

### Wie es verwendet wird

Users provide AWS-style credentials, then run geesefs with a bucket and mount point, optionally specifying an endpoint or bucket prefix. The official README also documents fstab startup usage, Windows operation with WinFSP, environment-variable credentials, and custom credential files through --shared-config.

### Warum Paket-Nerds sich dafür interessieren

GeeseFS is notable for package-manager users because it is a single Go/FUSE binary at the boundary between cloud object storage and local filesystem semantics, where packaging has to line up with FUSE support, init/fstab workflows, Windows WinFSP usage, and S3 credential conventions.

### Zeitleiste

- 0.37.0: Metadata cache memory usage became limited, according to the README's common-issues notes.

### Related projects

- The README compares GeeseFS with rclone, Goofys, S3FS, and gcsfuse, and points to a GeeseFS-based CSI S3 driver.

### Quellen

- <https://github.com/yandex-cloud/geesefs>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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.


## Credential files

- Unix: ~/.aws/credentials
- Windows: C:\Users\<USERNAME>\.aws\credentials
## Andere Paketmanager-Einträge

- Nix - geesefs: normalized package name match | nixpkgs package indexes: pkgs/by-name/ge/geesefs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

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