diff --git a/bucket/deepseek-reasonix.json b/bucket/deepseek-reasonix.json new file mode 100644 index 00000000000000..77f1dc36673c0b --- /dev/null +++ b/bucket/deepseek-reasonix.json @@ -0,0 +1,37 @@ +{ + "version": "1.10.0", + "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", + "homepage": "https://reasonix.io/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.10.0/Reasonix-windows-amd64.zip", + "hash": "sha256:6b8cc3d2c88c47a8792faa79bc06d0bb9865331d6f8e98eb3ccc948b5810caa1" + }, + "arm64": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v1.10.0/Reasonix-windows-arm64.zip", + "hash": "sha256:eff10c81edd9d8a46fd4aaa121bddb1796e68f27c2f9249aec2c53285ec48899" + } + }, + "bin": "Reasonix.exe", + "shortcuts": [ + [ + "Reasonix.exe", + "Reasonix" + ] + ], + "checkver": { + "github": "https://github.com/esengine/DeepSeek-Reasonix", + "regex": "desktop-v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-amd64.zip" + }, + "arm64": { + "url": "https://github.com/esengine/DeepSeek-Reasonix/releases/download/desktop-v$version/Reasonix-windows-arm64.zip" + } + } + } +}