Everything you need to go from zero to a running Grimoire instance.
| Page | What you’ll learn |
|---|---|
| Installation | Docker Compose, dotnet run, and building from source |
| Configuration | All available settings and environment variables |
| Quick Start | Create an app, store a secret, and read it back in 5 minutes |
| Requirement | Minimum version | Notes |
|---|---|---|
| .NET SDK | 10.x | Only needed for dotnet run / building from source |
| Docker Desktop | any recent | Required for Docker Compose and E2E tests |
| Git | any | To clone the repository |
Use Docker Compose — no .NET SDK required.
Follow Building from source, then come back to the Architecture section to understand the codebase.
Skip straight to the Client Library section.