Releases: browseros-ai/BrowserOS
Releases · browseros-ai/BrowserOS
BrowserOS Server - v0.0.82
BrowserOS Extension - v0.0.99
What's Changed
BrowserOS Server - v0.0.81
Initial release of browseros-server.
BrowserOS CLI - v0.2.2
What's Changed
- fix: report release cli version correctly (#626)
- fix: accept port-only input in CLI init command (#625)
- feat: add npm/npx distribution for BrowserOS CLI (#618)
- feat: clean-up - remove obsolete controller extension (#610)
Install browseros-cli
npm / npx
npx browseros-cli --help
npm install -g browseros-climacOS / Linux
curl -fsSL https://cdn.browseros.com/cli/install.sh | bashWindows
irm https://cdn.browseros.com/cli/install.ps1 | iexAfter install, run browseros-cli init to point the CLI at your BrowserOS MCP server.
BrowserOS CLI - v0.2.0
What's Changed
- feat: add browseros-cli self-updater (#605)
- feat: add PostHog to CLI (#603)
- feat: upload CLI binaries to CDN and gate release to core team (#602)
- fix: harden cli installer bootstrap (#601)
- Feat/cli launch ready v2 (#600)
- Feat/cli launch ready v2 (#599)
- docs: overhaul READMEs across all major packages (#594)
Install browseros-cli
macOS / Linux
curl -fsSL https://cdn.browseros.com/cli/install.sh | bashWindows
irm https://cdn.browseros.com/cli/install.ps1 | iexAfter install, run browseros-cli init to point the CLI at your BrowserOS MCP server.
BrowserOS CLI - v0.1.1
Install browseros-cli
macOS / Linux
curl -fsSL https://cdn.browseros.com/cli/install.sh | bashWindows
irm https://cdn.browseros.com/cli/install.ps1 | iexAfter install, run browseros-cli init to point the CLI at your BrowserOS MCP server.
What's Changed
BrowserOS Extension - v0.0.98
What's Changed
- chore(agent): remove workflows feature (#656)
- feat: replace model picker with shadcn Combobox + fuse.js fuzzy search (#617)
- feat: clean-up - remove obsolete controller extension (#610)
- docs: update agent extension changelog for v0.0.98 (#609)
- chore: update agent version (#608)
- chore: fix version number for extension (#606)
- fix: improve chat history freshness and reduce query payload (#598)
- feat: isolate new-tab agent navigation from origin tab (#593)
- docs: overhaul READMEs across all major packages (#594)
- fix(ui): resolve MCP promo banner dismiss button overlapping with text (#581)
- docs: update agent extension changelog for v0.0.52 (#573)
BrowserOS CLI - v0.1.0
What's Changed
- fix(cli): update goreleaser tag_prefix to match browseros-cli-v* format (#579)
BrowserOS Agent SDK - v0.0.7
What's Changed
- chore: bump @browseros-ai/agent-sdk to 0.0.7 (#569) (#569) Dani Akash (@DaniAkash)
Contributors
BrowserOS Agent SDK - v0.0.6
Initial release