How to install KnockOutEZ/wigolo. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
KnockOutEZ/wigolo Installation Guide
How to install KnockOutEZ/wigolo. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for KnockOutEZ/wigolo. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i KnockOutEZ/wigoloor
Install via npx
npx @hexmos/ipm i KnockOutEZ/wigoloPrerequisites
Node.js
runtimeVersion: >=20
npm
package managerVersion: >=20
Docker
containerizationVersion: >=20
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quickstart (npm)
npm install -g wigolo
npx wigolo init --agents=claude-code,cursor,codex,gemini-cli,vscode,windsurf,zed,antigravity
npx wigolo doctorDocker (MCP)
docker run -i --rm -v wigolo-data:/data ghcr.io/knockoutez/wigoloDocker (HTTP Server)
docker run -p 3333:3333 -v wigolo-data:/data -e WIGOLO_API_TOKEN=a-long-random-secret ghcr.io/knockoutez/wigolo serve --host 0.0.0.0Source (Manual)
git clone https://github.com/KnockOutEZ/wigolo.git
cd wigolo
npm install
npm run build
npm link
npx wigolo init --agents=claude-code,cursor,codex,gemini-cli,vscode,windsurf,zed,antigravity
npx wigolo doctor