AI-powered command-line interface for your ERP data. Ask in English, get streamed answers.
This repo hosts the signed release binaries and the download landing page for the erpai CLI. For usage and the source home, see erphq/erpai-cli.
curl -fsSL https://install.erpai.dev/install.sh | shThe installer platform-detects your OS/arch and pulls the latest signed binary from GitHub Releases onto your PATH. For a specific version or a different install dir:
curl -fsSL https://install.erpai.dev/install.sh | VERSION=v0.1.12 INSTALL_DIR="$HOME/.local/bin" sh- Install the CLI — run the command above.
- Log in —
erpai login. - Start chatting —
erpai chat.
Binaries for macOS (arm64 / x64), Linux (x64), and Windows (x64) are attached to each release, alongside a sha256.txt checksum file.
This repo also contains the Next.js landing page (deployed to install.erpai.dev via Vercel). The installer is served from public/install.sh.
npm install
npm run dev- macOS (Apple Silicon or Intel)
- Linux (x64)
- Windows (x64)
- An ERP•AI account