How to install can1357/oh-my-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.
can1357/oh-my-pi Installation Guide
How to install can1357/oh-my-pi. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for can1357/oh-my-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 can1357/oh-my-pior
Install via npx
npx @hexmos/ipm i can1357/oh-my-piPrerequisites
Bun
runtimeVersion: >= 1.3.14
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS/Linux (curl)
curl -fsSL https://omp.sh/install | shBun (Recommended)
bun install -g @oh-my-pi/pi-coding-agentWindows (PowerShell)
irm https://omp.sh/install.ps1 | iexPinned versions (mise)
mise use -g github:can1357/oh-my-piManual Installation (macOS/Linux)
git clone https://github.com/can1357/oh-my-pi.git
cd oh-my-pi
cd packages/coding-agent
bun install
bun run build
bun linkManual Installation (Windows)
git clone https://github.com/can1357/oh-my-pi.git
cd oh-my-pi
cd packages/coding-agent
bun install
bun run build
bun link