# Install fades with Homebrew, apt

Automatically handle virtualenvs for python scripts. Version 9.0.2 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:fades
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fades
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fades
```

  Evidence: Debian stable package indexes: fades from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Package facts

- **Package key:** brew:fades
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fades>
- **Version:** 9.0.2
- **Source summary:** Automatically handle virtualenvs for python scripts
- **Homepage:** <https://fades.readthedocs.io/>
- **Repository:** <https://github.com/PyAr/fades>
- **Upstream docs:** <https://fades.readthedocs.io/en/latest>
- **License:** GPL-3.0-only
- **Source archive:** <https://files.pythonhosted.org/packages/8b/e8/87a44f1c33c41d1ad6ee6c0b87e957bf47150eb12e9f62cc90fdb6bf8669/fades-9.0.2.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- fades (cli)
- fades (alias)

## Dependencies

- python@3.14

## 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: 9.0.2
- Local data: ok
- Upstream repository: https://fades.readthedocs.io/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

fades is a Python command-line tool from the PyAr organization for running scripts in automatically created or reused virtual environments. Its niche is small Python programs: the authoring model is to invoke a script through fades, mark dependencies inline, in requirements files, docstrings, or command-line options, and let the tool build the environment before execution.

### Project history

The public project history visible in the official GitHub releases starts with 1.0 and 2.0 tags and continues through major releases such as v4, v6, v7, v8, and v9. The README presents the central design unchanged across that line: fades creates or reuses a virtual environment, installs dependencies, then runs the child script or opens an interpreter inside that environment.

### Adoption history

fades has remained a specialist Python-packaging utility rather than a mainstream workflow manager. Its official materials show packaging and distribution across PyPI, Read the Docs, Snap/AppVeyor-era CI badges, and Debian/Ubuntu guidance, while the Homebrew formula gives macOS command-line users another route to install it.

### How it is used

Typical usage is `fades myscript.py`, often paired with a `#!/usr/bin/env fades` shebang. Dependencies can be marked next to imports with `# fades`, supplied with `--dependency`, read from requirement files, or listed in a docstring section, after which fades chooses or creates the matching virtual environment.

### Why package nerds care

For package-manager users, fades is an example of a pre-`uv` and pre-modern-tooling answer to one-off Python script isolation. It sits between raw `virtualenv`, `pip`, and full project tools: a small executable whose point is making transient script environments feel automatic.

### Timeline

- 2015: Official GitHub releases include 1.0 and 2.0-era tags.
- 2017: v6 release published.
- 2018: v7 release published.
- 2019: v8.1 release published.
- 2020: v9.0 and v9.0.1 releases published.

### Related projects

- virtualenv, pip, requirements.txt workflows, pipx, pip-run, uv

### Sources

- <https://github.com/PyAr/fades>
- <https://raw.githubusercontent.com/PyAr/fades/master/README.rst>
- <https://fades.readthedocs.io/en/latest/readme.html>
- <https://api.github.com/repos/PyAr/fades/releases?per_page=50>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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

- Unix: /etc/fades/fades.ini, $XDG_CONFIG_HOME/fades/fades.ini, .fades.ini
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fades
- **Version Scheme:** 0
- **Revision:** 2
- **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

- Debian apt - fades - 9.0.2-2: normalized package name match | Debian stable package indexes: fades from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | system for automatically handling virtual environments | https://github.com/PyAr/fades
- Ubuntu apt - fades - 9.0.1-3ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: fades from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | system for automatically handling virtual environments | https://github.com/PyAr/fades


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [pyenv-virtualenv](https://www.automicvault.com/pkg/brew/pyenv-virtualenv/) - Shares av.db curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [pyenv-virtualenvwrapper](https://www.automicvault.com/pkg/brew/pyenv-virtualenvwrapper/) - Shares av.db curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [virtualenvwrapper](https://www.automicvault.com/pkg/brew/virtualenvwrapper/) - Shares av.db curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [virtualfish](https://www.automicvault.com/pkg/brew/virtualfish/) - Shares av.db curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [pyenv-pip-migrate](https://www.automicvault.com/pkg/brew/pyenv-pip-migrate/) - Shares av.db curated category or tags: cli, developer-tools, environment-management, python.
- [johnnydep](https://www.automicvault.com/pkg/brew/johnnydep/) - Shares av.db curated category or tags: cli, dependencies, developer-tools, python.
- [rye](https://www.automicvault.com/pkg/brew/rye/) - Shares av.db curated category or tags: cli, developer-tools, python, virtualenv.
- [abi3audit](https://www.automicvault.com/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, python.

## Combined YAML source

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


## Sources

- 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
