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

vastsa/PI-Desktop Installation Guide

How to install vastsa/PI-Desktop. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for vastsa/PI-Desktop. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i vastsa/PI-Desktop
or

Install via npx

npx @hexmos/ipm i vastsa/PI-Desktop

Prerequisites

Node.js

runtime

Version: >=22.19

pnpm

package_manager

Version: >=10

Rust

toolchain

Version: stable

glibc

library

Version: >=2.35

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

macOS

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/PI-Desktop-0.14.5-arm64-mac.zip -o PI-Desktop-0.14.5-arm64-mac.zip

unzip PI-Desktop-0.14.5-arm64-mac.zip

mv PI-Desktop.app /Applications/

open /Applications/PI-Desktop.app

macOS (Intel)

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/PI-Desktop-0.14.5-mac.zip -o PI-Desktop-0.14.5-mac.zip

unzip PI-Desktop-0.14.5-mac.zip

mv PI-Desktop.app /Applications/

open /Applications/PI-Desktop.app

Windows (Installer)

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/PI-Desktop-Setup-0.14.5.exe -o PI-Desktop-Setup-0.14.5.exe

Start-Process -FilePath "./PI-Desktop-Setup-0.14.5.exe" -ArgumentList "/SILENT" -Wait

Windows (Portable)

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/PI-Desktop-Setup-0.14.5.exe -o PI-Desktop-Setup-0.14.5.exe

./PI-Desktop-Setup-0.14.5.exe

Linux (AppImage)

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/PI-Desktop-0.14.5.AppImage -o PI-Desktop.AppImage

chmod +x PI-Desktop.AppImage

./PI-Desktop.AppImage

Linux (deb)

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/pi-desktop_0.14.5_amd64.deb -o pi-desktop_0.14.5_amd64.deb

sudo dpkg -i pi-desktop_0.14.5_amd64.deb

sudo apt-get install -f -y

Linux (rpm)

curl -L https://github.com/vastsa/PI-Desktop/releases/download/v0.14.5/PI-Desktop-0.14.5-1.x86_64.rpm -o PI-Desktop-0.14.5-1.x86_64.rpm

sudo rpm -ivh PI-Desktop-0.14.5-1.x86_64.rpm

Development - Run Locally

git clone https://github.com/vastsa/PI-Desktop.git

cd PI-Desktop

pnpm install

cargo build -p host-core

pnpm build:js

pnpm dev