A lean, performance-first MongoDB desktop GUI, powered by Electron.
Still under development — don't use it for anything important; no liability for data loss.
pnpm install # uses pnpm
pnpm dev # launch the app with hot reload
pnpm build # production build into ./out
pnpm dist:dir --arm64 # package an unpacked Apple Silicon app
pnpm clean # remove generated build files- Browse databases / collections / indexes / users
- Inline document editing, multi-tab views
- A
vm-sandboxed shell that runs mongosh-style JS (find/aggregate/runCommand…) - Autocomplete, saved queries, and history
- Native import / export for JSON / CSV / XLSX / BSON
- Tree / JSON / Table result views
- Visual explain
macOS builds update through Sparkle, use ad-hoc signing, and are not notarized. On first launch, select Open Anyway in Privacy & Security or run xattr -dr com.apple.quarantine /Applications/AMDM.app.
AMDM is an unofficial MongoDB client and is not affiliated with MongoDB, Inc. in any way.