AndroidTool is a free, open-source Mac utility that lets developers record device screens and sideload application packages onto both Android and iOS devices directly from the desktop, without touching the command line.
What is AndroidTool?
AndroidTool is a native macOS app that wraps the otherwise cryptic adb and related mobile toolchains into a simple drag-and-drop interface. Connect your phone over USB, and within seconds you can mirror the screen to a QuickTime-style recording, push an APK straight onto an Android device, or install an IPA on a connected iPhone — all without opening Terminal once.
The project lives on GitHub under Morten Just's account and has accumulated a devoted following among indie developers and QA testers who want the power of adb without the ceremony. It is genuinely free with no paywalled features hiding behind a trial banner.
What does AndroidTool do best?
The standout capability is one-click screen recording: plug in a phone, hit record, and a crisp video file lands on your Desktop — no fussing with adb screenrecord flags, no pulling the file over adb pull afterward. The workflow collapses what used to be a four-step Terminal dance into a single button press.
Sideloading is equally frictionless. Drag an APK onto the AndroidTool window and it installs immediately on the connected device. For teams doing rapid build-and-test cycles — especially those distributing pre-release builds to internal testers who are not on TestFlight or the Play Store beta track — this alone saves several minutes per cycle.
- Screen recording: captures directly from Android and iOS hardware; no third-party mirror app needed on the device
- APK sideloading: drag-and-drop install without an Android Studio dependency
- Device detection: auto-discovers connected devices and shows them in a clean sidebar
- Zero Terminal dependency: adb is bundled; you do not need to install the Android SDK platform-tools separately
Is AndroidTool free?
Yes — AndroidTool is completely free to download and use, with the full source code available on GitHub under an open-source licence. There is no pro tier, no subscription, and no feature gating. The Homebrew Cask install (brew install --cask androidtool) is the fastest path to getting it running.
Who should use AndroidTool?
AndroidTool is the right tool for any Mac-based mobile developer who finds themselves regularly recording device footage or distributing pre-release builds. It shines brightest for indie developers and small studios who don't want to keep Android Studio open just to run one adb command, and for QA engineers who need to hand testers an APK without setting up a full MDM or Play Console beta track.
It is also quietly excellent for content creators and designers who record device walkthroughs for presentations or Dribbble shots — the video quality from a direct USB capture beats any screen-mirror workaround. If you work exclusively with iOS and already have Xcode's device recording built into the workflow, the incremental value is lower, but AndroidTool's iOS recording support makes it a credible single-tool choice even then.
Where it is not the right fit: teams who need scheduled automated recordings, scripted device farms, or deep adb shell access. For those use-cases, look at Scrcpy (open-source, highly scriptable) or Vysor (paid, browser-based mirror). AndroidTool is optimised for the human in the loop, not CI pipelines.
How does AndroidTool compare to Scrcpy and Vysor?
Scrcpy is the power-user alternative: it streams a live mirror to your desktop at very low latency, accepts keyboard and mouse input, and exposes every adb flag you could want. The cost is a Terminal-first setup and a steeper learning curve. AndroidTool sacrifices configurability for instant usability — most developers reach for it precisely because Scrcpy's flexibility is overkill for a quick recording session.
Vysor is the polished commercial option with a Chrome/web interface, subscription pricing, and cross-platform support. AndroidTool beats it on price (free), on native macOS feel, and on the sideloading workflow, while Vysor wins on live interaction and team sharing features. For a solo developer or a small studio that just needs recordings and installs, AndroidTool is the better default.
What are the best AndroidTool alternatives?
The honest shortlist depends on what you're optimising for. Scrcpy if you want a live mirror and full control. Vysor if you need cross-platform team sharing and don't mind a subscription. Android Studio's built-in device manager if you're already living in the IDE. And Apple's own Xcode device recording for pure iOS workflows. AndroidTool's niche is the gap between "too powerful" and "already open" — it's the utility you reach for when none of those other tools are already running.