opensourcerustmongodbterminaltui

mongo-tui

Terminal-based MongoDB client (TUI) written in Rust, with intuitive navigation through collections and documents.

mongo-tui is a MongoDB client for the terminal, written in Rust using Ratatui. It lets you manage MongoDB databases from the command line with an intuitive visual interface — no browser or heavy GUI required.

Features

  • Visual terminal interface for managing MongoDB databases.
  • Navigation through collections and documents.
  • Cross-platform: Linux, macOS, and Windows.

Installation

Download the binary for your system from Releases, or build from source:

git clone https://github.com/UrielCuriel/mongo-tui.git
cd mongo-tui
cargo install --path crates/tui_app

Usage

mongo-tui-app