{% extends "base.html" %} {% block title %}The Bundle{% endblock %} {% block styles %} {% endblock %} {% block content %}

Open-source runtime toolkit

Build, observe, and ship faster with The Bundle.

A single stack for transport, telemetry, tracing, and browser automation so you can ship reliable tooling with observability from day one.

  • Python 3.10–3.12 • macOS, Linux, Windows
  • Core primitives for logging, tracing, sockets, and process orchestration
  • Labs for BLE, YouTube, and Excalidraw powered by the same core

CLI

bundle website site start bundle

Launch the experience locally with a single command.

FastAPI modern web core
PyPI pip installable
Tracing-first telemetry everywhere

Get started in minutes

Install the Bundle

Install once and run anywhere with no extra build steps.

Step 1

Grab the package

Install the CLI, runtime, and labs from PyPI.

pip install thebundle

Step 2

Launch locally

Start the FastAPI-powered site and browse labs from the navbar.

bundle website site start bundle

Step 3

Explore the primitives

Inspect logging, telemetry, sockets, tracing, and browser utilities in one place.

bundle --help

Why Bundle

Essential building blocks for modern tooling.

Shared transports, observability, and process management for reliable experiments and services.

Observability built in

Tracing, logging, and metrics are unified across labs and services.

Transport aware

ZeroMQ and process orchestration keep distributed experiments simple.

Browser capable

Ship automation with Playwright-ready helpers and Excalidraw tooling.

Labs are one click away

Jump into a lab when you need it.

Labs are always available from the global navigation.

{% if pages %}
{% for page in pages %}

Lab

{{ page.name }}

{{ page.description }}

Open lab
{% endfor %}
{% endif %}
{% endblock %}