Skip to content

Releases: mingo-app/mingo

2026.2.0

19 Feb 07:15
ac189f2

Choose a tag to compare

Release 2026.2.0

This is a production release.

Released on 2026-02-19 08:11:14

Release Candidate 2026.2.0-rc1

11 Feb 12:58
ac189f2

Choose a tag to compare

Pre-release

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

12 Dec 09:53
ac189f2

Choose a tag to compare

Release 2025.12.0

This is a production release.

Released on 2025-12-12 10:50:33

Release Candidate 2025.11.0-rc3

09 Dec 14:19
ac189f2

Choose a tag to compare

Pre-release

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

28 Nov 09:37
ac189f2

Choose a tag to compare

Pre-release

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

17 Nov 14:55
ac189f2

Choose a tag to compare

Pre-release

🚀 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

22 Oct 17:07
ac189f2

Choose a tag to compare

Pre-release

🚀 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

13 Oct 04:53
ac189f2

Choose a tag to compare

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
    • Fixed hanging on invalid scripts (#705)
    • "new" keyword now properly required in NodeShell (#701)
  • 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

07 Oct 12:11
ac189f2

Choose a tag to compare

v2.1.0-rc1 Pre-release
Pre-release
  • User Management
  • Atlas Integration
  • tons of bug fixes and issues resolved

Thanks for the feedback!

v2.0.2

05 Jul 08:59
ac189f2

Choose a tag to compare

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...