fades
« Back to VersTracker
Description:
Automatically handle virtualenvs for python scripts
Type: Formula  |  Latest Version: 9.0.2@2  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: python virtualenv developer-tools automation dependencies cli
Install: brew install fades
About:
fades is a command-line tool that automatically manages Python virtual environments for scripts and applications. It creates and maintains isolated environments based on import statements or explicit requirements, eliminating manual venv setup. The tool ensures dependencies are present and up-to-date, streamlining script execution across different systems.
Key Features:
  • Automatic virtualenv creation and management
  • Dependency detection from import statements
  • Isolated environment handling for each script
  • Support for requirements files and PyPI packages
  • No manual activation needed
Use Cases:
  • Running Python scripts with automatic dependency resolution
  • Developing quick prototypes without manual venv setup
  • Sharing scripts that automatically handle their own dependencies
  • Automated testing and CI/CD pipelines
Alternatives:
  • pipenv – More comprehensive but heavier; requires explicit environment management
  • poetry – Focuses on project packaging and dependency resolution with lock files
  • virtualenv – Manual environment creation without automatic dependency detection
License: GPL-3.0-only
Dependencies: python@3.14
Bottles available for: arm64_tahoe, arm64_sequoia, arm64_sonoma, sonoma, arm64_linux, x86_64_linux
Version History
Detected Version Rev Change Commit
Sep 13, 2025 2:58pm 2 VERSION_BUMP c3c80aed
Oct 10, 2024 1:26am 1 VERSION_BUMP 77d4d1dc
Oct 9, 2024 6:37pm 1 VERSION_BUMP 36195d19
Sep 13, 2024 4:09am 1 VERSION_BUMP 9df2158b