# Installer fades avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fades pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fades
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fades
```

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

## Faits du paquet

- **Clé du paquet:** brew:fades
- **Gestionnaire de paquets:** Homebrew
- **Version:** 9.0.2
- **Résumé source:** Automatically handle virtualenvs for python scripts
- **Page d'accueil:** <https://fades.readthedocs.io/>
- **Dépôt:** <https://github.com/PyAr/fades>
- **Dernière mise à jour:** 2026-08-02T10:17:35-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fades (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 9.0.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

- 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


## Combined YAML source

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


## Sources

- 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
