How to install earendil-works/pi. 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.
earendil-works/pi Installation Guide
How to install earendil-works/pi. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for earendil-works/pi. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i earendil-works/pior
Install via npx
npx @hexmos/ipm i earendil-works/piPrerequisites
Node.js
runtimenpm
package managergit
version controlManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from Release (Linux/macOS)
curl -Lo pi.tar.gz https://github.com/earendil-works/pi/releases/download/v0.75.5/pi-linux-x64.tar.gz
tar -xzf pi.tar.gz
sudo mv pi /usr/local/bin/
rm pi.tar.gzInstall from Release (macOS ARM64)
curl -Lo pi.tar.gz https://github.com/earendil-works/pi/releases/download/v0.75.5/pi-darwin-arm64.tar.gz
tar -xzf pi.tar.gz
sudo mv pi /usr/local/bin/
rm pi.tar.gzInstall from Release (Windows x64)
curl -Lo pi.zip https://github.com/earendil-works/pi/releases/download/v0.75.5/pi-windows-x64.zip
tar -xzf pi.zip
Move pi.exe to a directory in your PATH
Remove pi.zipInstall from Source
git clone https://github.com/earendil-works/pi.git
cd pi
npm install --ignore-scripts
npm run build