| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| browseros-cli_0.1.1_windows_arm64.zip | 2026-03-27 | 3.8 MB | |
| checksums.txt | 2026-03-27 | 630 Bytes | |
| browseros-cli_0.1.1_darwin_amd64.tar.gz | 2026-03-27 | 4.3 MB | |
| browseros-cli_0.1.1_darwin_arm64.tar.gz | 2026-03-27 | 3.9 MB | |
| browseros-cli_0.1.1_linux_amd64.tar.gz | 2026-03-27 | 4.2 MB | |
| browseros-cli_0.1.1_linux_arm64.tar.gz | 2026-03-27 | 3.8 MB | |
| browseros-cli_0.1.1_windows_amd64.zip | 2026-03-27 | 4.3 MB | |
| BrowserOS CLI - v0.1.1 source code.tar.gz | 2026-03-27 | 113.4 MB | |
| BrowserOS CLI - v0.1.1 source code.zip | 2026-03-27 | 114.5 MB | |
| README.md | 2026-03-27 | 518 Bytes | |
| Totals: 10 Items | 252.3 MB | 3 | |
Install browseros-cli
macOS / Linux
:::bash
curl -fsSL https://cdn.browseros.com/cli/install.sh | bash
Windows
:::powershell
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)