# 使用 Homebrew, apt 安装 fades

查看 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
- **软件包管理器页面:** <https://formulae.brew.sh/formula/fades>
- **版本:** 9.0.2
- **来源摘要:** Automatically handle virtualenvs for python scripts
- **主页:** <https://fades.readthedocs.io/>
- **仓库:** <https://github.com/PyAr/fades>
- **上游文档:** <https://fades.readthedocs.io/>
- **许可证:** GPL-3.0-only
- **源码归档:** <https://files.pythonhosted.org/packages/8b/e8/87a44f1c33c41d1ad6ee6c0b87e957bf47150eb12e9f62cc90fdb6bf8669/fades-9.0.2.tar.gz>
- **最后更新:** 2026-08-02T10:17:35-07:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- fades (cli)
- fades (别名)

## 依赖

- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 9.0.2
- 管理器更新时间: 2026-08-02
- 本地数据: OK
- 上游仓库: https://fades.readthedocs.io/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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
## 源数据库详情

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

## 其他软件包管理器记录

- 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


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [pyenv-virtualenv](https://pkg.so/zh-hans/brew/pyenv-virtualenv/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [pyenv-virtualenvwrapper](https://pkg.so/zh-hans/brew/pyenv-virtualenvwrapper/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [pyenv-pip-migrate](https://pkg.so/zh-hans/brew/pyenv-pip-migrate/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python.
- [pipx](https://pkg.so/zh-hans/brew/pipx/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [ruff](https://pkg.so/zh-hans/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [poetry](https://pkg.so/zh-hans/brew/poetry/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pytest](https://pkg.so/zh-hans/brew/pytest/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [basedpyright](https://pkg.so/zh-hans/brew/basedpyright/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [virtualfish](https://pkg.so/zh-hans/brew/virtualfish/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, environment, environment-management.

## 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
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
