MongoDB work that fits your Mac

Choose the native architecture for your Mac, connect to a local server or MongoDB Atlas, and keep visual exploration and real driver scripts in one workspace.

Choose Apple silicon or Intel

MongoG provides two macOS disk images so the application matches the processor in your Mac. Download the ARM64 .dmg for Apple silicon systems such as M1 and newer models. Download the x64 .dmg for an Intel-based Mac. You can confirm the processor from About This Mac before choosing a build.

Open the disk image and follow the normal macOS installation flow. Release history keeps version-specific download links available, while the main download buttons always resolve the newest published release for the selected architecture. The update system uses a separate updater artifact; visitors only need the public .dmg installer.

Connect without putting secrets in scripts

Create a connection profile for a local deployment, a remote server, or MongoDB Atlas. Paste the URI into the connection editor rather than into a query tab. Saved credentials are encrypted with operating-system secure storage and stay on the device. Query history, saved scripts, and result data do not need to contain a credentialed URI.

For Atlas, confirm that the Mac's current network is allowed by the project and that the database user has only the roles the work requires. For a local deployment, verify that the server is running and listening on the expected interface. TLS, authentication, read preference, and timeout settings are available when a deployment requires them.

The MongoG connection guide walks through local and Atlas connections with placeholder values.

Browse collections or write a driver script

Use the collection workspace for quick, bounded document browsing and deliberate single-document edits. Filters, paging, inserts, replacements, and deletes keep BSON values visible. Switch to the query editor when the task is easier to review as code: an aggregation pipeline, a bulk update, a transaction, or an investigation you may need to repeat.

The query editor works with official MongoDB Node.js driver objects. Typed completions cover driver methods, while sampled schema information suggests field paths for the selected namespace. MongoG can automatically wait for common driver promises without changing the source stored in saved scripts or history.

If you are learning the syntax, start with MongoDB query examples and aggregation pipelines. Every example uses an isolated tutorial database and explains its expected result.

Keep long sessions organized

MongoG is designed as a desktop workspace with tabs, keyboard shortcuts, saved scripts, and history. Results remain associated with the statement that produced them. Cursors use bounded pages instead of silently reading an entire collection into memory, and cancellation is available for work that should not continue.

Administration views cover indexes, explain plans, bounded global search, change streams, and GridFS. A read-only profile disables relevant mutations in MongoG, while MongoDB server roles remain the authoritative permission boundary.

When MongoG is a good fit on macOS

MongoG fits developers who want to move between document browsing and explicit JavaScript driver work without leaving one application. It is especially useful when preserving BSON types, retaining query context, and keeping connection secrets out of scripts matter more than building a dashboard or hiding the database API.

MongoDB Compass remains the official MongoDB GUI and includes visual aggregation, schema analysis, import/export, and other broad tooling. Review the MongoDB Compass alternative page for a neutral workflow comparison before changing tools.

The macOS builds provide the same MongoG workflow as Windows and Linux. Teams using multiple operating systems can share driver scripts and documentation even when each developer downloads a different installer architecture.