https://github.com/browser-use/desktop-app
Browser Use Desktop App
https://github.com/browser-use/desktop-app
agent-browser browser browser-agent browser-agents browser-harness browser-use
Last synced: 28 days ago
JSON representation
Browser Use Desktop App
- Host: GitHub
- URL: https://github.com/browser-use/desktop-app
- Owner: browser-use
- License: mit
- Created: 2026-04-17T04:24:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-01T21:38:21.000Z (29 days ago)
- Last Synced: 2026-05-01T23:09:07.682Z (29 days ago)
- Topics: agent-browser, browser, browser-agent, browser-agents, browser-harness, browser-use
- Language: TypeScript
- Homepage: http://browser-use.com/
- Size: 13.9 MB
- Stars: 25
- Watchers: 0
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Browser Use Desktop App
> Run a team of browser agents on your desktop.
[](https://github.com/browser-use/desktop-app/releases/latest/download/Browser-Use-arm64.dmg)
[](https://github.com/browser-use/desktop-app/releases/latest/download/Browser-Use-Setup.exe)
[](https://github.com/browser-use/desktop-app/releases/latest/download/Browser-Use-x64.AppImage)
Every AI browser tries to be both a browser *and* an agent. Keep your normal Chrome — this is just the agent half.
Ports your cookies into a fresh Chromium so agents are logged in everywhere you are, and spawns tasks from anywhere with a keyboard shortcut.
Built on [Browser Harness](https://github.com/browser-use/browser-harness).

## Download
**macOS (Apple Silicon):** [Browser-Use-arm64.dmg](https://github.com/browser-use/desktop-app/releases/latest/download/Browser-Use-arm64.dmg)
**Windows (x64):** [Browser-Use-Setup.exe](https://github.com/browser-use/desktop-app/releases/latest/download/Browser-Use-Setup.exe)
**Linux:** [Browser-Use-x64.AppImage](https://github.com/browser-use/desktop-app/releases/latest/download/Browser-Use-x64.AppImage) supports in-app auto-updates. `.deb` and `.rpm` packages are also published on GitHub Releases for manual installs.
The buttons and links always point to the latest release.
## Providers
- **Anthropic** - Claude Code Subscription or API Key
- **Codex** - ChatGPT Subscription or API Key
## Channels
Inbound message channels can trigger agent sessions automatically.
- **WhatsApp** — text yourself with `@BU` to send and receive agent messages
## Development
Requires [Task](https://taskfile.dev) (`brew install go-task`).
```bash
task up # Install deps and start the app
```
Linux packages are built in Docker so local distro tools do not affect the output:
```bash
task linux:make:docker
```
## License
MIT