PyBun

VOID-TECHNOLOGY-INC/PyBun
★ 1 stars Rust 💻 Code/Dev Tools Updated today
PyBun is a Rust-built, single-binary toolchain for Python. It delivers fast installs, lazy-import runtime, hot reload, a built-in test runner, builder, and MCP server with JSON-first output for AI agents. Targets 10x faster startup, reproducible lock installs, sandboxed execution, and shared caching. macOS/Linux first, Windows follows.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pybun": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "PyBun"
      ]
    }
  }
}

README Excerpt

<p align="center"> <strong>🐍 The Agent-First Python Runtime 🤖</strong> </p> <p align="center"> <em>pip + venv + test runner + MCP server — all in one Rust binary.<br> Built for AI agents (JSON-first) and humans alike.</em> </p> <p align="center"> <a href="#video-demo">Video Demo</a> • <a href="#quick-start">Quick Start</a> •

Tools (8)

PYBUN_ENVPYBUN_LOGPYBUN_PROFILEPYBUN_PYTHONPYBUN_TRACEbenchmarkdevprod