licenses.md — mdz
← →mdzlicenses.mdhome

Licenses

mdz and its bundled libraries

mdz itself

Proprietary. Copyright © 2026 MDZ Software. All rights reserved. Reproduction or redistribution of the binary or assets without permission is strictly prohibited.

Bundled libraries

The following libraries are vendored in the app bundle (in ui/vendor/) and are loaded at runtime when a document requires them.

LibraryUsed forLicenseSource
KaTeXMath renderingMITgithub.com/KaTeX/KaTeX
highlight.jsSyntax highlightingBSD-3-Clausegithub.com/highlightjs/highlight.js
MermaidDiagram renderingMITgithub.com/mermaid-js/mermaid

Rust crate dependencies

The full list is in Cargo.lock in the repo. Notable runtime deps:

CrateUsed forLicense
tauriApp frameworkMIT / Apache-2.0
pulldown-cmarkMarkdown parserMIT
rusqliteSQLite + FTS5MIT
notifyFile system watcherCC0-1.0 / MIT
memmap2Memory-mapped file readsMIT / Apache-2.0
postcardAST wire format (Rust ↔ WebView)MIT / Apache-2.0
parking_lotSync primitivesMIT / Apache-2.0
walkdirRecursive directory walkUnlicense / MIT
bumpaloArena allocator (parser)MIT / Apache-2.0
serde / serde_json / serde_yamlSerializationMIT / Apache-2.0