Skip to content

Instantly share code, notes, and snippets.

@craftslab
Last active February 28, 2026 13:59
Show Gist options
  • Select an option

  • Save craftslab/5a7d61b025cf0a351f3d88f13c87e82e to your computer and use it in GitHub Desktop.

Select an option

Save craftslab/5a7d61b025cf0a351f3d88f13c87e82e to your computer and use it in GitHub Desktop.
openclaw chrome

openclaw chrome

Install

curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
sudo apt --fix-broken install

sudo apt-get update
sudo apt-get install -y dbus upower
sudo service dbus start

Test

google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 --dump-dom https://www.google.com --no-sandbox

Config

openclaw config set browser.defaultProfile "openclaw"
openclaw config set browser.headless true
openclaw config set browser.noSandbox true
openclaw config set browser.executablePath "/usr/bin/google-chrome"
openclaw gateway restart
openclaw gateway health
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment