Skip to content

Databases

  • Sequel Ace - MySQL/MariaDB database management for macOS
  • Medis — beautiful, easy-to-use Mac database management application for Redis
  • Tiny RDM — modern, lightweight cross-platform Redis desktop manager (macOS, Windows, Linux); GPL-3.0, light/dark themes

First you need to tap the official MongoDB brew:

Terminal window
brew tap mongodb/brew

Then just install mongo with:

Terminal window
brew install mongodb-community

There is one tool which people often want to install on its own, and that’s the MongoDB shell.

Terminal window
brew install mongodb-community-shell

You can also install only database tools for managing mongo database:

Terminal window
brew install mongodb-database-tools
Terminal window
brew services start mongodb-community

or stop

Terminal window
brew services stop mongodb-community