Project Files
vendor / toolchain / MANIFEST.json
{
"toolchain_mode": "runtime-install",
"bundled_binaries": false,
"version": "1.0.0",
"description": "The LMS Hub package is slim. Document engines are installed into the user's LM Studio data directory after explicit consent.",
"runtime_install_dir": "~/.lmstudio/ai-to-pdf-docx-odt-epub/toolchain/<platform>",
"supported_install_platforms": [
"windows-x64",
"linux-x64",
"macos-x64",
"macos-arm64"
],
"unsupported_platforms": [
"iOS"
],
"components": {
"pandoc": "3.9.0.2",
"tectonic": "0.16.9",
"fonts": [
"NotoSerif-Regular.ttf",
"NotoSerif-Bold.ttf",
"NotoSerif-Italic.ttf",
"NotoSerif-BoldItalic.ttf",
"NotoSansMono-Regular.ttf",
"STIXTwoMath-Regular.otf"
]
},
"toolchain_version": "1.0.0",
"notes": "STIX Two Math may be bundled in vendor/toolchain/fonts. generate_document_verified never downloads engines/fonts; it writes built-in non-academic fallback files when engines are missing, stores the pending request, returns a localized install prompt, and install_document_engines resumes the same filenames after explicit consent."
}