From 0aa4ea56bd6d2ac3c5aac7ab8d2090a43c5be6ea Mon Sep 17 00:00:00 2001 From: CloakHQ Date: Thu, 12 Mar 2026 01:39:18 +0100 Subject: [PATCH] docs: add Browser Profile Manager section to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a37c3b9..6151134 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,20 @@ page.goto("https://example.com") > ⭐ **Star** to show support — **[Watch releases](https://github.com/CloakHQ/CloakBrowser/subscription)** to get notified when new builds drop. +## Browser Profile Manager + +Self-hosted alternative to Multilogin, GoLogin, and AdsPower. Create browser profiles with unique fingerprints, proxies, and persistent sessions. Launch and interact with them in your browser via noVNC. + +```bash +docker run -p 8080:8080 -v cloakprofiles:/data cloakhq/cloakbrowser-manager +``` + +Open [http://localhost:8080](http://localhost:8080). Create a profile. Click **Launch**. Done. + +→ **[CloakBrowser Manager](https://github.com/CloakHQ/CloakBrowser-Manager)** — free, open source (MIT) + +--- + ## Latest: v0.3.14 (Chromium 145.0.7632.159.6) - **`humanize=True`** — one flag makes all mouse, keyboard, and scroll interactions behave like a real user. Bézier curves, per-character typing, realistic scroll patterns. Two presets: `default` and `careful`