Monolens is a free, open-source MongoDB GUI IDE — a secure and efficient European alternative to proprietary tools like Studio 3T. It provides a modern, responsive interface for managing MongoDB databases.
Official homepage: monolens.org
Licensed under the Apache-2.0 License.
- Rust + Tauri — high-performance backend with secure system-level access
- Vue 3 + TailwindCSS — modern, responsive, and maintainable frontend
Currently supported features include:
- Database Connections — create, save, edit, and delete MongoDB connections
- Credential Handling — secure storage of credentials using the OS-native keyring
- Extensible Architecture — designed to easily add new features, such as data querying, visualization, and advanced operations
But there are many more to come!
- Install dependencies
pnpm install- Make sure Rust is installed on your machine installation guide
- Additionally install Rust Tauri installation guide
- Run in development mode
pnpm tauri dev