Official Native Desktop Clients · release assets
Download JUKA Verify for Linux, Windows & macOS
Use the JUKA Verify desktop client to access your verification workspace from a supported operating system.
Kali & Debian Tested
Linux (Kali & Debian)
Optimized for Kali Linux, Ubuntu, Debian, Arch & Fedora.
64-bit Debian Package (.deb)
Universal Portable AppImage
CLI tool & Headless integration
Kali / Linux Quick One-Liner
npx juka-verify install
Windows 10 / 11
Native 64-bit installer for Windows Desktop & Server.
Windows Installer (.exe)
Portable Standalone (.zip)
System tray OTP delivery notifications
Windows Defender Note:
Click "More info" → "Run anyway" if prompted during initial setup.
macOS & Web App
Install the web app on Apple devices, phones, tablets, or any supported browser.
1-click Progressive Web App install
Progressive Web App (iOS, Android, Chrome)
Web authentication follows the portal security policy
1-Click PWA Installation:
Kali Linux / Debian Step-by-Step Installation
Method 1: Debian Package (.deb)
- Download the
.debpackage using wget or browser. - Open your Kali terminal in your Downloads directory:
# Install the package with dpkg:
sudo dpkg -i juka-verify_1.0.0_amd64.deb
# If dependencies are missing, run:
sudo apt-get install -f
Method 2: Standalone AppImage
- Download
juka-verify-1.0.0.AppImage. - Grant execution permissions and launch:
# Make executable:
chmod +x juka-verify-1.0.0.AppImage
# Run on Kali (with sandbox or --no-sandbox):
./juka-verify-1.0.0.AppImage --no-sandbox
