# fades を Homebrew, apt でインストール

fades のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install fades
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fades
```

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

## パッケージ情報

- **パッケージキー:** brew:fades
- **パッケージマネージャ:** Homebrew
- **バージョン:** 9.0.2
- **ソース概要:** Automatically handle virtualenvs for python scripts
- **ホームページ:** <https://fades.readthedocs.io/>
- **リポジトリ:** <https://github.com/PyAr/fades>
- **最終更新:** 2026-08-02T10:17:35-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- fades (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 9.0.2
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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
## 他のパッケージマネージャ記録

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


## ソース

- 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
