FZX2 is distributed as a Python package and requires Python 3.10 or later. The preferred installation method is pip, which handles all runtime dependencies automatically. If you need to run FZX2 without a Python environment, precompiled binaries are available for common platforms. Source installs are an option if you want to inspect or modify the toolchain before using it.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/WyattBrashear/507ex-utils2/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Python >= 3.10
requests>= 2.33.0flask~= 3.1.2
Method 1 — pip (preferred)
Install FZX2 from PyPI with a single command:fzx2 command is available directly from your shell:
PATH, you can invoke FZX2 as a module instead:
Method 2 — Compiled executable
Precompiled binaries that do not require a Python installation are available on the releases page. Download the binary for your platform, make it executable, and move it somewhere on yourPATH:
Precompiled binaries bundle a Python interpreter and all dependencies. They are larger than a pip install but require no Python setup on the target machine.
Method 3 — From source
Install from the source repository if you want to read or modify the code before running it.Install dependencies
requests>=2.33.0 and flask~=3.1.2. If there is no requirements.txt, install them directly:Verify your installation
Whichever method you used, confirm FZX2 is working correctly:build, upload, exec, unpack, and start_server.