Wingetlywingetly
← All apps

IntelliJ IDEA

by JetBrains s.r.o.v2026.2.2

Last updated

The Leading Java and Kotlin IDE

Install with winget

$ winget install --id JetBrains.IntelliJIDEA --exact --version 2026.2.2

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for IntelliJ IDEA

IntelliJ IDEA uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
idea-2026.2.2.exe /S

See the full silent install reference for IntelliJ IDEA

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience.

Installers · v2026.2.2

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect
arm64EXE
NSIS
userDirect
arm64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high8.1Patched in wingetCVE-2026-64815affects before 2026.2Jul 23, 2026

    In JetBrains IntelliJ IDEA before 2026.2 arbitrary code injection was possible via UI Designer form files

  • high8.6Patched in wingetCVE-2026-64814affects before 2026.2Jul 23, 2026

    In JetBrains IntelliJ IDEA before 2026.2 unauthorized file access was possible in a Remote Development session

  • critical10.0Patched in wingetCVE-2026-64813affects before 2026.2Jul 23, 2026

    In JetBrains IntelliJ IDEA before 2026.2 unauthorized settings modification was possible in a Remote Development session

  • critical10.0Patched in wingetCVE-2026-64812affects before 2026.2Jul 23, 2026

    In JetBrains IntelliJ IDEA before 2026.2 unauthorized input injection was possible in a Remote Development session

  • high7.8Patched in wingetCVE-2026-64811affects before 2026.2Jul 23, 2026

    In JetBrains IntelliJ IDEA before 2026.2 arbitrary code execution was possible before granting project trust via development container configuration

  • medium4.3Patched in wingetCVE-2026-64810affects before 2026.2Jul 23, 2026

    In JetBrains IntelliJ IDEA before 2026.2 hTML injection was possible in an IDE notification, allowing silent user activity tracking

  • critical9.6Patched in wingetCVE-2026-59792affects before 2026.1.4Jul 10, 2026

    In JetBrains IntelliJ IDEA before 2026.1.4, 2026.2 code execution via path traversal in project workspace ID handling was possible

  • low3.3Patched in wingetCVE-2026-49383affects before 2026.1May 29, 2026

    In JetBrains IntelliJ IDEA before 2026.1 xXE in the UI Designer form parser was possible

Showing 8 of 25. Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • PyCharm Community EditionJetBrains s.r.o.
    JetBrains.PyCharm.Communityv2025.2.6.1

    The Python IDE for Professional Developers

  • PyCharmJetBrains s.r.o.
    JetBrains.PyCharmv2026.2.2

    The Python IDE for Professional Developers

  • IntelliJ IDEA Community EditionJetBrains s.r.o.
    JetBrains.IntelliJIDEA.Communityv2025.2.6.2

    The Leading Java and Kotlin IDE

  • DataGripJetBrains s.r.o.
    JetBrains.DataGripv2026.2.5

    The Cross-Platform IDE for Databases & SQL by JetBrains

  • JetBrains dotUltimateJetBrains s.r.o.
    JetBrains.dotUltimatev2026.2.1

    All .NET tools, ReSharper C++, and JetBrains Rider, together in one pack

  • JetBrains ReSharper (EAP)JetBrains s.r.o.
    JetBrains.ReSharper.EAPv2021.2 EAP 8

    ReSharper provides on-the-fly code analysis and eliminates errors in C#, VB.NET, XAML, ASP.NET, and XML.

More from JetBrains s.r.o. or browse code, coding, develop.

Frequently asked questions

How do I install IntelliJ IDEA on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id JetBrains.IntelliJIDEA --exact --version 2026.2.2. winget downloads the installer from JetBrains s.r.o. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install IntelliJ IDEA silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id JetBrains.IntelliJIDEA --exact 2026.2.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for IntelliJ IDEA?
IntelliJ IDEA uses EXE (NSIS). Run the downloaded installer with: idea-2026.2.2.exe /S. The silent switches are /S.
How do I uninstall IntelliJ IDEA via winget?
Run: winget uninstall --id JetBrains.IntelliJIDEA --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from IntelliJ IDEA's Apps & Features entry.
Is IntelliJ IDEA free?
IntelliJ IDEA is distributed under Proprietary. Refer to the publisher (https://www.jetbrains.com/idea/) for the full license terms - Wingetly itself does not charge for installation.
Does IntelliJ IDEA work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls IntelliJ IDEA directly from the publisher.
How do I keep IntelliJ IDEA up to date?
Run winget upgrade --id JetBrains.IntelliJIDEA --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of IntelliJ IDEA from microsoft/winget-pkgs.

Recent versions

  • 2026.2.2latest
  • 2026.2.1
  • 2026.2.0.1
  • 2026.1.4
  • 2026.1.3
  • 2026.1.2
  • 2026.1.1
  • 2026.1
  • 2025.3.4
  • 2025.3.3