Quash / downloads

Client downloads

Official installers for connecting your devices to the Quash device cloud. Every file is served over HTTPS with a published SHA-256 checksum.

Quash iOS Bridge macOS

version · released · manifest

Runs on the Mac that hosts your iPhones and Simulators, and bridges them to the Quash cloud. Signed and notarized with an Apple Developer ID.

Quash Portal Android

version · released · manifest

Installs on the Android device you want to connect. Requires Android 8.0 or newer. Enable “install from unknown sources” for your browser, then open the APK.

This APK is built for platform.quashbugs.com only. Portal builds pin their cloud at build time. If your team uses a dedicated Quash instance, this APK will point your device at the wrong cloud — install the build provided by your Quash contact instead.

Which one do I need?

Connecting an Android device → install the Portal APK on the device itself. Connecting an iPhone or iOS Simulator → install the iOS Bridge on the Mac the device is plugged into.

Verify a download

Compare against the checksum shown above (also published as a .sha256 file next to every artifact, and in each channel’s manifest.json):

shasum -a 256 <downloaded-file>      # macOS / Linux
certutil -hashfile <downloaded-file> SHA256   # Windows