Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install agegr/pi-web. 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.

agegr/pi-web Installation Guide

How to install agegr/pi-web. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for agegr/pi-web. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i agegr/pi-web
or

Install via npx

npx @hexmos/ipm i agegr/pi-web

Prerequisites

Node.js

runtime

npm

package-manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Run without installing (npx)

npx @agegr/pi-web@latest

Install globally (npm)

npm install -g @agegr/pi-web

pi-web

Development Installation

git clone https://github.com/agegr/pi-web.git

cd pi-web

npm install

npm run dev

HTTP Proxy Setup (macOS/Linux)

HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 NO_PROXY=localhost,127.0.0.1 npx @agegr/pi-web@latest

HTTP Proxy Setup (Windows PowerShell)

$env:HTTP_PROXY = "http://127.0.0.1:7890"

$env:HTTPS_PROXY = "http://127.0.0.1:7890"

$env:NO_PROXY = "localhost,127.0.0.1"

npx @agegr/pi-web@latest

Post Installation Steps

  • Open http://localhost:30141 in your browser.
  • The CLI will attempt to open the browser automatically.