Skip to content

Conch v2.2.1 — Desktop App

Latest

Choose a tag to compare

@MageGojo MageGojo released this 24 Jun 12:24
· 1 commit to main since this release

Conch v2.2.1 — Desktop App

Patch release: adb is now bundled for zero-environment delivery. Conch ships adb inside the app, so device features (the ADB terminal, live monitoring's adb get-state, etc.) work on a clean machine without installing the Android SDK or adding adb to PATH — even when launched from Finder / the Start Menu, where the process only inherits a minimal PATH.

Desktop downloads (runtime + adb bundled — double-click to run)

Platform File How
Windows x64 (installer) Conch-windows-x64-setup.exe Run it; adds Start Menu + Desktop shortcuts. VC++ runtime + adb bundled.
Windows x64 (portable) Conch-windows-x64.zip Unzip, run Conch.exe.
macOS Conch-macos.zip Unzip, drag Conch.app into /Applications.

First launch: on macOS right-click Conch.appOpen (unsigned, Gatekeeper); on Windows if SmartScreen warns choose More info → Run anyway.

Fixed

  • 🐛 adb not found when Conch runs outside a dev shell (minimal PATH / no Android SDK), e.g. the monitoring panel reporting adb get-state failures. A resolver now prefers the bundled adb, then falls back to ANDROID_HOME / ANDROID_SDK_ROOT / PATH / common install locations. The macOS app embeds a universal (x86_64 + arm64) adb; the Windows build ships adb.exe + AdbWinApi.dll + AdbWinUsbApi.dll.