You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am integrating BrowserOS into a self-hosted automation/orchestration flow where each user session runs in an isolated container.
From the public repo, I can see the desktop distributions and the CLI/MCP setup, but I could not find an official Docker image or a supported containerized runtime for BrowserOS itself.
This is currently the main blocker for my use case.
What I need is a dockerized BrowserOS runtime that can be started per session, ideally with:
an official image published on GHCR or Docker Hub
stable version tags
documented ports and environment variables
a health endpoint
support for headed and/or headless operation
CDP / WebSocket connectivity
optional persistent profile volumes
guidance for GPU and non-GPU deployments
at least x86_64 support first, with ARM as a future extension
My concrete use case is:
one BrowserOS instance per automation session
an orchestrator that starts and stops ephemeral containers
predictable startup and packaging, without depending on desktop-only installation flows
So my questions are:
Is an official dockerized BrowserOS runtime on the roadmap?
If yes, is there an approximate timeline or an interim recommended approach?
If not, would you be open to contributions or to a reference Dockerfile for a supported self-hosted deployment?
If this is already available somewhere and I missed it, a pointer to the right repo or docs would be enough.
Happy to test early versions and provide feedback.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi BrowserOS team,
I am integrating BrowserOS into a self-hosted automation/orchestration flow where each user session runs in an isolated container.
From the public repo, I can see the desktop distributions and the CLI/MCP setup, but I could not find an official Docker image or a supported containerized runtime for BrowserOS itself.
This is currently the main blocker for my use case.
What I need is a dockerized BrowserOS runtime that can be started per session, ideally with:
My concrete use case is:
So my questions are:
If this is already available somewhere and I missed it, a pointer to the right repo or docs would be enough.
Happy to test early versions and provide feedback.
Thanks.
AlgoFin Team
Beta Was this translation helpful? Give feedback.
All reactions