CLACOROO

Download CLACOROO

Free and open source. Choose your platform.

macOS

Download

Windows

Download

Linux

Download
Recommended on macOS

Install with Homebrew

If you use Homebrew, one command installs CLACOROO and handles the macOS security prompt for you — no download, no drag-and-drop, no “unidentified developer” block.

brew install --cask maxymize/clacoroo/clacoroo

Update later with brew update && brew upgrade --cask clacoroo. Prefer a manual download? The installers for every platform are below.

Trouble opening it? Quick fix

CLACOROO is signed with an Apple Developer certificate, so macOS just asks for confirmation the first time. Windows SmartScreen may still show a warning because the installer isn’t EV code-signed yet.

macOS

macOS shows a one-time dialog the first time you open a downloaded app. Just confirm and you’re in:

  1. Double-click CLACOROO in your Applications folder.
  2. macOS shows a one-time dialog asking to open an app downloaded from the internet - click Open.
Windows

Windows SmartScreen may warn the first time, because the installer isn’t EV code-signed yet.

  1. Run the installer. If you see "Windows protected your PC", click More info.
  2. Click Run anyway.

If your browser flags the download, choose Keep.

Linux

For the AppImage, make it executable and run it. The .deb and .rpm packages install with your package manager.

  1. Make the AppImage executable:
    chmod +x CLACOROO-*.AppImage
  2. Double-click it, or run ./CLACOROO-*.AppImage from a terminal.

Why does Windows warn?

Windows SmartScreen trusts apps with an EV (Extended Validation) code-signing certificate. CLACOROO is signed, but not with an EV cert yet. The warning goes away as the app builds a reputation with SmartScreen over time. The full source is public under AGPL-3.0-or-later, so you can review or build it yourself.