logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/wigolo
or

Install via npx

npx @hexmos/ipm i KnockOutEZ/wigolo

Prerequisites

Node.js

runtime

Version: >=20

npm

package manager

Version: >=20

Docker

containerization

Version: >=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 doctor

Docker (MCP)

docker run -i --rm -v wigolo-data:/data ghcr.io/knockoutez/wigolo

Docker (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.0

Source (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