Extras/bucket/lmstudio.json
2026-07-22 00:55:39 +00:00

48 lines
1.7 KiB
JSON

{
"version": "0.4.20-1",
"description": "Discover, download, and run local LLMs (llama.cpp, MLX). Chat UI and OpenAI-compatible local API server.",
"homepage": "https://lmstudio.ai",
"license": {
"identifier": "Proprietary",
"url": "https://lmstudio.ai/app-terms"
},
"architecture": {
"64bit": {
"url": "https://installers.lmstudio.ai/win32/x64/0.4.20-1/LM-Studio-0.4.20-1-x64.exe#/dl.7z",
"hash": "cae7b4a3dbdf97252f35d2d2d1b70e81415f1aac92b3e4779994bdec84ec067d"
},
"arm64": {
"url": "https://installers.lmstudio.ai/win32/arm64/0.4.20-1/LM-Studio-0.4.20-1-arm64.exe#/dl.7z",
"hash": "8004463b13ef994fb05e78806f5c940d95c85e41c9bebdb297a6ba6bb4634b64"
}
},
"installer": {
"script": [
"Get-Item -Path \"$dir\\`$PLUGINSDIR\\app*.7z\" | Expand-7zipArchive -DestinationPath \"$dir\"",
"Remove-Item -Path \"$dir\\`$*\", \"$dir\\Uninst*.exe\" -Force -Recurse -ErrorAction Ignore"
]
},
"bin": "resources\\app\\.webpack\\lms.exe",
"shortcuts": [
[
"LM Studio.exe",
"LM Studio"
]
],
"checkver": {
"url": "https://lmstudio.ai/download",
"regex": "\\\\\"version\\\\\":\\\\\"(?<ver>[\\d.]+)\\\\\",\\\\\"build\\\\\":\\\\\"(?<build>\\d+)\\\\\"",
"replace": "${ver}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://installers.lmstudio.ai/win32/x64/$version/LM-Studio-$version-x64.exe#/dl.7z"
},
"arm64": {
"url": "https://installers.lmstudio.ai/win32/arm64/$version/LM-Studio-$version-arm64.exe#/dl.7z"
}
}
}
}