Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

598 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ClawBox

ClawBox β€” the official OpenClaw AI assistant hardware

ClawBox is a private, always-on AI assistant appliance built on NVIDIA Jetson.
This repository is OpenClaw OS, the operating system that ships on every ClawBox.
Plug in. Scan QR. Done. No cloud required.

Designed, built and shipped from the EU by ID Robots Ltd. β€” the makers of ClawBox and the official hardware partner for OpenClaw.
Official website: clawbox.com

Website Docs Discord Latest release License

Platform Next.js TypeScript Bun

The ClawBox desktop β€” a Chrome OS-style environment served straight from the device


What is ClawBox?

ClawBox is a dedicated personal AI assistant appliance made by ID Robots Ltd., and the official hardware for the OpenClaw AI agent. It is a private AI server for your desk: an NVIDIA Jetson Orin Nano running local AI models at 67 TOPS, with your files, chats and settings stored on the device itself. You buy it once at clawbox.com β€” there is no mandatory subscription.

This repository contains OpenClaw OS, the operating system that ships on every ClawBox. Local-first: with local models nothing leaves the box β€” cloud AI (Claude, GPT, Gemini) is strictly opt-in. On first boot it broadcasts a WiFi access point so you can set it up from any phone; then it joins your network and serves a Chrome OS-style desktop with built-in apps.

Real on-device inference, not a cloud relay. ClawBox runs 7–8B parameter models locally on Jetson silicon. It is not a low-power router that forwards every prompt to someone else's API β€” local inference is the default, and cloud providers are an option you switch on yourself.

ℹ️ The official ClawBox

ClawBox is designed, manufactured and supported by ID Robots Ltd. (Plovdiv, Bulgaria πŸ‡ͺπŸ‡Ί). The only official channels are:

Unrelated products sold under similar names exist and are not affiliated with ID Robots, this repository, or ClawBox support. If it did not come from clawbox.com, it is not a ClawBox and we cannot support it.

The OpenClaw AI agent controls the entire device through MCP (Model Context Protocol) tools β€” making ClawBox an OS the AI can operate, not just a UI the user clicks through:

The on-device agent answering in chat while running real commands on the box (live tool calls visible)

A real session: the agent introduces itself while executing live tool calls (exec, glob).

Key Features

Feature Description
πŸ§™ 5-minute setup Guided wizard: WiFi β†’ updates β†’ password β†’ AI provider β†’ messaging β†’ done
πŸ–₯️ Desktop environment Chrome OS-style desktop with windowed apps, taskbar, and system tray
πŸ€– AI-controlled OS ~50 MCP tools let the AI agent operate the entire device
πŸ”’ Local-first Your data stays on the box; no telemetry, no data collection. Cloud AI only if you opt in
🧠 Flexible AI ClawBox AI out of the box β€” or Claude, GPT (API or ChatGPT plan), Gemini, OpenRouter, local Ollama / llama.cpp
🌐 Browser automation AI controls a real browser β€” fills forms, scrapes data, posts content
πŸ’¬ Multi-platform Telegram (pairing-protected), web panel, desktop chat
πŸ’» Built-in apps Terminal, file manager, VS Code, remote desktop, app store, AI chat, ClawKeep backups
πŸ› οΈ Code assistant AI builds and deploys desktop webapps through iterative coding
⚑ Always-on 7–15 W power. Runs 24/7 for ~€39/year in electricity

πŸ–₯️ Hardware

The ClawBox device

Component Spec
Processor NVIDIA Jetson Orin Nano 8GB (Super)
AI Performance 67 TOPS
Storage 512GB NVMe SSD
Power 7–15 W typical, USB-C
Size 100 Γ— 79 Γ— 31 mm

Also available: ClawBox Workstation β€” NVIDIA DGX Spark, ~1 PFLOP, runs frontier-scale local models. Details on clawbox.com.



πŸ“– Documentation

Full documentation lives at docs.clawbox.com:

Quickstart Β· First Boot Unbox β†’ power β†’ talk, and the setup wizard
Technical Reference Quick Reference (one page), then architecture, networking, filesystem, auth, AI providers, updates
Troubleshooting Β· Recovery Symptom-first diagnostic ladders and ordered recovery options
Agent Interface (MCP) The full device-tool catalog and the clawbox CLI
llms.txt Machine-readable docs index β€” point your AI agent here

πŸš€ Quick Start

Requirements

Supported
Device NVIDIA Jetson Orin Nano 8GB (Super)
OS image JetPack 6.2 (Ubuntu 22.04 / L4T R36.x) β€” download

