Installation
Install FFD using the official installer or download a release manually.
Linux / macOS
Install the latest version directly from GitHub.
curl -fsSL https://raw.githubusercontent.com/hamidrezaesh/ffd/main/scripts/install.sh | shVerify the installation:
ffd --helpWindows
Native Windows installer is coming soon.
Coming Soon
Install from Release
Download a release archive for your operating system and install FFD manually.
| Operating System | Architecture | Download |
|---|---|---|
| macOS | x86_64 / amd64 | Download |
| macOS | ARM64 | Download |
| Linux | x86_64 / amd64 | Download |
| Linux | ARM64 | Download |
| Windows | x86_64 / amd64 | Download |
| Windows | ARM64 | Download |
Linux / macOS
After downloading the archive:
# Extract the downloaded archive
tar -xzf ffd_*.tar.gz
# Install the binary
sudo install -m 755 ffd /usr/local/bin/
# Verify it
ffd --helpWindows
Download the appropriate .zip archive from the Releases page. Extract ffd.exe and add its directory to your PATH.
Then run:
ffd --helpNeed more details? See the README on GitHub.