Build the installer from source, or install the pre-built package.
If you have a HippopotamooseSetup.exe installer file, installation is straightforward:
Double-click HippopotamooseSetup.exe. Accept the default path (C:\Program Files\Hippopotamoose). Keep both dependency checkboxes ticked.
Node.js installs silently. WebCopy installs. Claude CLI, Wrangler, and Playwright Chromium are extracted and configured by the post-install script. This takes 2–4 minutes.
Tick "Launch Hippopotamoose" on the final screen, or open it from the Start Menu under Hippopotamoose.
Open ⚙ Settings and enter your Cloudflare and Google Places credentials. See the API Keys Reference for details.
To build a new HippopotamooseSetup.exe from the source code, you need:
pip install pyinstallerC:\Program Files (x86)\Inno Setup 6\ISCC.exeE:\All In One App\The stage-bundle.ps1 script downloads all runtime dependencies and packs them into Native/bundle/. This only needs to run once, or when you want to update dependencies.
cd "E:\All In One App\Native"
.\stage-bundle.ps1
This downloads: Node.js LTS MSI, Cyotek WebCopy EXE, Claude Code CLI (npm pack), Wrangler (npm pack), and Playwright Chromium.
If the bundle/ directory already contains all dependencies, you can skip this step when rebuilding by adding -SkipBundle.
cd "E:\All In One App\Native"
.\build.ps1 -SkipBundle
The build script:
Native/frozen/Hippopotamoose/Native/output/HippopotamooseSetup.exe| Parameter | Effect |
|---|---|
-SkipBundle | Skip downloading dependencies. Use when bundle/ already exists. |
-SkipFreeze | Skip PyInstaller freeze. Use when only the installer packaging changed. |
-Clean | Delete frozen/ and output/ before building for a clean rebuild. |
The Inno Setup installer (installer.iss) performs these actions:
{autopf}\Hippopotamoose\{autopf}\Hippopotamoose\ms-playwright\post-install.ps1 to install Claude Code CLI and Wrangler from their bundled tarballs using npmOpen Settings → Apps & Features in Windows, find "Hippopotamoose", and click Uninstall. This removes the application files. Your data directories (downloaded_sites/, edited_sites/, etc.) are NOT removed — they remain at the installation path. Delete them manually if you want a complete removal.
Before uninstalling to move to a new machine, export your API keys and data from Settings. See the Export & Import guide.