⚠️ JetPack 7.x (Ubuntu 24.04) is not supported yet. NVIDIA's newest images default to JetPack 7 β€” flash JetPack 6.2 instead. On 24.04 the installer fails on Python's externally-managed-environment policy (PEP 668), among other differences. JetPack 6.2 is the platform every shipped ClawBox runs.

Install

The installer expects to run from /home/clawbox/clawbox as the clawbox user's checkout (the same layout shipped devices use):

id -u clawbox >/dev/null 2>&1 || sudo useradd -m -s /bin/bash clawbox
sudo git clone https://github.com/ID-Robots/clawbox.git /home/clawbox/clawbox
sudo chown -R clawbox:clawbox /home/clawbox/clawbox
cd /home/clawbox/clawbox
sudo bash install.sh

The install provisions everything from scratch (20–40 min on a fresh image). When it finishes, connect to the ClawBox-Setup WiFi network (open, no password) and navigate to:

  • http://clawbox.local/
  • http://10.42.0.1/

Update

From the UI: open the System Update app. Over SSH: sudo clawbox update. Updates are release-tag based and never touch your data β€” details in Updating ClawBox.


How It Works

Layer 1 β€” System bootstrap. install.sh provisions the Jetson from scratch: system packages, Node.js 22 + Bun, the web OS build, the OpenClaw gateway (version-pinned), systemd services, mDNS, and the captive-portal WiFi access point for first-boot setup.

Layer 2 β€” Setup wizard. On first boot (or after factory reset) a guided ~5-minute wizard covers WiFi (with language picker), updates, device password, AI provider (API key or OAuth sign-in), and Telegram β€” see First Boot.

Layer 3 β€” Desktop environment. A Chrome OS-style desktop served from the device β€” the built-in apps above in draggable windows, with taskbar, system tray, and a responsive mobile layout. The terminal is xterm.js over a WebSocket PTY; remote desktop is noVNC.

Layer 4 β€” AI agent integration. The OpenClaw agent operates the device through MCP tools β€” shell, files, real-browser control, app installs, system power, preferences, and a code assistant that builds and deploys desktop webapps. The clawbox CLI exposes the same surface to shell users. Full catalog: Agent Interface.


πŸ—οΈ Architecture

