Skip to content
@boxlite-ai

BoxLite

The AI agent infrastructure company. Building the backbone for the next billion users.

BoxLite

The SQLite of sandboxing — embeddable, stateful micro-VMs with snapshots and hardware isolation.

Embeddable, stateful micro-VMs with hardware isolation and snapshots. Boot in milliseconds. Just import and run.


Architecture

  ┌───────────────────────────────────────────────┐
  │                                               │
  │                    BoxRun                     │
  │        Sandbox Management Platform            │
  │  · · · · · · · · · · · · · · · · · · · · · ·  │
  │      REST API Server                          │
  │      CLI & Web Dashboard                      │
  │      Python & Rust SDK                        │
  │                                               │
  └───────────────────────┬───────────────────────┘
                          │
                     powered by
                          │
  ┌───────────────────────▼───────────────────────┐
  │                                               │
  │                    BoxLite                    │
  │        Embedded micro-VM Sandbox Library      │
  │  · · · · · · · · · · · · · · · · · · · · · ·  │
  │      ┌──────┐   ┌──────┐   ┌──────┐           │
  │      │  VM  │   │  VM  │   │  VM  │   ...     │
  │      └──────┘   └──────┘   └──────┘           │
  │      KVM / HVF  ·  OCI Images  ·  Async I/O   │
  │                                               │
  └───────────────────────────────────────────────┘

Repositories

  • BoxLite — Embeddable, stateful micro-VM sandbox with snapshots and hardware isolation. SDKs for Rust, Python, Node.js, and C (Go coming soon).
  • BoxRun — Sandbox management platform. REST API, CLI, web dashboard, single-binary deployment. Powered by BoxLite.

Quick Start

BoxLite — embed in your app:

pip install boxlite
import asyncio
import boxlite

async def main():
    async with boxlite.SimpleBox(image="python:slim") as box:
        result = await box.exec("python", "-c", "print('Hello from BoxLite!')")
        print(result.stdout)

asyncio.run(main())

BoxRun — platform:

boxrun shell ubuntu

Highlights

  • Embeddable — a single importable library — no cloud accounts, no daemons, no root. Just import and run
  • Stateful — environments persist across sessions. Install packages, configure once — come back later and everything is still there
  • Snapshots — checkpoint before risky operations, rollback instantly. Fork environments for parallel exploration
  • Hardware isolation — each sandbox runs in its own micro-VM with a dedicated Linux kernel (KVM / Hypervisor.framework)
  • Sub-50ms boot — micro-VMs start in milliseconds, not minutes

Where to Find Us

X (Twitter) Discord

Pinned Loading

  1. boxlite boxlite Public

    Sandboxes for every agent. Embeddable, stateful, snapshots, and hardware isolation.

    Rust 1.2k 71

  2. boxrun boxrun Public

    Ultra-lightweight sandbox platform for AI agents. Powered by BoxLite.

    Rust 8

  3. boxlite-mcp boxlite-mcp Public

    Powered by BoxLite - embeddable sandbox with hardware-level isolation and no daemon. The SQLite of sandbox, coming soon as open source.

    Python 37 4

Repositories

Showing 10 of 13 repositories
  • boxlite Public

    Sandboxes for every agent. Embeddable, stateful, snapshots, and hardware isolation.

    boxlite-ai/boxlite’s past year of commit activity
    Rust 1,164 Apache-2.0 71 18 5 Updated Feb 18, 2026
  • .github Public
    boxlite-ai/.github’s past year of commit activity
    0 0 0 0 Updated Feb 17, 2026
  • documentation Public

    The official BoxLite documentation repository.

    boxlite-ai/documentation’s past year of commit activity
    MDX 0 MIT 0 0 0 Updated Feb 16, 2026
  • claudebox Public

    Run Claude Code CLI in isolated micro-VMs

    boxlite-ai/claudebox’s past year of commit activity
    Python 25 MIT 8 1 0 Updated Feb 14, 2026
  • boxrun Public

    Ultra-lightweight sandbox platform for AI agents. Powered by BoxLite.

    boxlite-ai/boxrun’s past year of commit activity
    Rust 8 Apache-2.0 0 1 0 Updated Feb 13, 2026
  • boxlite-rust-example Public

    Example Rust project using boxlite from crates.io

    boxlite-ai/boxlite-rust-example’s past year of commit activity
    Rust 0 0 0 0 Updated Feb 13, 2026
  • homebrew-tap Public

    Homebrew tap for BoxRun

    boxlite-ai/homebrew-tap’s past year of commit activity
    Ruby 0 0 0 0 Updated Feb 11, 2026
  • boxlite-mcp Public

    Powered by BoxLite - embeddable sandbox with hardware-level isolation and no daemon. The SQLite of sandbox, coming soon as open source.

    boxlite-ai/boxlite-mcp’s past year of commit activity
    Python 37 Apache-2.0 4 0 0 Updated Feb 9, 2026
  • libkrun Public Forked from containers/libkrun

    A dynamic library providing Virtualization-based process isolation capabilities

    boxlite-ai/libkrun’s past year of commit activity
    Rust 0 Apache-2.0 147 0 0 Updated Jan 6, 2026
  • libkrunfw Public Forked from containers/libkrunfw

    A dynamic library bundling the guest payload consumed by libkrun

    boxlite-ai/libkrunfw’s past year of commit activity
    C 0 51 0 0 Updated Jan 4, 2026