Follow the steps for your operating system, then download the matching file below.
- Download the file for your system below.
- Open PowerShell in the download folder, then run:
.\Farental.exe - If Windows SmartScreen appears, click "More info" then "Run anyway".
- Optional: add the folder to your PATH so you can run it from anywhere.
setx PATH "%PATH%;C:\path\to\folder"
- Download the file for your system below.
- Make the file executable:
chmod +x Farental - Run it:
./Farental - Optional: add the folder to your PATH so you can run it from anywhere.
mv Farental ~/.local/bin/
- Download the file for your Mac (Intel or Apple Silicon) below.
- Make the file executable:
chmod +x Farental - Remove the quarantine flag so macOS will let it run:
xattr -d com.apple.quarantine Farental - Run it:
./Farental - Optional: add the folder to your PATH so you can run it from anywhere.
sudo mv Farental /usr/local/bin/