Molly on your desktop.

The same Molly, in a native window: dock icon, its own window, and the option to let her act on that machine. Built on the system webview — 5 MB, not 120.

Download

Other Linux builds: AppImage (x86-64, runs anywhere) · .deb for arm64

The macOS build is signed with our Developer ID and notarized by Apple: open the disk image, drag Molly to Applications, done — no warnings, no terminal. The Windows build is not code-signed yet, so pick “More info → Run anyway” on first launch.

Let Molly act on this computer

Optional and off by default. Open the Molly panel, choose connect your computer, and run the one line it shows. The machine gets its own credential — revocable from the app at any moment — and Molly asks for confirmation before anything that writes, deletes or runs a command.

curl -fsSL https://cloud.iamolly.ai/install.sh | MOLLY_PAIR_CODE=XXXX-XXXX sh

Windows: $env:MOLLY_PAIR_CODE="XXXX-XXXX"; iwr -useb https://cloud.iamolly.ai/install.ps1 | iex