A modern, cross-platform MongoDB GUI — the open-source successor to Robo3T.
BysonDB is a high-performance, open-source MongoDB management tool built with Electron and React. It provides native support for MongoDB 4.4 through 8.0+, including advanced features like SSH Tunneling, TLS/SSL, and a rich results viewer (Tree, Table, JSON).
Developed with a focus on speed, aesthetics, and reliability, BysonDB offers a premium experience for database administrators and developers alike — completely free, no paywalls, no feature tiers.
Tree View — with type-detection badges and context menu

Table View — high-performance grid for large datasets

Connection Dialog — SSH, TLS, Authentication support

Robo3T was the go-to MongoDB GUI for hundreds of thousands of developers — lightweight, fast, and free. It was discontinued after acquisition. MongoDB Compass is the official alternative but is heavy and opinionated. Other OSS options are either unmaintained or lock core features behind a paywall.
BysonDB fills that gap. Same simplicity, modern codebase, actively maintained.
| Feature | BysonDB | Robo3T | MongoDB Compass |
|---|---|---|---|
| Free & open-source | ✅ | ✅ | ✅ |
| SSH Tunneling | ✅ | ✅ | ✅ (paid) |
| TLS/SSL | ✅ | ✅ | ✅ |
| Tree / Table / JSON views | ✅ | ✅ | |
| Monaco Editor | ✅ | ❌ | ❌ |
| APM Profiler | ✅ | ❌ | ❌ |
| Active development | ✅ | ❌ sunset | ✅ |
| Cross-platform | ✅ | ✅ | ✅ |
- 🚀 Native Performance: Built on the official Node.js MongoDB driver for maximum compatibility.
- 🎨 Modern UI: Sleek dark mode, intuitive layouts, and smooth micro-animations.
- 🔒 Secure Connectivity: Native support for SSH Tunneling (Password/Private Key) and TLS/SSL.
- 🛠️ Rich Results Viewer:
- Tree View: Detailed view with type-detection badges (ObjectId, String, Date, etc.).
- Table View: High-performance grid for large datasets.
- JSON View: Formatted syntax-highlighted output.
- ⚡ Advanced Querying: Professional editor powered by Monaco Editor.
- 🧱 Aggregation Pipeline Builder: Visually build pipelines stage by stage with drag/drop, form or code editing, live per-stage preview, an execution-plan explainer, and saved pipelines.
- 📊 APM Profiler: Real-time query performance monitoring.
- 📂 Multi-Connection: Manage and switch between multiple local and remote instances seamlessly.
Ready-to-use binaries for Windows, macOS, and Linux are available on the Releases Page.
Tip
macOS (v1.0.9+) is now officially Digitally Signed and Notarized by Apple. macOS users can open BysonDB directly.
Windows builds are currently pending approval from SignPath.io. Until then, Windows users may still see a SmartScreen warning. Please refer to our Installation & Release Guide for more details.
$ git clone https://github.com/vutranHS/byson.git
$ cd byson
$ npm install$ npm run dev# For Windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linuxSee our full roadmap in ROADMAP.md.
Already shipped in v1.0.8: Workspace Sessions, Global Query History, Tab IDE Menus, SSH Auto-Reconnect, Export/Import Engine (JSON/CSV/BSON/XLSX), Monaco Editor.
Recently shipped: Aggregation Pipeline Builder (with Explain plan viewer), Index Manager.
Coming soon: Schema Analyzer.
We welcome contributions from the community! Whether it's fixing a bug, adding a feature, or improving documentation:
- Check out our Contributing Guidelines.
- Fork the repository.
- Submit a Pull Request using our professional template.
We are committed to fostering an open and welcoming environment.
This project is licensed under the MIT License. See the LICENSE file for the full text.
Built with ❤️ by VuTran and the Open Source Community
