Skip to content

BrowserBox/BrowserBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowserBox Logo

BrowserBox by DOSAYGO

Secure, modern Remote Browser Isolation (RBI) with a clientless experience

License Required BrowserBox Secure RBI bbx Saga Test Suite

Live Demo | Cloud API Docs | Pricing | Support


Notice: Legacy source code removed (March 2026)

When BrowserBox transitioned to a binary distribution model in late 2025, we retained legacy source code in this repository for a six-month period to give existing customers time to migrate. That period is now over and all legacy source has been removed.

Current BrowserBox source is private and proprietary. It diverges significantly from the legacy code that was previously housed here -- by over 1,000 commits -- with extensive bug fixes, security hardening, and performance enhancements that are absent from the legacy codebase and any forks thereof.

Legacy source code may still be visible in third-party forks as a historical curiosity. That code is not open source. Permission is not granted to use that source in your products, to train AI models, or to re-implement BrowserBox functionality from it. These acts violate BrowserBox terms. See LICENSE.md and TRADEMARK.md.

Current source is available to customers above a threshold ACV as part of due diligence, on request. Contact sales@dosaygo.com.


BrowserBoxâ„¢ is a remote browser isolation (RBI) platform for security teams, SaaS builders, and IT ops. It streams a full modern browser to any client with low latency and 60 FPS, supports embedding, and runs on Windows, Linux, and containers. A product key is required for all self-hosted BrowserBox usage.

Install

Linux & macOS

curl -fsSL https://browserbox.io/install.sh | bash

Windows

irm https://browserbox.io/install.ps1 | iex

Via npm

npm i -g @browserbox/browserbox

Quick Start

bbx install
bbx certify YOUR_PRODUCT_KEY
bbx setup
bbx run

Cloud API

Create on-demand ephemeral browser sessions without self-hosting. Purchase minute packs and manage sessions via REST.

curl -X POST https://win9-5.com/api/v1/sessions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"minutes": 15}'

Full API documentation: win9-5.com/api

Embed BrowserBox

<script src="https://win9-5.com/browserbox-webview.js" type="module"></script>
<browserbox-webview
  login-link="https://your-instance.com/login/abc123"
  width="1024"
  height="768">
</browserbox-webview>

The <browserbox-webview> element provides a session-host API with namespaced surfaces for tabs, pages, capture, augmentation, selection, and policy-gated capability control.

Licensing

BrowserBox is a commercial product. All usage requires a valid license.

Support

About

BrowserBox™ is © 2018-2026 DOSAYGO Corporation USA. All rights reserved.

dosaygo.com | browserbox.io | CloudTabs