browseros-cli
v0.2.2
Published
Command-line interface for controlling BrowserOS — launch and automate the browser from the terminal
Maintainers
Readme
browseros-cli
Command-line interface for controlling BrowserOS -- launch and automate the browser from the terminal.
Installation
Zero install (recommended):
npx browseros-cli --helpGlobal install:
npm install -g browseros-cliShell script fallback:
curl -fsSL https://cdn.browseros.com/cli/install.sh | bashQuick Start
# Download BrowserOS
browseros-cli install
# Start BrowserOS
browseros-cli launch
# Auto-configure MCP settings for your AI tools
browseros-cli init --auto
# Verify everything is working
browseros-cli healthUsage
Navigation
browseros-cli navigate "https://example.com"Observation
browseros-cli snapshot # Get the accessibility tree of the current page
browseros-cli console-logs # View browser console outputScreenshots
browseros-cli screenshot # Capture the current pageInput
browseros-cli click 42 # Click an element by its node ID
browseros-cli fill 85 "query" # Type text into an input fieldAgent Mode
browseros-cli agent "Search for flights to Tokyo"Documentation
Full documentation is available at browseros.com.
License
MIT
