Download

Aidle for desktop.

v1.29.0 Released 18 Sep 2026

macOS

one-command install

Install from Terminal

.dmg for Apple silicon (125 MB) · Intel (131 MB)

The .dmg needs one extra command after downloading — macOS reports any app that is not signed with an Apple Developer ID as “damaged”. The Terminal install avoids it entirely.

Windows

.exe installer (64-bit)

Download · 98 MB

Windows 10 & 11

Run the installer and Aidle sets itself up — no terminal needed. If Windows asks you to confirm it first, choose More infoRun anyway.

Ubuntu

.deb package

Download · 85 MB

AppImage (134 MB)

Installing with apt from the terminal pulls in any missing dependencies for you.

Install on macOS from the terminal

The recommended way until Aidle is notarised: this avoids the “damaged” message entirely, because macOS only quarantines files downloaded by a browser.

# download, mount, copy to Applications, unmount curl -L -o ~/Downloads/Aidle.dmg https://www.aidle.pro/download/mac-arm MP=$(hdiutil attach -nobrowse -quiet ~/Downloads/Aidle.dmg | grep -o '/Volumes/.*' | tail -1) cp -R "$MP/Aidle.app" /Applications/ && hdiutil detach -quiet "$MP"

Already downloaded it in a browser and hit “damaged”? Run xattr -dr com.apple.quarantine /Applications/Aidle.app once — the app is fine, macOS just cannot verify an app that is not signed with an Apple Developer ID.

Install on Ubuntu from the terminal

Downloads the current release and installs it with apt, pulling in any dependencies.

# download and install Aidle curl -L -o aidle.deb https://www.aidle.pro/download/deb \ && sudo apt install -y ./aidle.deb

Prefer no install? Grab the AppImage, chmod +x it, and run it in place.

Every download is the latest published build.

.NETLaravelSymfonyDjangoRailsNestJSNext.jsNuxtSvelteKitExpressGoRustFlutterSwiftElixirMavenGradle31 stacks detected in all

Powered by Claude. Aidle runs through your logged-in Claude Code CLI — your existing sign-in, your model choice, nothing new to configure.