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
› Live server details — version, topology & ops, a click away
Terminator Mode — Ognom Studio
When you'd rather just ask
Chat with your data in plain English. Studio writes the query, runs it,
charts it, and explains it — across one collection or your whole database.
› Ask follow-ups — “now just the last 30 days”
› Instant bar / line / pie / donut charts, export as PNG
› Whole-database $lookup joins, written for you
› Fast by default — flip on Deep Think for the tricky ones
› Read-only, always — it never changes your data
Everything you'd expect — and the things you wouldn't
Built for the people who query
JSON & table views
Collapsible, type-colored JSON that's ObjectId- and date-aware, or a typed table with a sticky _id.
Visual query builder
Field · operator · value rows with autocomplete from your latest 1,000 docs. Drop to raw JSON anytime.
Aggregation pipelines
Enable, disable and reorder stages with run-to-stage previews. Copy as shell or eject straight into it.
Explain plans
Index usage, docs-vs-keys examined, timing — and a verdict in English: “collection scan — add an index.”
Schema analyzer
Sample a collection and see every field, its types, fill-rate %, and example values at a glance.
Secure by default
Credentials AES-256-GCM encrypted; one toggle moves the key into your OS keychain. Secrets never return to the UI.
Many connections at once
Open several servers as live workspaces and switch between them in a click — each keeps its own tabs and sidebar, and reconnects right where you left off on launch.
Export & import connections
Move connections between machines — portable without passwords, or a passphrase-encrypted backup that carries credentials safely. Copy any connection string in two clicks.
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 name (top-left) → New 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. Connect to more servers anytime and switch between them from the same menu.
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.