How I use: Pythond, a persistent Python runtime and Cloakbrowser together to give agents a persistent stealth browser #399
rangersui
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
pythond + CloakBrowser: a persistent stealth browser environment for agents
I built pythond (pip install pythond), a persistent Python daemon where state survives across calls.
Combined with CloakBrowser, my AI agent can spin up a stealth browser once and keep it alive forever:
No cold starts. No re-launching Chromium. No re-passing bot detection on every call. Stay logged in across sessions.
CloakBrowser handles the stealth. pythond handles the persistence. Together: a permanent stealth browser for AI agents.
Thanks to @Cloak-HQ for making this possible. Every intelligent agent deserves the right to browse the web.
Links
cloak_browser.py
pythond | pythond.sh
All reactions