Skip to content

BrowserOS CLI - v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 01:09
· 279 commits to main since this release
883bcc9

Install browseros-cli

macOS / Linux

curl -fsSL https://cdn.browseros.com/cli/install.sh | bash

Windows

irm https://cdn.browseros.com/cli/install.ps1 | iex

After install, run browseros-cli init to point the CLI at your BrowserOS MCP server.

What's Changed

  • feat: add CDN-hosted CLI installer flow (#588)
  • feat(cli): add install scripts for macOS, Linux, and Windows (#587)
  • fix(cli): update goreleaser tag_prefix to match browseros-cli-v* format (#579)