Download PromptTest Studio
Get the desktop visual IDE for autonomous Android QA. Runs 100% locally on your machine—your app data, credentials, and test flows never leave your private workstation.
Windows (64-bit)
Official NSIS standalone installer for Windows 10 and 11 workstations.
- Architecture: x86_64 (64-bit)
- Format: NSIS Setup (.exe)
- Download Size: ~30.3 MB
- Installation: Per-user (No admin required)
- Tools Included: Bundled Android ADB
Checking latest release details…
macOS
Native macOS application bundle for Apple Silicon and Intel Macs.
- Architecture: Universal (M1–M4 & Intel)
- Format: Disk Image (.dmg)
- Min. OS: macOS 12.0 (Monterey+)
- Installation: Drag to Applications
- Status: In Build Pipeline
Follow GitHub Releases for macOS builds
Linux (64-bit)
Universal packages for Ubuntu, Debian, Fedora, Arch, and derivatives.
- Architecture: x86_64 & AArch64
- Format: .AppImage & .deb
- Min. glibc: glibc 2.31+
- Installation: Standalone Portable
- Status: In Build Pipeline
Follow GitHub Releases for Linux builds
Windows SmartScreen: "Windows protected your PC"?
Because PromptTest Studio is an independent community software release without an expensive enterprise code-signing certificate, Microsoft Defender SmartScreen displays an unrecognized app notice on first launch. The application is 100% safe, verified, and local-first:
Device & Operating System Specifications
PromptTest Studio communicates directly over standard Android Debug Bridge (ADB) protocols.
| Target | Supported Versions | Connection Methods | Status |
|---|---|---|---|
| Windows PC | Windows 10 (1809+) or Windows 11 (64-bit) | Standalone Installer (.exe) | |
| Physical Android Devices | Android 7.0 (Nougat / API 24) to Android 15 | USB 3.0 Cable, Wi-Fi ADB (5GHz / 2.4GHz) | |
| Official Android Studio Emulators | Android Virtual Devices (AVD - all APIs) | Local loopback (`emulator-5554`) | |
| Third-Party Emulators | Genymotion, BlueStacks 5, LDPlayer | ADB over localhost port | |
| macOS & Linux | macOS 12+ / Ubuntu 20.04+, Fedora 36+ | DMG & AppImage / .deb |
🔒 Verify Installer Integrity (SHA-256)
We provide cryptographic SHA-256 integrity checksums for every published build so you can verify that the downloaded installer has not been altered or corrupted.
Official v0.1.0 Installer Checksum:
9a0ba1e61769aef10e53f2b1c61654897c1a8470c589eae2c7ebd76be35b2c17
Verify in Windows PowerShell:
Get-FileHash -Algorithm SHA256 "PromptTest Studio_0.1.0_x64-setup.exe"
Verify in Command Prompt (cmd.exe):
certutil -hashfile "PromptTest Studio_0.1.0_x64-setup.exe" SHA256
Download the raw SHA256SUMS.txt ↗ or inspect the release-manifest.json ↗ for automated build provenance.
Automate in CI/CD with PromptTest Mobile
Tests created in PromptTest Studio are saved as human-readable, plain-text spec files. You can run the exact same test suites headlessly in your GitHub Actions, GitLab CI, or Jenkins pipelines using our official npm package.
# Run headless tests in any CI/CD pipeline
npx prompttest-mobile run specs/login.txt com.yourcompany.app --heal --screenshots
Frequently Asked Questions
Do I need administrator permissions to install PromptTest Studio?
%LOCALAPPDATA% folder). It requires no administrative rights or UAC elevation, making it ideal for corporate or enterprise developer laptops.