EveryDev.ai
Subscribe
Home
Tools

3,223+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Pier
    Pier icon

    Pier

    AI Coding Assistants
    Featured

    A terminal-native agentic coding CLI that reads your repository, plans across files, runs commands, and ships code — powered by multiple AI models at low cost.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Use Pier free by bringing your own Sarvam AI or OpenRouter API key. Requires a free Pier account.

    Pro: $5/mo
    Max: $20/mo

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsCommand Line AssistantsAutonomous Systems

    Alternatives

    Autohand CodeWarpClaude Code
    Developer
    Alphabench LLPThane, IndiaEst. 2025

    Listed Jul 2026

    About Pier

    Pier is a terminal coding agent built by Alphabench LLP, an India-based software company. It lives in your terminal, reads your entire repository, plans changes across files, runs shell commands, and ships code — all through a keyboard-first interactive REPL. The project is source-available on GitHub under the Business Source License 1.1, with a change date of 2030-07-09 when it converts to Apache 2.0.

    What It Is

    Pier is a CLI-based agentic coding tool written in TypeScript and compiled to a single self-contained binary using Bun. It sits in the category of autonomous coding agents — tools that don't just suggest code but plan, edit, run tests, and iterate across a full codebase session. Unlike IDE-embedded assistants, Pier runs entirely in the terminal and is designed for long autonomous sessions spanning many files and commands.

    How the Agent Loop Works

    Pier's architecture separates the model (the "engine") from the harness (everything else). The harness handles the tool loop, system prompts, permission gates, and the logic that feeds each step into the next. Key capabilities include:

    • Plan mode: Pier investigates and presents a plan before touching any file — read-only research first, then execution with user approval.
    • Subagents: Delegates scoped research and work to specialized sub-sessions, acting as an orchestrator rather than a single prompt loop.
    • Project memory: Reads CLAUDE.md and AGENTS.md files from the repo root and follows project conventions, build commands, and house rules.
    • Permission modes: default, plan, acceptEdits, auto, and bypassPermissions, cycled with Shift-Tab.
    • OS-level sandboxing: Bash runs inside a real OS sandbox (seatbelt on macOS, bubblewrap on Linux).
    • MCP support: Built-in MCP client supporting stdio and streamable-http transports.
    • Thread persistence: Every conversation is saved locally and resumable with pier resume, with optional cross-device sync.

    Model Access and the Pier Hybrid Router

    Pier supports a wide range of models including Sarvam 105B, DeepSeek-V4 Flash, DeepSeek-V4 Pro, GLM 5.2, Kimi K2.7, Qwen, Codestral, and more — each billed at the provider's API cost from the user's credits. The Pier Hybrid router classifies each request by type and complexity and routes it to the best-fit model automatically, keeping everyday work on cost-effective models and only reaching for heavier models when needed. Users can also bring their own Sarvam AI or OpenRouter API key and use Pier with a free account, bypassing the subscription entirely.

    Setup Path

    Pier installs with a single curl command on macOS and Linux, or can be built from source using Bun. The CLI speaks the OpenAI Responses API; a Go bridge translates to the underlying Chat Completions provider. Config lives in ~/.pier by default, and the production API endpoint is https://api.piercode.com/v1. Key commands include pier login for device pairing, pier exec "…" for headless task execution, and pier resume for continuing saved sessions.

    Update: v1.5.0

    The latest release is pier v1.5.0, published on 2026-07-14. The repository was created in July 2026 and has been actively updated, with the last push on 2026-07-17. The about page describes Pier as "a rapidly maturing" product that improves recursively — the team builds Pier with Pier itself, so each agent improvement compounds into the next release. A public changelog is maintained at piercode.com/changelog.

    Pier - 1

    Community Discussions

    Be the first to start a conversation about Pier

    Share your experience with Pier, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free (BYOK)

    Use Pier free by bringing your own Sarvam AI or OpenRouter API key. Requires a free Pier account.

    • All models accessible via your own API key
    • Free Pier account required
    • No subscription needed
    • Full CLI access

    Pro

    Everything you need to run Pier as your daily coding agent.

    $5
    per month
    • All models included, billed at API cost
    • Pier Hybrid router plus Sarvam, DeepSeek, GLM, Kimi, Qwen and more
    • Multi-repo & monorepo context
    • Review and verification loop on every change
    • Email support

    Max

    For full-time agent use. 4× the monthly credits of Pro.

    $20
    per month
    • Everything in Pro
    • 4× the monthly usage credits
    • Built for full-time, all-day agent use
    • Priority email support

    Usage Pack

    Add-on

    Out of monthly credits? Add more usage whenever you need it. Credits never expire.

    $5
    one time
    Part of pier
    • Stack as many packs as you need
    • Same per-token rates as Pro
    • Credits never expire
    • Buy mid-session, no interruption
    View official pricing

    Capabilities

    Key Features

    • Interactive terminal REPL with readline composer and vim keymap
    • Plan mode: read-only research before any file edits
    • Subagents for delegating scoped research and work
    • Project memory via CLAUDE.md and AGENTS.md files
    • Multi-repo and monorepo context support
    • OS-level sandboxing (seatbelt on macOS, bubblewrap on Linux)
    • MCP client (stdio + streamable-http)
    • Pier Hybrid router for automatic model selection
    • Bring Your Own Key (BYOK) support for Sarvam AI and OpenRouter
    • Permission modes: default, plan, acceptEdits, auto, bypassPermissions
    • Thread persistence with cross-device sync via pier resume
    • Headless task execution with pier exec
    • Custom instructions via CLAUDE.md, AGENTS.md, or config.json
    • Slash commands and custom command loading
    • Client-side context compaction and auto-compaction
    • Markdown rendering with syntax highlighting and structured diffs
    • WebSearch and WebFetch native tools
    • Skills and hard rules enforcement across all file edits

    Integrations

    Sarvam AI
    DeepSeek
    GLM
    Kimi
    Qwen
    Codestral
    OpenRouter
    Fireworks AI
    MCP (Model Context Protocol)
    Bun runtime
    Git
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Pier and help others make informed decisions.

    Developer

    Alphabench LLP

    Alphabench LLP builds Pier, a terminal-native agentic coding tool made in India for developers worldwide. The team focuses on the harness around large language models — the editing tools, system prompts, and agentic loop that make cheap models punch above their price. Pier is developed recursively: the team builds Pier with Pier, so every improvement compounds into the next release. The project is open-source on GitHub and actively maintained.

    Founded 2025
    Thane, India
    Read more about Alphabench LLP
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Autohand Code icon

    Autohand Code

    A fast, terminal-native AI coding agent for planning, editing, testing, and automating work across your codebase from the CLI.

    Warp icon

    Warp

    Warp is an agentic development environment featuring a modern terminal with built-in AI coding agents, collaborative Warp Drive, and the Oz cloud agent orchestration platform.

    Claude Code icon

    Claude Code

    Claude Code is an agentic coding tool by Anthropic that works in your terminal, understands your codebase, and helps you write, edit, debug, and ship code faster.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    656 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    188 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    340 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions