Bytebot spins up a containerized Linux desktop you can drive programmatically or via VNC—perfect for automation, scraping, CI tasks, and remote work.
- 📦 Containerized Desktop – XFCE4 on Ubuntu 22.04 in a single Docker image
- 🌍 Access Anywhere – VNC & browser‑based noVNC built‑in
- 🛠️ Unified API – Script every click & keystroke with a clean REST interface
- ⚙️ Ready‑to‑Go Tools – Firefox & essentials pre‑installed
Dive deeper at docs.bytebot.ai.
- Docker ≥ 20.10
docker run --privileged -d \
-p 9990:9990 -p 5900:5900 -p 6080:6080 -p 6081:6081 \
--name bytebot \
ghcr.io/bytebot-ai/bytebot:edge
Build locally instead:
./scripts/build.sh # 🔨 build
./scripts/run.sh # 🚀 run
echo "ANTHROPIC_API_KEY=your_api_key_here" > infrastructure/docker/.env
docker-compose -f infrastructure/docker/docker-compose.yml \
--env-file infrastructure/docker/.env up -d # 🔥 start everything
Stop:
docker-compose -f infrastructure/docker/docker-compose.yml \
--env-file infrastructure/docker/.env down
More details in the Quickstart Guide.
Interface | URL / Port | Notes |
---|---|---|
🖥️ VNC Client | localhost:5900 |
password‑less by default |
🌐 noVNC | http://localhost:9990/vnc |
open in any browser |
🤖 Agent API | http://localhost:9991 |
REST API |
💬 Chat UI | http://localhost:9992 |
Agent UI |
Control Bytebot with a single endpoint. Read the REST reference. Supported actions:
🎮 Action | Description |
---|---|
move_mouse |
Move cursor to coordinates |
trace_mouse |
Draw a path |
click_mouse |
Click (left/right/middle) |
press_mouse |
Press / release button |
drag_mouse |
Drag along path |
scroll |
Scroll direction & amount |
type_keys |
Type sequence of keys |
press_keys |
Press / release keys |
type_text |
Type a string |
wait |
Wait milliseconds |
screenshot |
Capture screen |
cursor_position |
Return cursor position |
(See docs for parameter details.)
- 🍴 Fork & branch from
main
- 💡 Commit small, focused changes
- 📩 Open a PR with details
- 🔍 Address review feedback
- 🎉 Merge & celebrate!
Questions or ideas? Join us on Discord.
Powered by nutjs and inspired by Anthropic's computer‑use demo.
MIT © 2025 Tantl Labs, Inc.