bytebot icon indicating copy to clipboard operation
bytebot copied to clipboard

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

Results 63 bytebot issues
Sort by recently updated
recently updated
newest added

Please add OpenRouter integration to allow using multiple AI models through a single API. This will make it easier to switch models and manage costs within Bytebot.

### ## Bug Report **System Information:** * **OS:** Ubuntu (Linux) * **Docker Version:**Docker version 28.4.0 **Problem Description:** A Docker container cannot establish a network connection to a service running on...

litellm-config.yaml ``` - model_name: llama-deepseek-r1 litellm_params: drop_params: true model: ollama/deepseek-r1:8b api_base: http://host.docker.internal:11434 ``` Ollama Log ``` time=2025-09-05T15:30:54.687-04:00 level=INFO source=app_windows.go:272 msg="starting Ollama" app=C:\Users\VYRAL\AppData\Local\Programs\Ollama version=0.11.10 OS=Windows/10.0.26100 time=2025-09-05T15:30:54.688-04:00 level=INFO source=app.go:212 msg="initialized tools registry"...

Hi, All my simple task failed with Gemini 2.5 flash. What can i do ? thx

after completing the task i cannot interact with whatever app it opened like for example if i opened terminal with prompt , the task is completed but it might be...

root@:~/bytebot# docker-compose -f docker/docker-compose.yml up -d WARNING: The ANTHROPIC_API_KEY variable is not set. Defaulting to a blank string. WARNING: The GEMINI_API_KEY variable is not set. Defaulting to a blank string....

Just decided to try this out today in docker. The UI on (port 9992) loads for a split second and then goes to an error. Firefox: Chrome:

**Final Update:** Following the developer's suggestion, I have added `- DISPLAY=:0` to the `bytebot-desktop` environment. I also had to remove the `healthcheck` from the `bytebot-desktop` service, as the container was...

This commit introduces a significant architectural enhancement to the Bytebot agent, moving it from a purely reactive model to a proactive, plan-driven autonomous system. The core changes include: 1. **PlannerService**:...

**Context and Purpose:** This PR automatically remediates a security vulnerability: - **Description:** By not specifying a USER, a program in the container may run as 'root'. This is a security...