{
    "version": "2026.1.1-261.23567.138",
    "description": "Cross-Platform IDE for Java by JetBrains.",
    "homepage": "https://www.jetbrains.com/idea/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/legal/docs/toolbox/license/"
    },
    "notes": [
        "IDEA Community Edition and Ultimate Edition have now been merged into a unified product.",
        "IDEA Community 2025.2 is the last standalone version available to existing users only.",
        "For more information, see: https://blog.jetbrains.com/idea/2025/12/intellij-idea-unified-release/"
    ],
    "architecture": {
        "64bit": {
            "url": "https://download.jetbrains.com/idea/idea-2026.1.1.win.zip",
            "hash": "c3127b23a236d303d0961efa37d5dfb2ca4ba25e94c6a6325fd788e5011e5c22",
            "bin": [
                [
                    "IDE\\bin\\idea64.exe",
                    "idea"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\idea64.exe",
                    "JetBrains\\IDEA"
                ]
            ]
        },
        "arm64": {
            "url": "https://download.jetbrains.com/idea/idea-2026.1.1-aarch64.win.zip",
            "hash": "c8fa739d137e8d4bda49e15bc7b8b35b8920ac35afc3003103df1e7e17f53906",
            "bin": [
                [
                    "IDE\\bin\\idea64.exe",
                    "idea"
                ]
            ],
            "shortcuts": [
                [
                    "IDE\\bin\\idea64.exe",
                    "JetBrains\\IDEA"
                ]
            ]
        }
    },
    "extract_to": "IDE",
    "installer": {
        "script": "& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" \"$dir\" \"$persist_dir\""
    },
    "persist": [
        "IDE\\bin\\idea.properties",
        "IDE\\bin\\idea64.exe.vmoptions",
        "IDE\\bin\\jetbrains_client64.exe.vmoptions",
        "profile"
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=II&latest=true&platform=zip&type=release",
        "regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
        "replace": "${ver}-${build}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.jetbrains.com/idea/idea-$matchVer.win.zip"
            },
            "arm64": {
                "url": "https://download.jetbrains.com/idea/idea-$matchVer-aarch64.win.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
