Fused CLI
Finding the CLI
fused is installed as part of the fused Python package. The CLI ships in fused>=2, which requires Python 3.10 or newer — on Python 3.9 pip install fused falls back to a 1.x release that has no fused entry point. If fused is not on PATH, locate or install it before running any commands:
- Check PATH first:
which fused— if found, use it directly. - No virtual environment detected? Use uvx (recommended):
uvx fused— runs the latest
[Description truncada. Veja o README completo no GitHub.]