Qodana CLI is a Open Source Windows program in the Developer Tools category, developed by JetBrains s.r.o.. The current version is 2026.2.1; you can download it safely from its official source with the download button above.
✨ Features
code-qualitycode-scanningjetbrainsqodana
📝 Release notes (2026.2.1)
Changelog
- :arrow_up: QD-15843: bump report UI and Converter to version 0.12.9
- :arrow_up: QD-15950 Update release feeds (#1036)
- :bug: QD-13943 Use GitHub App token for post-release cross-repo PRs
- :bug: QD-15753 install ICU in the C++ base images so the .NET backend doesn't FailFast (262) (#1020)
- :wrench: QD-15245: add dotnet binary installation to the base docker … (#1034)
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).
- To run Qodana with a container (the default mode in CLI), you must have Docker or Podman installed and running locally to support this: https://www.docker.com/get-started, and, if you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
- To run Qodana without a container, you must have the IDE installed locally to provide the IDE installation path to the CLI or specify the product code, and CLI will try to download the IDE automatically (experimental support).
macOS and Linux
Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash
Also, you can install nightly or any other version (e.g. v2023.2.9) the following way:
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- nightly
Windows
Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains
scoop install qodana
Anywhere else
Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page.Update
Update to the latest version depends on how you choose to install qodana on your machine.Update with Homebrew
brew upgrade qodana
Update with Scoop
scoop update qodana
Update with Chocolatey
choco upgrade qodana
Update on Linux and macOS with the installer script
curl -fsSL https://jb.gg/qodana-cli/install | bash
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
SHA-256: 991A714593DC1E61331D60C20172C0C027041A43A11EAE2A5A279272647E7E05
Check on VirusTotal ↗