bladebro

Stealthy and efficient agentic browser driver for AI agents. Few tools, full control, real stealth, max token efficiency.

Packages

Package details

extension

Install bladebro from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:bladebro
Package
bladebro
Version
3.0.26
Published
Aug 8, 2026
Downloads
2,523/mo · 2,523/wk
Author
dondai1234
License
Apache-2.0
Types
extension
Size
31.1 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./pi-extension.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Bladebro

Stealthy and efficient agentic browser driver for AI agents. Few tools, full control, real stealth, max token efficiency.

Install

npm install -g bladebro

Or use without installing:

npx bladebro mcp

Usage

Bladebro speaks MCP (Model Context Protocol) over stdio. Point your AI agent at it:

{
  "mcpServers": {
    "bladebro": {
      "command": "bladebro",
      "args": ["mcp"]
    }
  }
}

Five tools: act, see, state, run, vision. Full docs at github.com/dondai44423/bladebro.

Requirements

  • Node.js >= 14
  • Chrome/Chromium installed (Bladebro finds it automatically)

Platforms

Prebuilt binaries available for:

  • Linux x86_64 (linux-x64)
  • macOS Apple Silicon (darwin-arm64) — coming soon
  • macOS Intel (darwin-x64) — coming soon
  • Windows x86_64 (win32-x64) — coming soon

Other platforms: build from source.

License

Apache-2.0