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.app → Open (unsigned, Gatekeeper); on Windows if SmartScreen warns choose More info → Run anyway.
Fixed
- 🐛
adbnot found when Conch runs outside a dev shell (minimal PATH / no Android SDK), e.g. the monitoring panel reportingadb get-statefailures. A resolver now prefers the bundledadb, then falls back toANDROID_HOME/ANDROID_SDK_ROOT/PATH/ common install locations. The macOS app embeds a universal (x86_64 + arm64) adb; the Windows build shipsadb.exe+AdbWinApi.dll+AdbWinUsbApi.dll.