System requirements
Mongrel is a Tauri 2 desktop app. Current packages target Windows x64 and ARM64, macOS Apple silicon, and Linux x86-64. The app window requires at least 800 by 600 pixels.
Windows
Use the x64 or ARM64 .exe or .msi installer published on the download page. Mongrel uses the platform webview runtime required by Tauri and stores local app data through the operating system.
macOS
Use the Apple silicon (ARM64) .dmg published on the download page. An Intel macOS package is not currently published. Mongrel does not require Node.js, Rust, or a local server for normal use.
Linux runtime packages
Current Linux packages target x86-64. The .deb and .rpm builds use the host Tauri GTK/WebKit stack; the AppImage bundles WebKitGTK and other non-base runtime dependencies.
Optional Linux capabilities
Some workflows depend on host permissions outside the app.
Database plugin requirements
Most database engines install as signed first-party plugins from inside the app; MongoDB and MongrelDB are built into default builds. A few engines need vendor runtimes that Mongrel does not distribute and that you install yourself.
Source builds
End users do not need source-build tools. Contributors building Mongrel from source need Node 24 or newer and Rust 1.88 or newer.

