Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:43

Docutaz 2.0.0

The first release of Docutaz — a cross-platform GUI for MongoDB 8+ built on a modern mongosh shell. Docutaz is an actively maintained fork of Robomongo / Robo 3T, brought up to date: migrated to Qt 6, all vendored third‑party code removed, Boost dropped, and unit‑tested in CI on every platform.

Highlights

  • MongoDB 8+ via an embedded mongosh shell — multi‑statement JS, server‑side autocomplete.
  • Explorer for databases/collections/documents, visual document editor, index & user management, paged results, TLS/SSL and SSH‑tunnel connections.
  • Native builds on every platform: Linux x86_64 and arm64, macOS Apple Silicon, Windows x64.
  • Privacy‑first: no telemetry, no analytics, no phone‑home. The only network traffic is your own MongoDB/SSH connections. Optional update notifications check only this repository and send nothing about you.
  • Imports your existing connections from Robo 3T (~/.3T/robo-3t/).

Install (quick start)

Prerequisite — mongosh 2.x or newer (not bundled). Keep it on your PATH, or set its path in Options → Preferences → mongosh path.

  • Linux — install the runtime libraries, then run:
    • Fedora/RHEL: sudo dnf install qt6-qtbase qt6-qtbase-gui qt6-qtsvg qscintilla-qt6 libssh2 openssl
    • Debian/Ubuntu: sudo apt install libqt6widgets6 libqt6network6 libqt6xml6 libqt6printsupport6 libqt6svg6 libqscintilla2-qt6-15 libssh2-1 libssl3
    • then: tar xzf docutaz-2.0.0-linux-.tar.gz && cd docutaz-2.0.0-linux- && ./docutaz.sh
    • run ./install-desktop.sh once to get the app‑menu / Wayland launcher icon.
  • macOS (Apple Silicon) — unzip; the app is unsigned, so right‑click → Open (or run xattr -dr com.apple.quarantine Docutaz.app).
  • Windows (x64) — extract, run docutaz.exe; on SmartScreen click More info → Run anyway.

📖 Full guide: docs/INSTALL.md

Notes

  • macOS and Windows builds are unsigned — the steps above clear the OS warnings.
  • Windows‑on‑ARM and signed/notarized macOS builds are planned for a future release.
  • Based on Robomongo (Studio 3T); licensed under GPL v3.