Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.26 KB

File metadata and controls

39 lines (25 loc) · 1.26 KB

Monolens

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.


Tech Stack

  • Rust + Tauri — high-performance backend with secure system-level access
  • Vue 3 + TailwindCSS — modern, responsive, and maintainable frontend

Features

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!

Development

  1. Install dependencies
pnpm install
  1. Make sure Rust is installed on your machine installation guide
  2. Additionally install Rust Tauri installation guide
  3. Run in development mode
pnpm tauri dev