EveryDev.ai
Subscribe
Home
Tools

3,611+ 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. Pi Extensions for the Pi Coding Agent
    Pi Extensions for the Pi Coding Agent icon

    Pi Extensions for the Pi Coding Agent

    AI Coding Assistants

    A TypeScript monorepo of independently installable extensions for the Pi Coding Agent, covering coding, browser automation, research, Git workflows, observability, and more.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. All packages are freely installable from npm.

    Engagement

    Available On

    CLI
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsBrowser AutomationAgent Frameworks

    Alternatives

    Claw Code Agentagent-talkPlannotator
    Developer
    narumirunanarumiruna is an independent developer building open-source…

    Listed Aug 2026

    About Pi Extensions for the Pi Coding Agent

    Pi Extensions is an open-source TypeScript monorepo maintained by narumiruna that provides independently installable extensions and reusable libraries for the Pi Coding Agent. Every package is published separately under the @narumitw npm scope, so users install only what they need. The project is licensed under MIT and hosted on GitHub, where it has accumulated 370 stars and 65 forks as of mid-2026.

    What It Is

    Pi Extensions is a collection of plug-in packages that extend the capabilities of the Pi Coding Agent — a terminal-based AI coding assistant. Rather than shipping a monolithic feature set, the project organizes extensions into focused, composable units across five functional areas: coding and delegation, browser and research, task and workspace workflows, accounts and data, and status and observability. Each extension is a standalone npm package that can be installed permanently with pi install or tried temporarily with pi -e.

    Extension Categories and Highlights

    The repository groups its stable extensions into well-defined categories:

    • Coding and delegation: pi-lsp brings language-server diagnostics and code actions for JavaScript, TypeScript, Python, Rust, Go, Ruby, C/C++, JVM, .NET, Swift, shell, and infrastructure formats. pi-subagents enables delegating isolated work in single, parallel, or chained execution modes. pi-plan-mode adds a read-only /plan collaboration step before implementation begins.
    • Browser and research: pi-chrome-devtools connects to Chrome via the DevTools Protocol to inspect tabs, navigate pages, evaluate JavaScript, and capture screenshots. pi-firecrawl integrates Firecrawl for page scraping, site crawling, URL discovery, and web search.
    • Task and workspace workflows: pi-goal keeps the agent working until a goal is verified complete, with an optional ordered queue. pi-worktree manages Git worktrees while carrying the Pi session into another workspace. pi-caffeinate prevents system sleep during long-running prompts.
    • Accounts and data: pi-accounts switches named OpenAI Codex, Anthropic, and GitHub Copilot OAuth accounts. pi-sync syncs Pi settings and optional sessions through Cloudflare R2 or S3-compatible storage.
    • Status and observability: pi-statusline shows model, tools, Git state, context usage, tokens, cost, and time in a configurable footer. pi-langfuse sends agent runs, token usage, costs, and tool activity to Langfuse. pi-github-pr surfaces pull request checks, reviews, and comment counts via the gh CLI.

    Architecture and Development Model

    The repository is a TypeScript monorepo using npm workspaces. Each active package contains its own package.json, README.md, LICENSE, tsconfig.json, and TypeScript source under src/. Stable extensions expose a thin src/index.ts Pi entrypoint; reusable libraries publish built ESM and type declarations from dist/. The pi-tui-kit library provides reusable navigation helpers and declarative UI flows for extension authors. Versioning is managed through Changesets, with packages versioned independently and published with npm provenance. The release workflow creates package-specific tags and GitHub releases such as @narumitw/pi-goal@0.50.0.

    Experimental Extensions

    Several extensions are published and installable but carry an explicit experimental lifecycle warning, meaning their interaction models and APIs may change between releases. These include pi-analytics for private local metrics, pi-chat for ephemeral peer-to-peer chat rooms, pi-file-context for attaching file snapshots with Git provenance to prompts, pi-fleet for managing multiple Pi processes in Ghostty splits, pi-recall for saving and quoting messages across sessions, and pi-workflow for an integrated Plan-to-Goal handoff combining pi-plan-mode and pi-goal.

    Update: @narumitw/pi-workflow@0.4.0

    The latest release as of August 19, 2026 is @narumitw/pi-workflow@0.4.0, reflecting active development across the monorepo. The repository was last pushed on August 19, 2026, and the project shows consistent release cadence with independent package versioning. Several earlier packages — including pi-biome-lsp, pi-python-lsp, pi-codex-accounts, pi-codex-usage, and pi-retry — have been deprecated and replaced by more capable successors, signaling ongoing architectural refinement.

    Pi Extensions for the Pi Coding Agent - 1

    Community Discussions

    Be the first to start a conversation about Pi Extensions for the Pi Coding Agent

    Share your experience with Pi Extensions for the Pi Coding Agent, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. All packages are freely installable from npm.

    • All stable extensions freely installable via npm
    • All experimental extensions freely installable via npm
    • MIT license — use, modify, and distribute freely
    • Full source code available on GitHub

    Capabilities

    Key Features

    • Independently installable npm packages under @narumitw scope
    • Language-server diagnostics via pi-lsp for JS, TS, Python, Rust, Go, Ruby, C/C++, JVM, .NET, Swift, shell
    • Browser automation via Chrome DevTools Protocol with pi-chrome-devtools
    • Web scraping and crawling via Firecrawl integration
    • Sub-agent delegation in single, parallel, or chained modes
    • Goal-driven agent execution with pi-goal
    • Git worktree management with pi-worktree
    • Multi-account switching for OpenAI Codex, Anthropic, and GitHub Copilot
    • Settings sync via Cloudflare R2 or S3-compatible storage
    • Observability integration with Langfuse
    • Configurable status footer with model, Git, token, cost, and time info
    • GitHub PR checks and review status via gh CLI
    • Read-only plan mode before implementation
    • OpenAI Codex Remote Compaction V2 checkpoint support
    • Experimental peer-to-peer chat rooms
    • File context attachment with Git provenance
    • Private local analytics for model calls and tool activity
    • Starship-style TOML footer with Pi-specific modules
    • Reusable pi-tui-kit library for extension authors
    • Independent package versioning via Changesets

    Integrations

    Pi Coding Agent
    OpenAI Codex
    Anthropic Claude
    GitHub Copilot
    Langfuse
    Firecrawl
    Chrome DevTools Protocol
    Cloudflare R2
    S3-compatible storage
    GitHub CLI (gh)
    Starship
    Vitest
    npm workspaces
    OpenRouter
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Pi Extensions for the Pi Coding Agent and help others make informed decisions.

    Developer

    narumiruna

    narumiruna is an independent developer building open-source extensions for the Pi Coding Agent. The pi-extensions monorepo delivers composable, independently installable TypeScript packages covering coding tooling, browser automation, observability, and workflow management. Packages are published under the `@narumitw` npm scope with MIT licensing and npm provenance.

    Read more about narumiruna
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Claw Code Agent icon

    Claw Code Agent

    A Python reimplementation of the Claude Code agent architecture that runs with local open-source models via any OpenAI-compatible API, with zero external dependencies.

    agent-talk icon

    agent-talk

    A plugin for coding agents that enables them to message each other directly across sessions, machines, and teams using end-to-end encrypted relay communication.

    Plannotator icon

    Plannotator

    Interactive visual plan and code review tool for AI coding agents, with inline annotations, team sharing, and seamless integration with Claude Code, Copilot CLI, Gemini CLI, and more.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    768 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    126 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

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