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: aed8b1282fde2699767484af0d3e32d12647cba0a0f1de7d094d5a89c813c152
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: bc53dffecb204bc5d7e8b9eb859d5e552b19644dd6b331ed5669262b403ec73e
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: 948ff5d1f797f5adcaa496ad07746128c28b44be8d337009fe2e36009112c05d
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.