A native MongoDB workspace that runs fully offline on macOS, Windows, and Linux. No account needed to try it.
- Version
- v0.1.0
- Released
- Apr 2026
- Platforms
- macOS · Win · Linux
One app.
Three native builds.
Pick your platform. Every build ships with a bundled mongosh, a compiled Python sidecar, and the Tauri auto-updater. Nothing calls home by default.
MongoQUI is offline-first. A network connection is only required for cloud features: AI queries, shared connections, Report Builder share links, and license sync.
Modest machine. Serious workspace.
Every build is code-signed.
Apple Developer ID on macOS, Authenticode on Windows. SHA-256 checksums are published alongside every release.
Package-manager installs ship in Q3.
Until then, grab the canonical binary above. These snippets will work as soon as the taps and repos go live.
The tap / repo isn’t live yet. Check back in Q3 2026, or follow the changelog for the announcement.
The tap / repo isn’t live yet. Check back in Q3 2026, or follow the changelog for the announcement.
The tap / repo isn’t live yet. Check back in Q3 2026, or follow the changelog for the announcement.
From download to first query in under a minute.
Install
Open the downloaded file and drop MongoQUI into Applications (macOS), run the setup EXE (Windows), or chmod +x and launch the AppImage (Linux).
Set a master password
MongoQUI encrypts every saved credential with Argon2id, keyed off a master password you control. Pick a strong one. We can't reset it for you.
Paste a MongoDB URI
Click New connection, paste any mongodb:// or mongodb+srv:// URI, and hit Test. TLS, X.509, replica sets and SRV records all work out of the box.
Run your first query
Pick a database and collection from the sidebar, drop into the Visual Query Builder or IntelliShell, and hit ⌘/Ctrl + Enter. You're in.
A single native app wrapping four pieces.
MongoQUI ships as a single native application built on the Tauri 2.1 shell. The user interface is a Next.js 15.3 + React 19 bundle served locally. All MongoDB I/O is handled by a compiled Python sidecar (FastAPI + Motor, packaged with PyInstaller) that spawns alongside the UI, and the integrated shell runs a bundled mongosh binary.
Nothing in the core workflow calls home. Your connection strings, queries, and results never leave your machine unless you opt in to cloud features.
Silent updates via GitHub Releases.
The Tauri updater checks updates.mongoqui.com on launch, downloads the delta, and applies it on next restart. No admin rights, no reinstall. Pin a version with MONGOQUI_AUTO_UPDATE=false or toggle it off in Settings → Updates.
Launch the web app at app.mongoqui.com
Same workspace, no download. Browse shared team connections, view shared Reports, manage licensing and org settings. For production workloads we still recommend the desktop app. Query execution runs through a browser-safe path in the web client.
Install MongoQUI.
Free forever for every engineer. No account to try it. 180 MB, 60 seconds, one URI away from your first query.