Pier is an agentic coding tool that lives in your terminal. It understands your repository, edits across files, and ships — all through natural language. AI for all, from Bharat.
Learn more at www.piercode.com.
-
Install Pier.
macOS and Linux:
curl -fsSL https://dl.piercode.com/stable/install.sh | shThe script detects your OS and architecture (macOS on Apple Silicon or Intel; Linux on x86_64 or arm64), installs the
pierbinary to~/.pier/bin, and adds it to yourPATH. To pin a specific version:curl -fsSL https://dl.piercode.com/stable/install.sh | sh -s -- --release 0.1.11Windows (PowerShell — the shell script can't run natively on Windows):
irm https://dl.piercode.com/install.ps1 | iex
See docs/install.md for platform support, environment variables, and uninstall steps.
-
Sign in:
pier login
-
Navigate to your project directory and run
pier.
- Getting started — your first session
- Install — platforms, options, uninstall
- Configuration — models, approvals, sandbox
- Slash commands — in-session commands
- Languages — prompting in Indian languages
- Pricing — Pro & Max plans and usage packs
- FAQ — common questions
Pier runs on sovereign Indian models, trained and hosted in Bharat. Pro is $5/month — the full agent, multi-repo context, Indian-language prompting, and a monthly pool of usage credits. Need more headroom? Max is $20/month with a much larger credit pool. Out of credits on either plan? Add a $5 usage pack any time; packs stack and credits never expire. See docs/pricing.md.
We welcome your feedback. File a GitHub issue or email hello@piercode.com.
Pier runs locally as a single binary. In local-only mode your code never leaves your machine; cloud model calls are opt-in and clearly indicated before they run. We do not retain your source code on our servers, and prompts are never used to train models. See the security and privacy pages for full details.
© Alphabench. All rights reserved. See LICENSE.md.
