# virtualfish mit Homebrew installieren

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

## Installation

```sh
sudo av install brew:virtualfish
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install virtualfish
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:virtualfish
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/virtualfish>
- **Version:** 2.5.9
- **Quellzusammenfassung:** Python virtual environment manager for the fish shell
- **Homepage:** <https://virtualfish.readthedocs.io/en/latest/>
- **Repository:** <https://github.com/justinmayer/virtualfish>
- **Upstream-Dokumentation:** <https://virtualfish.readthedocs.io/en/latest/>
- **Lizenz:** MIT
- **Quellarchiv:** <https://files.pythonhosted.org/packages/1f/4e/343d044d61e80a44163d15ad2f6ca20eca0cb4fef4058caf8e5e55fc3dd9/virtualfish-2.5.9.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- vf (cli)
- vf (Alias)

## Abhängigkeiten

- fish
- python@3.14

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Einschränkungen: To activate virtualfish, run the following in a fish shell: vf install
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 2.5.9
- lokale Daten: OK
- Upstream-Repository: https://virtualfish.readthedocs.io/en/latest/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

VirtualFish is a Python virtual-environment manager for the fish shell. It occupies the same niche as virtualenvwrapper, but for fish users who want `vf` commands, prompt integration, optional auto-activation, and project helpers that fit fish's syntax and startup model.

### Projektgeschichte

The upstream README says VirtualFish is maintained by Justin Mayer and was originally created by Daisy Leigh Brenecki. Public discussion from 2012 describes it as a fish-shell replacement inspired by Doug Hellmann's virtualenvwrapper, which matches the project's long-running positioning as fish-native virtualenv workflow glue.

PyPI's visible release history starts with 1.0.0a1 in March 2015, while the current repository documents fish 3.1 or newer as a requirement and points users to the Read the Docs manual. The 2.x line added the current plugin-oriented shape, including project management, environment-variable automation, and compatibility aliases.

### Adoptionsgeschichte

VirtualFish is a niche tool by design: its audience is Python developers who already prefer fish over bash or zsh. Its sustained packaging in PyPI and Homebrew, and its explicit IRC/support channel alongside fish, show a small but persistent shell-specific community rather than broad mainstream Python tooling dominance.

The tool has also aged alongside Python's built-in fish activation scripts. Python's venv module can generate `activate.fish`, but VirtualFish remains useful when users want a named environment registry, `vf new` and `vf activate`, automatic activation from `.venv` marker files, or virtualenvwrapper-style habits in fish.

### Wie es verwendet wird

The quickstart is intentionally short: install the package with pip, run `vf install`, add VirtualFish to the prompt if desired, then create an environment with a command such as `vf new myvirtualenv`. Users can enable plugins for auto-activation, projects, environment variables, and compatibility aliases.

The package is most often used interactively rather than as a dependency of applications. Its value is reducing shell friction: fish users get completions, prompt state, and activation/deactivation behavior without sourcing bash-oriented scripts.

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

VirtualFish is package-nerd significant because it preserves an older virtualenvwrapper style of environment management inside a shell that deliberately differs from POSIX shell syntax. It is a reminder that packaging workflows are shaped as much by shell ergonomics as by Python packaging standards.

### Zeitleiste

- 2012: Daisy Leigh Brenecki publicly described starting a fish-shell replacement for virtualenvwrapper-style workflows.
- 2015-03-22: The earliest VirtualFish files currently listed on PyPI were uploaded.
- 2020-04-01: GitHub releases list VirtualFish 2.0.0.
- 2024-05-13: GitHub releases list VirtualFish 2.5.9.

### Related projects

- virtualenv provides the underlying environment model. virtualenvwrapper is the older Bourne-shell-oriented inspiration. Python's standard-library venv module provides fish activation scripts for simpler workflows.

### Quellen

- Python venv activation documentation: https://docs.python.org/3/library/venv.html
- Stack Overflow answer by Daisy Leigh Brenecki describing early VirtualFish: https://stackoverflow.com/questions/10956335/how-to-get-virtualenv-to-work-with-fish-shell
- VirtualFish GitHub README: https://github.com/justinmayer/virtualfish
- VirtualFish PyPI project: https://pypi.org/project/virtualfish/
- VirtualFish documentation: https://virtualfish.readthedocs.io/
- VirtualFish plugins documentation: https://virtualfish.readthedocs.io/en/latest/plugins.html


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal


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

- Unix: $XDG_CONFIG_HOME/fish/conf.d/virtualfish-loader.fish, ~/.config/fish/conf.d/virtualfish-loader.fish
## Details aus der Quelldatenbank

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


## Verwandte Links

- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/de/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [fish](https://pkg.so/de/brew/fish/) - Runtime dependency declared by Homebrew.
- [pyenv-virtualenv](https://pkg.so/de/brew/pyenv-virtualenv/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [virtualenvwrapper](https://pkg.so/de/brew/virtualenvwrapper/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [tox](https://pkg.so/de/brew/tox/) - Shares pkgdb curated category or tags: cli, developer-tools, python, virtualenv.
- [pyenv-virtualenvwrapper](https://pkg.so/de/brew/pyenv-virtualenvwrapper/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [nox](https://pkg.so/de/brew/nox/) - Shares pkgdb curated category or tags: cli, developer-tools, python, virtualenv.
- [nodeenv](https://pkg.so/de/brew/nodeenv/) - Shares pkgdb curated category or tags: cli, developer-tools, python, virtualenv.
- [fades](https://pkg.so/de/brew/fades/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [uv](https://pkg.so/de/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [poetry](https://pkg.so/de/brew/poetry/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, management, manager.

## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
