• v0.8.0 6785b9f70c

    feat(serve): add remote browser control over TCP with token auth
    Build & Publish Package / publish (push) Successful in 50s
    Testing / test (push) Successful in 31s
    Package Extension / package-extension (push) Successful in 27s

    daniel156161 released this 2026-04-25 18:33:59 +02:00 | 73 commits to main since this release

    Exposes a local browser over a TCP socket so remote machines can
    control it using the same CLI and Python API. Token auth (auto-generated
    via secrets.token_urlsafe) is on by default; --no-auth disables it.
    Profile routing via _route message field lets clients target specific
    browser instances on the remote host. BROWSER_CLI_PROFILE is forwarded
    automatically so --browser flag works transparently over remote.

    • browser-cli serve [--host] [--port] [--token] [--no-auth]
    • browser-cli --remote HOST:PORT --token TOKEN
    • BrowserCLI(remote="host:port", token="...").tabs_list()
    Downloads