Linux
1. Bash script (All distros)
The script does the following:
- Detects the system architecture.
- Downloads the appropriate binary.
- Extracts it to
/usr/local/bin/polyclient
. - Ensures the binary is executable.
- Adds the binary to the user's PATH.
2. Package managers
Arch Linux (AUR)
Requires an AUR helper, such as yay
/paru
/pikaur
.
Or manually:
Debian-based (Ubuntu, Pop!_OS, Linux Mint, etc.)
Fedora/RHEL-Based (DNF - Copr Repository)
openSUSE (Zypper - OBS Repository)
Alpine Linux (APK - Community Repository)
Void Linux (XBPS - Third-Party Repository)
3. AppImage (Portable Option)
-
Download:
-
Make executable:
-
Run:
-
(Optional) Move to a system-wide location:
Post-installation steps
Verify installation
Adding polyclient
to the PATH (if needed)
If for some reason polyclient
is not recognized after installation, add it to your PATH:
For Bash:
For Zsh:
For Fish: