From cd3e2d104f2ba6b3c5a1074fa964a24ee23e381e Mon Sep 17 00:00:00 2001 From: Artem KK <159002820+KazKozDev@users.noreply.github.com> Date: Fri, 4 Sep 2026 01:31:12 +0200 Subject: [PATCH] Enhance README with WebOperator features and setup Added information about WebOperator's functionality and setup. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b187ce5..f72c128 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Tell Chrome what you want done, in plain English, and let the agent do it. +Most browser agents bring their own browser. WebOperator works the one you are already in: the tab in front of you, with your sessions and logins intact — no separate profile, no re-login, no copying cookies around. The model behind it can be local, served by Ollama or MLX, so the pages you look at never have to leave the machine. And it works in both directions: the local bridge exposes that same live tab over MCP, so Hermes, OpenClaw, or any other agent client can borrow your browser as a tool. + ```bash git clone https://github.com/KazKozDev/WebOperator.git npm --prefix WebOperator/core ci