Replies: 1 comment
-
|
Thanks for the detailed writeup — this is one of the clearest self-hosting asks we've gotten, and the spec (per-session containers, health endpoint, CDP, profile volumes) is exactly right. Straight answers to your three:
One thing that'd genuinely help me understand the need: what are these sessions actually doing? Walk me through a single automation run end to end — what the orchestrator kicks off, what the browser does, what comes out. I ask because "one BrowserOS per session" is a strong pattern, and knowing the real job behind it tells me whether a container runtime is the right answer or whether something lighter (the MCP server, or plain headless Chromium) gets you there sooner. |
Beta Was this translation helpful? Give feedback.
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