Marrow
Marrow is a self-hosted, open-source knowledge base. Every workspace can be exported to a transparent, human-readable bundle, and any export bundle can be restored to an exact replica of the original workspace.
Where to start
Section titled “Where to start”- Quickstart — get a local instance running.
- Docker Compose — production-style self-host.
- OIDC — wire Marrow up to Google, Keycloak, or any OIDC provider.
- Restore guarantee — the architectural foundation.
Core principles
Section titled “Core principles”- Restore guarantee. Every export bundle is restorable to a byte-faithful workspace.
- Append-only history. Every save is a new revision. Old revisions are never modified.
- Transparent format. Bundles are plain Markdown + JSON in a zip.
- Self-hosted. Your data never leaves the infrastructure you control.