Download
Download and Run
Download the latest stable CLI or browse older versions below.
v0.4.9
After downloading the binary, rename it to pinggy.exe and run it from the command line:
ren pinggy-win-x64.exe pinggy.exe
pinggy.exe -h
After downloading the binary, rename it to pinggy, make it executable, and run it:
mv pinggy-macos-arm64 pinggy
chmod +x pinggy
./pinggy -h
Replace pinggy-macos-arm64 with pinggy-macos-x64 if you downloaded the Intel build.
After downloading the binary, rename it to pinggy, make it executable, and run it:
mv pinggy-linux-x64 pinggy
chmod +x pinggy
./pinggy -h
Replace pinggy-linux-x64 with pinggy-linux-arm64 if you downloaded the ARM64 build.