Browser (http://<box-ip>)
  β”‚
  β”œβ”€β”€ Port 80: Next.js (production-server.js)
  β”‚     β”œβ”€β”€ /setup          β†’ Setup wizard (React SPA)
  β”‚     β”œβ”€β”€ /login          β†’ Authentication
  β”‚     β”œβ”€β”€ /               β†’ Desktop environment (post-setup)
  β”‚     β”œβ”€β”€ /setup-api/*    β†’ 90+ API routes (system, files, code, browser, …)
  β”‚     β”œβ”€β”€ /api/*          β†’ Proxy to OpenClaw gateway
  β”‚     └── WebSocket       β†’ Proxy to gateway + terminal PTY
  β”‚
  β”œβ”€β”€ Port 3006: Terminal WebSocket PTY server
  β”‚
  β”œβ”€β”€ Port 18789: OpenClaw Gateway (token-gated; all user traffic goes through port 80)
  β”‚     β”œβ”€β”€ AI Agent (MCP tools β†’ controls the entire OS)
  β”‚     β”œβ”€β”€ Control UI
  β”‚     β”œβ”€β”€ WebSocket (real-time chat)
  β”‚     └── REST API
  β”‚
  └── Port 18800: Chromium CDP (browser automation)

Node.js runs the production server because Bun doesn't support http.Server upgrade events needed for WebSocket proxying. The deep dive lives in the Architecture reference.

πŸ› οΈ Tech Stack

Layer Technology
Frontend Next.js 16, React 19, Tailwind CSS 4
Language TypeScript 5
Runtime & tooling Node.js 22 (production), Bun (dev/build/packages)
AI Engine OpenClaw via MCP
Local Models Ollama + llama.cpp (Llama, Gemma, Mistral, …)
Networking NetworkManager (WiFi AP), Avahi (mDNS)
Testing Vitest + Playwright

Full runtime topology in the Architecture reference.

πŸ“ Project Structure

β”œβ”€β”€ config/                 Systemd services, captive-portal DNS
β”œβ”€β”€ docs-site/              docs.clawbox.com source (Mintlify)
β”œβ”€β”€ mcp/                    MCP server + CLI (AI agent interface to the OS)
β”œβ”€β”€ scripts/                WiFi AP, terminal server, voice/TTS, Jetson tuning
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ app/                Next.js App Router (pages + 90+ API routes)
β”‚   β”‚   └── setup-api/      WiFi, AI models, Ollama, apps, files, browser, code, system
β”‚   β”œβ”€β”€ components/         Setup wizard, desktop environment, built-in apps
β”‚   β”œβ”€β”€ hooks/              Window manager, Ollama model management
β”‚   β”œβ”€β”€ lib/                Config, network, auth, OAuth, i18n, updater, code-projects
β”‚   β”œβ”€β”€ tests/              Unit + API route tests
β”‚   └── middleware.ts       Captive portal detection + session auth
β”œβ”€β”€ production-server.js    Node.js HTTP + WebSocket proxy wrapper
└── install.sh              Full system installer (idempotent)

πŸ§ͺ Development

bun install
bun run dev              # Port 3000
bun run dev:privileged   # Port 80 (requires root)
bun run build
bun run lint
bun run test             # Unit tests (Vitest)

Environment Variables

Variable Default Description
PORT 80 Web server port
GATEWAY_PORT 18789 OpenClaw gateway port
NETWORK_INTERFACE wlP1p1s0 WiFi interface for AP
CANONICAL_ORIGIN http://clawbox.local Default redirect origin
ALLOWED_HOSTS clawbox.local,10.42.0.1,10.43.0.1,localhost Trusted hostnames
SESSION_SECRET Auto-generated Session cookie signing key
OLLAMA_HOST http://127.0.0.1:11434 Ollama server URL
CLAWBOX_ROOT /home/clawbox/clawbox Project root directory

Additional options (OAuth client IDs, ClawBox AI, llama.cpp tuning) live in .env.example.

🀝 Contributing

Pull requests are welcome:

  • Target the beta branch β€” it's the integration branch; main carries tagged releases.
  • Every PR runs CI (unit tests + e2e + a full-install e2e) and an automated CodeRabbit review.
  • Keep PRs focused β€” one issue or feature per PR.
  • 🌍 The UI ships in 10 languages β€” string changes go in src/lib/translations.ts for all locales.

❓ Frequently asked questions

Who makes ClawBox? ClawBox is made by ID Robots Ltd., a robotics and AI company based in Plovdiv, Bulgaria (EU). ID Robots designs the hardware, builds OpenClaw OS (this repository), and provides all official support and warranty. Official site: clawbox.com.

What is the difference between ClawBox and OpenClaw? OpenClaw is the open-source AI agent. ClawBox is the dedicated hardware appliance that runs it 24/7, preconfigured, with OpenClaw OS on top β€” desktop environment, setup wizard, built-in apps, backups and updates. OpenClaw is the software; ClawBox is the box built for it by ID Robots.

Does ClawBox need a subscription? No. The hardware is a one-time purchase (€549). Optional ClawBox AI plans (Pro / Max) add higher usage limits, ClawKeep backups, Remote Desktop and priority support β€” and you can instead bring your own Claude, GPT, Gemini or OpenRouter key, or run entirely on local models with no external account at all.

Does ClawBox work without internet? Yes, for local models. Ollama and llama.cpp run 7–8B models directly on the Jetson's 67 TOPS NPU. Internet is needed only for updates, messaging integrations, browser automation, and optional cloud AI providers.

Where do I buy a ClawBox? Only from clawbox.com. ID Robots ships to 108 countries via DHL Express. Products sold elsewhere under a similar name are not ClawBox and are not covered by our warranty or support.

Can I run OpenClaw OS on my own Jetson? Yes β€” this repository is source-available and installs on an NVIDIA Jetson Orin Nano 8GB running JetPack 6.2. See Quick Start. Buying a ClawBox gets you the assembled, tested device with case, NVMe storage, warranty and support.


πŸ“„ License

ClawBox is released under the ClawBox Source Available License v1.0. Free to use, modify, and redistribute for personal, non-commercial purposes. Commercial use requires a separate license from IDRobots Ltd. β€” contact yanko@idrobots.com.


clawbox.com Β· docs.clawbox.com Β· Discord Β· yanko@idrobots.com

ClawBoxβ„’ β€” the official OpenClaw AI assistant appliance. Designed, built and supported by ID Robots Ltd., Plovdiv, Bulgaria πŸ‡ͺπŸ‡Ί
Personal AI server Β· Local AI assistant hardware Β· NVIDIA Jetson Orin Nano Β· Edge AI appliance Β· Self-hosted AI Β· Powered by OpenClaw

About

🦞 ClawBox β€” Your private AI assistant on NVIDIA Jetson. Setup wizard, dashboard, and 580+ skills. Plug in, scan QR, done.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages