macOS
macOS Apple Silicon
For Macs with Apple Silicon processors.
Download macOS
- Extract the archive.
- Open the DMG.
- Drag SpyHunt Community into Applications.
tar -xzf SpyHunt-Community-2026.0.1-macOS-arm64.dmg.tar.gz
open SpyHunt-Community-2026.0.1-macOS-arm64.dmg
SHA256: 83c2545eecfce31f36d0245a4ef07a972f7991f97112987ff8d0d16476adfecc
Linux
Debian, Ubuntu, Kali
Best choice for Debian-based Linux distributions.
Download DEB
- Extract the archive.
- Install the package.
- Run
spyhunt-community.
tar -xzf SpyHunt-Community-2026.0.1-linux-amd64.deb.tar.gz
sudo apt install ./SpyHunt-Community-2026.0.1-linux-amd64.deb
spyhunt-community
SHA256: 89bec587fd781a268edf23efcd54fc171e7b205afcda2df0a2a8670f78d08714
Linux
Other Linux Distros
Portable build for Arch, Fedora, openSUSE, Debian, and others.
Download AppImage
- Extract the archive.
- Make the AppImage executable.
- Run it directly.
tar -xzf SpyHunt-Community-2026.0.1-linux-x86_64.AppImage.tar.gz
chmod +x SpyHunt-Community-2026.0.1-linux-x86_64.AppImage
./SpyHunt-Community-2026.0.1-linux-x86_64.AppImage
SHA256: 42d48768dca334c34a38d14a66790c317e6708d7ba14de0fcdb97ccfc1bb675e
Verify Downloads
After downloading, compare the file hash with SHA256SUMS.
shasum -a 256 -c SHA256SUMS
Linux AppImage note: if you see libfuse.so.2, install libfuse2 or libfuse2t64, then run the AppImage again.