Releases: mingo-app/mingo
2026.2.0
Release Candidate 2026.2.0-rc1
Release Candidate 2026.2.0-rc1
This is a pre-release build for testing purposes.
Built on 2026-02-11 13:57:08
2025.12.0
Release 2025.12.0
This is a production release.
Released on 2025-12-12 10:50:33
Release Candidate 2025.11.0-rc3
Release Candidate 2025.11.0-rc3
This is a pre-release build for testing purposes.
Built on 2025-12-09 15:18:28
Release Candidate 2025.11.0-rc2
Release Candidate 2025.11.0-rc2
This is a pre-release build for testing purposes.
Built on 2025-11-28 10:36:06
Release Candidate 2025.11.0-rc1
🚀 Nightly Build - Release Candidate 2025.11.0-rc1
This is a pre-release build for testing purposes.
Note: Only the most commonly used platform version is included for each OS in RC builds (macOS ARM64, Windows x64, Linux x64 AppImage).
Downloads
- macOS (Apple Silicon): Mingo-2025.11.0-rc1-arm64.dmg
- Windows (x64): Mingo Setup 2025.11.0-rc1.exe
- Linux (x64): Mingo-2025.11.0-rc1-x86_64.AppImage
Built on 2025-11-17 15:54:32
Release Candidate 2025.10.1-rc
🚀 Nightly Build - Release Candidate 2025.10.1-rc
This is a pre-release build for testing purposes.
Downloads
- macOS (Apple Silicon): Mingo-2025.10.1-rc-arm64.dmg
- Windows (x64): Mingo Setup 2025.10.1-rc.exe
- Linux (x64): Mingo-2025.10.1-rc-x86_64.AppImage
Built on 2025-10-22 19:06:27
v2025.10.0
This is the actual release of the v2.1.0-rc1.
We have changed the versioning system to YEAR.MONTH.PATCH.
What's New in Mingo v2025.10.0
We're excited to announce that Mingo v2.1.0 has been released! This update brings powerful new features and critical bug fixes based on your feedback.
Major Features
User Management & Security
- User Management System (#640) - Comprehensive user management with Users, Roles, and Privileges
- User Role Control (#349) - Fine-grained access control for team collaboration
- Atlas Integration (#655) - Native MongoDB Atlas support for seamless cloud database management
New Functionality
- Open External URLs (#717) - Ability to open external URLs directly in browsers
- Custom Column Functions (#716) - Customize column values with functions for better data visualization
- SSH Tunnel Connection (#715) - Fixed SSH tunnel connectivity issues
Bug Fixes & Improvements
UI/UX Fixes
- Tab Management (#711) - Close button now visible when many tabs are opened
- Dashboard Controls (#706) - Dashboard cards and charts now properly respond to Move Up/Down buttons
- Expand/Collapse (#703) - Recursive expand/collapse functionality now works correctly
- Project Management (#713) - Fixed issue preventing project deletion
Technical Fixes
- Aggregation Timeout (#712) - Resolved MongoNetworkTimeoutError in aggregation operations
- Proxy Support (#710) - Fixed proxy connection issues
- NodeShell Improvements
- Autocomplete (#700) - Restored autocomplete functionality for basic words
- Linux AppImage (#696) - Fixed sandbox execution on Ubuntu
- Collection Statistics (#650) - Corrected differences in collection statistics display
Upgrade Now
Mingo v2025.10.0 is now available for download. This release represents months of work addressing your feedback and improving the MongoDB management experience.
Thank you to everyone who reported issues and helped make Mingo better!
v2.1.0-rc1
- User Management
- Atlas Integration
- tons of bug fixes and issues resolved
Thanks for the feedback!
v2.0.2
This is a Mingo v2 release after a long time waiting.
WARNING: due to major changes in the code, Mingo might ask for the URI passwords again. Before installing this new version, we recommend exporting your current mingo state (all settings, connections) in case you wanted to return to your older version: File -> Export Mingo State.
What is new?
We named this version v2, even though there are no major breaking changes and, ideally, there should be no visible changes for end users. Under the hood, however, almost all code has been rewritten:
- latest version of Electron, node
- Vue2 -> Vue3
- Sass rewritten to pure CSS with nesting support
- Vuex -> Pinia
- Ace Editor (for queries, etc) has been replaced by our own solution
- and much more...