Secure Your Digital World with Enterprise-Grade Remote Browser Isolation (RBI)
NEWS: COMING SOON - WireGuard® and NGINX® support!
BrowserBox delivers cutting-edge remote browser isolation (RBI) technology, protecting your organization from web-based threats while empowering your team with seamless, secure browsing. A product key is required for all BrowserBox usage.
Unlock advanced security, ensure compliance, and boost productivity today!
- Why Choose BrowserBox?
- Key Benefits
- Get Your License & Start Today!
- Who Needs BrowserBox?
- Core Features
- See It In Action
- Platform Compatibility
- Get Started in 3 Steps
- Meet
bbx
: Your BrowserBox Command Center - Embed BrowserBox Anywhere
- Advanced Usage
- License Compliance & Usage Data
- Frequently Asked Questions (FAQ)
- Support
- About DOSAYGO
- Sponsors
- Copyright & Licensing
In today's threat landscape, standard browsing is a significant risk. BrowserBox provides a secure, isolated environment that neutralizes web-based threats before they reach your network or endpoints. It's an essential tool for:
- Protecting Sensitive Data: Ideal for handling confidential information in healthcare (HIPAA), finance, and government (NIST 800-53).
- Secure Automation: Safely automate web interactions, even with sensitive data.
- Compliance & DLP: Meet stringent regulatory requirements and prevent data loss.
- Developer Productivity: Easily embed secure browsing into applications.
- Unmatched Security: Stop malware, ransomware, and zero-day attacks. Prevent costly data breaches.
- Effortless Integration: Clientless RBI works in any browser. Embed secure browsing into your apps or protect local tabs with zero friction.
- Cross-Platform Power: Runs on Windows, Linux (Debian, Ubuntu, RHEL, CentOS, NixOS), Docker, and LXC.
- Productivity Boost: Features like Zero Latency Mode, customizable policies, and a mobile-first experience are built for modern teams.
-
Developer Friendly: Powerful
bbx
CLI and an easy-to-use Embedding API.
BrowserBox requires a license for all use. Choose the option that's right for you:
- 🚀 Get a Commercial License - Starting at $99/user/year. Volume discounts available.
- 🌍 Get a Non-Commercial License - $39/user/year for individuals, non-profits, and government.
- 🧪 Request a Free 14-Day Trial - Experience the full power of BrowserBox.
- 🛡️ Explore Solutions for Regulated Industries - HIPAA, NIST 800-53, DLP, and more.
[!CAUTION] Unlicensed instances will display a warning and shut down after a brief period. Ensure you have a valid product key for uninterrupted use.
- Businesses & Enterprises: Safeguard your network, data, and employees from web-based threats.
- Regulated Industries (Healthcare, Finance, Government): Ensure compliance (HIPAA, NIST 800-53), protect sensitive data, and implement robust DLP.
- Developers & Integrators: Embed secure, isolated browsing directly into your applications and workflows.
- IT & Security Teams: Deploy a scalable, manageable, and powerful RBI solution quickly.
- Automation Specialists: Securely run Puppeteer & Playwright scripts in an isolated environment.
- Clientless Remote Browser Isolation (RBI): No downloads or plugins needed for end-users. Access from any modern web browser.
- Comprehensive Platform Support: Windows, major Linux distributions, Docker, LXC.
-
Powerful
bbx
CLI Tool: Manage installations, licenses, users, and run modes (including Tor). -
Easy Embedding API: Integrate BrowserBox into your web applications with a simple
<browserbox-webview>
custom element. - Automation Ready: Designed for use with Puppeteer (PPtr) and Playwright (support coming soon).
- Security Focused: Built-in DLP features, Tor support for anonymity, and robust access controls.
- 1-Click Cloud Deployment (Coming Soon): Easily deploy on Vultr, AWS, Azure, or Linode.
BrowserBox provides a full-featured, secure browsing experience:
BrowserBox runs seamlessly across a wide range of operating systems and containerization technologies:
Platform | Supported | Icon |
---|---|---|
Windows & Windows Server | ✅ | ![]() |
Debian | ✅ | ![]() |
Ubuntu | ✅ | ![]() |
CentOS Stream | ✅ | ![]() |
RHEL | ✅ | ![]() |
NixOS | ✅ | ![]() |
Docker | ✅ | ![]() |
LXC | ✅ | ![]() |
[!NOTE] Always run
bbx update
to ensure you have the latest version (v11+) with all fixes and features.
The bbx
command-line interface is your primary tool for managing BrowserBox.
-
Windows:
irm bbx.dosaygo.com | iex
-
Linux (Debian, Ubuntu, CentOS, RHEL, NixOS) & macOS & Docker:
bash <(curl -sSL bbx.sh.dosaygo.com) install
-
Via NPM (@browserbox/browserbox):
npm i -g @browserbox/browserbox bbx-install
A product key is required.
- Commercial Use: Starts at $99/user/year. Purchase Commercial License.
- Non-Commercial Use: $39/user/year (for individuals, non-profits, government). Purchase Non-Commercial License.
- Evaluation: Request a 14-Day Free Trial.
- Limited Time Offer: Sign up by April 30, 2025, for 10% off your first year!
You can also purchase directly via the bbx
CLI on Linux/macOS:
bbx activate [seats]
[!IMPORTANT] After purchase, you'll receive an email with a secure link to view your Product Key. Save it safely; the link is single-use. Lost keys can be re-issued by contacting Support (evaluation keys cannot be rolled).
-
Windows: Set the
LICENSE_KEY
environment variable:$Env:LICENSE_KEY = "YOUR_BROWSERBOX_PRODUCT_KEY"
-
Linux/macOS: Use
bbx certify
to enter and save your Product Key (if not already saved viabbx activate
).bbx certify YOUR_BROWSERBOX_PRODUCT_KEY
Then, start BrowserBox:
bbx setup # Run once for initial configuration
bbx run
Access BrowserBox using the Login Link provided in your console. For public internet access, ensure your DNS records are configured correctly. View logs with bbx logs
and stop with bbx stop
.
The bbx
CLI simplifies every aspect of BrowserBox management:
- ✅ Easy Installation & Updates:
bbx install
,bbx update
- 💳 License Management:
bbx activate [seats]
,bbx certify <key>
- 👩💻 Multi-User Support: Run BrowserBox for multiple users on a single machine.
- 🐳 Docker Integration:
bbx docker-run
- 🧅 Tor Anonymity:
bbx tor-run
- ⚙️ Core Operations:
bbx run
,bbx stop
,bbx logs
,bbx setup
- 🌟 And much more! Run
bbx --help
for a full list of commands on your OS.
Easily integrate secure, remote browsing into your web applications using the BrowserBox Embedding API. Our <browserbox-webview>
custom element allows you to add a fully isolated browser to any webpage.
Quick Start:
-
Configure Server: Set
ALLOWED_EMBEDDING_ORIGINS
on your BrowserBox server:export ALLOWED_EMBEDDING_ORIGINS="https://your-embedding-site.com" bbx run
-
Add to HTML: Include the script and element in your webpage:
<script src="https://raw.githubusercontent.com/BrowserBox/BrowserBox/main/api/browserbox-webview.js"></script> <browserbox-webview login-link="https://your-browserbox-instance.com/login/abc123" width="800" height="600"></browserbox-webview>
For more details, see the browserbox-webview.js file.
- Secure Document Viewing: Safely preview files without downloading them to the client device (Linux only).
- Developer Tools Access: Inspect remote pages by right-clicking within the BrowserBox session.
-
Tor & SSH Tunneling: Enhance privacy and anonymity. Refer to the Advanced Setup Guide (Note:
ADVANCE.md
link needs to be created or pointed correctly).
BrowserBox requires a valid license for all deployments. We utilize usage data solely to ensure license compliance and for operational purposes. We never sell your data. Please review our Privacy Policy and Terms of Service.
[!IMPORTANT] A valid license unlocks all features, ensures ongoing support, and guarantees a secure, compliant solution.
Q: Why is a license required for BrowserBox? A: Licensing supports continuous development, maintenance, and the advanced security features BrowserBox provides. It ensures we can deliver a robust, enterprise-grade RBI solution.
Q: Do you offer perpetual licenses (non-subscription, version-locked)? A: Yes, for enterprise clients with an Annual Contract Value (ACV) of $150K+. Please contact sales@dosaygo.com for inquiries.
Q: How does BrowserBox compare to other RBI solutions? A: BrowserBox uniquely combines enterprise-grade security, extensive cross-platform compatibility (including Docker and multiple OS), an easy-to-use embedding API, and a powerful CLI, all in one package.
Q: What do I receive when I purchase a license? A: You'll get an email with a secure, one-time link to view your product key. This key is valid for the number of seats purchased (adjustable during checkout).
Q: How can I purchase more licenses or get volume discounts? A: Volume discounts are available for commercial licenses and are automatically applied on our payment page. For custom packages or questions, contact sales@dosaygo.com. Non-commercial licenses have a flat rate.
Q: I may have used BrowserBox without a license in the past. How can I become compliant? A: We understand situations can be complex. Please contact legal@dosaygo.com to discuss your situation and achieve compliance. We're here to help you get on the right track.
Q: Where can I find more information or ask other questions? A: Visit dosaygo.com or email sales@dosaygo.com.
Need help? Our team is ready to assist.
- Technical Support: support@dosaygo.com
- Sales & Licensing: sales@dosaygo.com
-
GitHub Issues: For bug reports or feature requests related to the open-source components or
bbx
tool.
DOSAYGO (also known, due to an early incorporation typo, as DOSYAGO) is committed to building innovative and secure technology solutions. Our products include:
- BrowserBox: Secure Remote Browser Isolation.
- CloudTabs: Our managed BrowserBox™ SaaS offering (browse.cloudtabs.net).
- DiskerNet: Technology for creating offline archives of web content.
Visit us at dosaygo.com.
We are grateful for the support of our sponsors. If you're interested in sponsoring BrowserBox development, please contact sales@dosaygo.com.
BrowserBox™ is © 2018-2025 DOSAYGO Corporation USA. All rights reserved.
The bbx
CLI tool and other specified components are open source under the LICENSE.md in this repository. The core BrowserBox server product requires a commercial license.
Ready to secure your browsing?
Get Your Commercial License | Get Your Non-Commercial License | Request a Free Trial