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-Desktopor
Install via npx
npx @hexmos/ipm i vastsa/PI-DesktopPrerequisites
Node.js
runtimeVersion: >=22.19
pnpm
package_managerVersion: >=10
Rust
toolchainVersion: stable
glibc
libraryVersion: >=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.appmacOS (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.appWindows (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" -WaitWindows (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.exeLinux (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.AppImageLinux (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 -yLinux (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.rpmDevelopment - 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