{
    "version": "1.12.1",
    "description": "The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.",
    "homepage": "https://anythingllm.com",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop.exe#/dl.7z",
            "hash": "af8c16f22215fad4dee4d66941c8469156c903faf08ca8abe6fdb5e73c4d95c8"
        },
        "arm64": {
            "url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop-Arm64.exe#/dl.7z",
            "hash": "62101ce05f4c0777e1e2fdcfad7e4f4e6ce92c25fdee395c699760961bc55721"
        }
    },
    "installer": {
        "script": [
            "Get-Item -Path \"$dir\\`$PLUGINSDIR\\app*.7z\" | Expand-7zipArchive -DestinationPath \"$dir\" -Removal",
            "Expand-7zipArchive -Path \"$dir\\resources\\backend.7z\" -DestinationPath \"$dir\\resources\\backend\" -Removal",
            "Remove-Item -Path \"$dir\\`$*\", \"$dir\\Unintall*\" -Recurse"
        ]
    },
    "shortcuts": [
        [
            "AnythingLLM.exe",
            "AnythingLLM"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Mintplex-Labs/anything-llm"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop-Arm64.exe#/dl.7z"
            }
        }
    }
}
