Download Grimoire
Free and open source. Choose your platform below.
Windows
v1.0.0
Grimoire is not code-signed yet. Windows may show “Windows protected your PC” when you run the installer. If you downloaded from this page or our official GitHub release , choose More info, then Run anyway. Advanced users can verify the installer with checksums-windows.txt on the release page .
macOS
v1.0.0
macOS builds are not notarized yet; Gatekeeper may ask you to confirm before opening.
Linux
v1.0.0
Linux has no SmartScreen-style gate; use your usual package trust and optional checksum files on the release page .
System Requirements
Typical targets only — exact numbers depend on your platform and release. See the app repository README for up-to-date build and runtime expectations.
Grimoire (app)
- Windows 10 or later, macOS 12 or later, or a recent 64-bit Linux distribution
- On the order of a few hundred MB disk for the app; additional space for indexes and attachments
AI assistant (optional)
- Ollama installed locally
- About 4 GB RAM is a reasonable baseline to run smaller chat and embedding models; the real number is model-dependent — larger models, higher context windows, and keeping a model loaded can require 8 GB or much more. Check Ollama and your model’s documentation.
- GPU acceleration supported but not required
Prefer to build from source?
Grimoire is open source under GPL v3. Clone the repository and build it yourself
git clone https://github.com/3ravens/Grimoire.git -
Install Rust, Node.js, the Tauri prerequisites for your OS, and the native libraries the app needs (libzim, WebKitGTK, vcpkg on Windows, and so on) — see builds-and-installers.md and the README.
npm installalone is not enough on every platform. -
In the cloned repo, run
npm install. -
Start the desktop app with
npm run tauri dev(from the repository root), as documented in the README Development section.
Full detail, tests, and optional tooling: README on GitHub and builds-and-installers.md .