Browse by type
TenBox lets you run AI agents safely on your personal computer. Each agent runs inside a secure, isolated virtual machine — it can only access the files you explicitly authorize, keeping your privacy and data protected.
Under the hood, TenBox is a cross-platform Virtual Machine Monitor (VMM) with a
shared C++ runtime. It runs full Linux desktop environments with
hardware-accelerated virtualization, GPU display output, audio, shared folders,
and clipboard integration. Windows hosts use WHVP with a Win32 manager; macOS
hosts use Hypervisor Framework (both Apple Silicon and Intel) with a
SwiftUI/AppKit manager; Linux hosts run tenboxd, a systemd daemon that manages
VM lifecycle, exposes a local CLI, and provides optional browser-based remote
desktop.
|
|
tenboxd) — systemd-managed, local RPC over /run/tenbox/tenbox.sock, tenbox system group access controltenbox CLI — doctor / system info / vm ls|create|edit|start|stop|reboot|shutdown|rm|console|logsvmlinuz / Image kernels with initramfsvm.jsoninput-fast / control DataChannels; bidirectional clipboardhttps://my.tenbox.ai/pair; daemon accepts host.update and runs apt-get install --only-upgrade tenbox in-placetenboxd on Linux and the GUI manager on Windows/macOScurl -fsSL https://tenbox.ai/install.sh | sudo sh
Requires glibc 2.31+ and /dev/kvm. The installer registers the TenBox apt
repo, installs the tenbox deb, adds the current user to the tenbox group,
and enables tenboxd.service. After install, a pairing URL is printed to the
terminal — open it (or visit https://my.tenbox.ai/) to claim the host.
Tested on x86_64 PCs and Raspberry Pi 5; other arm64 boards may work but are
not yet validated.
Download the latest installer from tenbox.ai or the GitHub Releases page.
GPL v3 — see LICENSE for details.
$ claude mcp add tenbox \
-- python -m otcore.mcp_server <graph>