Skip to content

Uninstall

Complete removal of bproxy from your system.

Terminal window
bproxy service stop

If the daemon is registered as a login service, unregister it first:

Terminal window
bproxy service uninstall
Terminal window
npm uninstall -g @dimdasci/bproxy

This removes both the bproxy CLI and bproxy-service daemon binaries from your PATH.

  1. Open chrome://extensions
  2. Find the bproxy extension
  3. Click Remove
  4. Delete the extracted extension folder from disk (e.g., rm -rf ~/bproxy-extension/)

All bproxy state lives in a single directory:

Terminal window
rm -rf ~/.bproxy

This removes:

ContentsDescription
tokenDaemon bearer token
extension-tokenExtension WebSocket token
bproxy.pid / portDaemon lifecycle files
logs/Structured request logs
tmp/Temporary session artifacts (screenshots, exports)

If you used a custom BPROXY_HOME, remove that directory instead.

Terminal window
which bproxy
# (no output — binary removed)
which bproxy-service
# (no output — binary removed)
ls ~/.bproxy
# ls: cannot access '~/.bproxy': No such file or directory