The short answer
Download the Clootee package, unzip it, and double-click Windows_Start.bat (or Mac_Start.command, or Linux_Start.sh). A wizard opens in your browser at localhost:8970 and installs everything that is missing, with a progress bar. You never type a command.
What the normal install asks of you
The documented path has four steps, and every one of them is a place where people give up:
- Install Node.js — and then discover that your PATH does not pick it up, or that a different Node version is already installed for another project.
- Run
npm install -g @anthropic-ai/claude-code— a global install, which on some machines needs elevated rights and on others quietly installs into a directory that is not on your PATH. - Install Git — on Windows this normally means an installer that wants administrator rights and writes to the registry.
- Open a terminal, run
claude, and sign in — and if you skip this, the tool answers nothing at all, with no error message (see why it says nothing).
None of those steps are hard for someone who lives in a terminal. That is exactly the problem: they assume you already do.
What Clootee does instead
Clootee is an open-source web workbench that performs all four steps from a web page, and keeps everything it downloads inside its own folder.
- Node — a portable copy is downloaded into Clootee's own directory. Your system Node, your PATH and your other projects are untouched.
- The engine — Claude Code (or Codex) is installed with one click and live progress, not a global npm install.
- Git — one click, and on Windows it is a portable install: no administrator rights, no registry writes.
- Sign-in — done in the browser: click the button, open the link, authorize, paste the code back. This works even if Clootee is running on a remote machine, because the link opens in your browser.
Step by step
- Unzip anywhere. One self-contained folder — a second drive or a USB stick is fine. Uninstalling later is deleting the folder.
- Double-click the launcher for your OS. It self-checks, repairs what is missing, checks the port is free, and prints the address it actually opened. On macOS and Linux run
chmod +xon the scripts once first. - Follow the wizard. Language and theme, then a network check, then engine, then provider, then sign-in or an API key. You choose the access password here; there is no default one.
Before you run it: one real warning
Clootee runs the agent with permission prompts bypassed, so long tasks can run unattended. The consequence is blunt: anyone who can open the web UI can run any command on that machine, as you. It listens on 127.0.0.1 only by default — keep it that way, never expose it to the public internet, and use an SSH tunnel or VPN if you need remote access.
What you get once it is running
The install is the part you notice first; the reason to keep it is the workflow around it — per-session task queues, every tool call visible with its full input and output, timings and token counts, and failures that report a reason instead of freezing. Those are covered in capabilities.
Requirements
Windows 10+, macOS 12+ or a current Linux distribution; a modern browser; roughly 500 MB of free disk space for the downloaded runtimes. No pre-installed Node, npm or Git — that is the whole point.
Try it on your own machine One zip, three platforms, Apache 2.0.
Download Clootee→