Extras/bucket/jan.json
2026-07-23 09:15:13 +00:00

35 lines
1.1 KiB
JSON

{
"version": "0.8.4",
"description": "An open source alternative to ChatGPT that runs 100% offline on your computer",
"homepage": "https://jan.ai",
"license": "AGPL-3.0-only",
"suggest": {
"vcredist": "extras/vcredist2022",
"Microsoft Edge WebView2": "extras/webview2"
},
"architecture": {
"64bit": {
"url": "https://github.com/janhq/jan/releases/download/v0.8.4/Jan_0.8.4_x64-setup.exe#/dl.7z",
"hash": "59f2712ff579208c7e50df1d4408675418ca576421998549f787879372ec50b1"
}
},
"post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -ErrorAction Ignore",
"bin": "resources\\bin\\jan-cli.exe",
"shortcuts": [
[
"Jan.exe",
"Jan"
]
],
"checkver": {
"github": "https://github.com/janhq/jan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/janhq/jan/releases/download/v$version/Jan_$version_x64-setup.exe#/dl.7z"
}
}
}
}