macOS
brew install fadeslocal Homebrew formula metadata
brew
fades のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fadeslocal Homebrew formula metadata
sudo apt install fadesDebian stable package indexes · fades · ソース: deb.debian.org
概要
Automatically handle virtualenvs for python scripts
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
/etc/fades/fades.ini$XDG_CONFIG_HOME/fades/fades.ini.fades.ini実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fades | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:fades |
|---|---|
| バージョン | 9.0.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fades |
| ホームページ | https://fades.readthedocs.io/ |
| リポジトリ | https://github.com/PyAr/fades |
| 上流ドキュメント | https://fades.readthedocs.io/en/latest |
| ライセンス | GPL-3.0-only |
| ソースアーカイブ | https://files.pythonhosted.org/packages/8b/e8/87a44f1c33c41d1ad6ee6c0b87e957bf47150eb12e9f62cc90fdb6bf8669/fades-9.0.2.tar.gz |
| 最終更新 | 2026-07-16T08:38:17Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
fades 9.0.2-2
system for automatically handling virtual environments
sudo apt install fadesfades 9.0.1-3ubuntu1
system for automatically handling virtual environments
sudo apt install fadesソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.