One package for Windows, macOS and Linux. 1.61 MB zipped — the runtimes are fetched on demand, into the same folder. Apache 2.0.
⬇ Download clootee-2.1.1.zip · 1.61 MB
Version in the package: v2.1.1 — the same number the app shows in its sidebar once it is running, so you can always tell whether what you have is what you downloaded. Permanent link to this exact build: clootee-2.1.1.zip. A rolling clootee-latest.zip always points at the newest release. Prefer git? git clone https://github.com/clootee/clootee.
Verify the download before you run it:
# Windows (PowerShell)
Get-FileHash .\clootee-2.1.1.zip -Algorithm SHA256
# macOS / Linux
shasum -a 256 clootee-2.1.1.zipExpected SHA-256: ae2e16b4dd0bdda3afa3620cf1b8af59b43bb74d3febc0bb185b26cd202ee62a
Double-click entries for all three platforms are in the package — no command line at any point.
Start: double-click Windows_Start.bat · Stop: Windows_Stop.bat. No admin rights, no registry changes.
Start: double-click Mac_Start.command · Stop: Mac_Stop.command. Run chmod +x Mac_*.command once first.
Start: ./Linux_Start.sh · Stop: ./Linux_Stop.sh. Run chmod +x Linux_*.sh once first.
The launcher self-checks everything and fixes what is missing, then opens http://localhost:8970 and prints the address it actually used. The wizard then walks five short steps:
You set the access password in this flow. There is no default password.
Clootee runs the agent with permission prompts bypassed so that tasks can run unattended. That means:
Anyone who can open this web UI can run any command on your machine, as you.
127.0.0.1 only by default — keep it that way, and never expose it to the public internet. For remote access, use an SSH tunnel or a VPN.data/ folder — never committed, never uploaded.Found a security issue? Please open an issue without publishing exploitable details.
Orchestration and implementation live in separate files, so the whole flow reads top to bottom in one pass.
Open the repository