1.15.0 (2026-03-27)
Features
- browser: enable CDP Mode for stealth browsing (1c8c125)
- browser: switch to SB with GPU passthrough for stealth (912b4bb)
- compose: add GPU-enabled compose file (1c47b7b)
Bug Fixes
- ci: add uv to publish-pypi and publish-npm release jobs (498cceb)
Quick Start
Docker (one-liner):
docker run -d -p 18080:18080 --name airbrowser ghcr.io/ifokeev/airbrowser-mcp:1.15.0Portable (download and run):
# Linux/macOS
tar -xzf airbrowser-*.tar.gz && cd airbrowser-* && ./airbrowser
# Windows: Extract zip and double-click airbrowser.batOpen http://localhost:18080 - Dashboard, API, VNC, MCP all available.
Downloads
| Platform | Download | Requirements |
|---|---|---|
| Linux | airbrowser-linux.tar.gz |
uidmap package or Docker |
| macOS | airbrowser-mac.tar.gz |
Colima, Docker Desktop, or Podman |
| Windows | airbrowser-windows.zip |
Docker Desktop or Podman |
Services (all at port 18080)
| Service | Path |
|---|---|
| Dashboard | / |
| API Docs | /docs/ |
| REST API | /api/v1/ |
| MCP Server | /mcp |
| VNC Viewer | /vnc/ |
Client Libraries
# Python
pip install airbrowser-client==1.15.0
# TypeScript
npm install airbrowser-client@1.15.0