intellij-idea-oss 2026.1 (new cask)#258697
Open
brunovieira97 wants to merge 4 commits intoHomebrew:mainfrom
Open
intellij-idea-oss 2026.1 (new cask)#258697brunovieira97 wants to merge 4 commits intoHomebrew:mainfrom
brunovieira97 wants to merge 4 commits intoHomebrew:mainfrom
Conversation
krehel
reviewed
Apr 11, 2026
krehel
reviewed
Apr 11, 2026
krehel
reviewed
Apr 11, 2026
Author
|
Thank you for the tips, @krehel! |
Co-authored-by: Justin Krehel <39449589+krehel@users.noreply.github.com>
05b2a7f to
adea418
Compare
Author
|
Sorry about the force push, realized there was a misconfiguration in my .gitconfig that resulted in wrong address for my commits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths.AI-based chat used to assist with Ruby language syntax, more specifically for livecheck regular expression matching and for URL conditional concatenation.
Tests performed manually:
audit,style,installanduninstallbrew uninstall --zap --force intellij-idea-ossbrew livecheck intellij-idea-ossEnsured there is no conflict with IntelliJ IDEA's unified release (distributed on JetBrains' website and also available as cask
intellij-idea).This cask is for the open-source release of IntelliJ IDEA, only available on the official GitHub repo, and therefore was named
intellij-idea-oss.As announced in a december 2025 blog post, IntelliJ IDEA has moved to a unified release, replacing previous Community and Ultimate editions. However, these CI builds available on GitHub are not the same as the unified releases obtainable from JetBrains' website or
intellij-ideacask.The open-source builds, as detailed in this blog post and the FAQ, are the basis for the new unified release and do not contain any license management, paid features or trial requests for free accounts (migrated users from Community Edition). Other missing features are AI plugins, settings sync, and account management. Plugins can still be installed from the Marketplace, allowing paid or proprietary features to be added on demand.
I have opened an issue a while ago, where we discussed if the original
intellij-idea-ceshould be marked as deprecated or point to these new open-source builds, and the decision was to keep it deprecated as "Community Edition" had officially ceased to exist in the upstream, so Homebrew should follow that.Therefore, I am proposing we add this new cask as an option for users that value the open-source-only version, such as me, for privacy, ethical or any other reason or preference.