SIGN IN SIGN UP
bytebot-ai / bytebot UNCLAIMED

Bytebot is a self-hosted AI desktop agent that automates computer tasks through natural language commands, operating within a containerized Linux desktop environment.

0 0 0 TypeScript
2025-07-25 01:33:14 +02:00
name: bytebot
services:
bytebot-desktop:
# Build from source
build:
2025-07-01 12:33:47 -04:00
context: ../packages/
dockerfile: bytebotd/Dockerfile
# Use pre-built image
2025-06-23 15:23:59 -04:00
image: ghcr.io/bytebot-ai/bytebot-desktop:edge
2025-07-02 19:36:04 -04:00
shm_size: "2g"
container_name: bytebot-desktop
restart: unless-stopped
hostname: computer
privileged: true
ports:
2025-06-14 22:34:22 -04:00
- "9990:9990" # bytebotd service & noVNC
environment:
- DISPLAY=:0