One connection, one source of truth — with two front ends over it. A precise
workspace for when you want to write queries yourself, and a plain-English chat
that writes them for you. Switch in the header anytime; the guardrails never change.
Normal Mode
When you know exactly what you want
A fast, keyboard-driven workspace with everything you expect from a serious
MongoDB client — plus an AI co-pilot living in the shell.
› Visual query builder with autocomplete from your real data
Open the .dmg and drag Ognom into your Applications folder.
3
Clear Gatekeeper — one command
Ognom is open source and distributed outside the App Store, so macOS quarantines the
download. The step that works on every Mac — and is
required on Apple Silicon — is to strip that flag. Open
Terminal and run:
Then double-click Ognom in Applications. That's it — you only do this once.
Why is this needed? Why not just right-click → Open?
Because the app isn't signed with a paid Apple Developer certificate, Apple Silicon shows
“Ognom is damaged and can't be opened.” — and right-click → Open / “Open Anyway” can't bypass
that damaged verdict (Apple Silicon strictly enforces code signatures). The xattr
command removes the download flag so macOS treats the app like one you built yourself. On an
Intel Mac you'll instead see “unidentified developer” — there,
right-click → Open works too.
1
Download the installer
Grab Ognom_x.y.z_x64-setup.exe (NSIS) — or the .msi if your org prefers it.
Click the connection pill (top-left) → add a connection. Paste a connection string, or fill in host / auth / TLS under Advanced. Standard & mongodb+srv, replica sets, SCRAM, X.509, LDAP, custom CA — all supported.
2
Explore in Normal mode
Click a collection in the sidebar, or press ⌘K to jump by name. Browse documents, build queries visually, and assemble aggregation pipelines.
3
Ask in Terminator mode
Flip the header switch to Terminator, pick a database + collection (or Whole database), and type a question. Studio writes the query, runs it, and charts the answer.
4
Add your AI key
Studio and the Shell assistant use OpenAI. Go to Settings → Prompts & AI and paste your key — it's stored locally and sent only to api.openai.com from Ognom's backend, never through the web layer.
5
Stuck? Hit the ?
The ? in the header opens an in-app Help page with guided examples for both developers and product owners. You're never stranded.
Ognom is a local desktop app. Your queries go to your
MongoDB server; Studio's prompts go only to your configured
AI provider, using your key. No middleman, no account, no telemetry.