Documentation
Dynoxide is a DynamoDB emulator written in Rust and backed by SQLite. It runs as a native binary - no Docker, no JVM - and tracks real DynamoDB through an independent conformance suite.
Ways to use it:
- HTTP server - drop-in replacement for DynamoDB Local, works with any AWS SDK
- MCP server - 34 tools for coding agents like Claude Code and Cursor
- Embedded library - call the Rust API directly, including on iOS
- Browser - the engine compiled to WebAssembly, running client-side over wa-sqlite and OPFS (a preview)
Start with the installation guide or jump straight to the quick start if you've already installed it.
For the full reference - every flag, every option, every edge case - the README on GitHub is the canonical source. These docs are the curated version: enough to get you productive, without the noise.