intellij-community

About intellij-community
IntelliJ Community is the open-source foundation for JetBrains IDEs, including IntelliJ IDEA and PyCharm. It provides the core platform and tools for developing JetBrains' integrated development environments.
The repository contains the source code for building and customizing IntelliJ-based IDEs. Developers can use this codebase to contribute to the platform or create their own IDE distributions.
Key features
- Basis for IntelliJ Platform development
- Supports building IntelliJ IDEA and PyCharm
- Includes Android module integration
- Bazel build system support
- Dockerized build environment option
- Test execution via command line
Download pycharm/2026.1.4
Jul 3, 2026WindowsWindows
Frequently asked questions
- Is intellij-community free?
- Yes. intellij-community is free and open-source software, distributed under the NOASSERTION license.
- Which platforms does intellij-community support?
- intellij-community provides downloads for Windows, macOS.
- What is the latest version of intellij-community?
- The latest version is pycharm/2026.1.4, released on Jul 3, 2026.
- What is IntelliJ Community?
- It is the open-source part of JetBrains IDEs that serves as the foundation for IntelliJ Platform development and JetBrains products like IntelliJ IDEA and PyCharm.
- How do I build IntelliJ IDEA from source?
- You need IntelliJ IDEA 2026.1 or newer with the Bazel plugin installed. Open the .bazelproject file and use Build Project, or run the bazel-build-all-community.cmd script from command line.
- What platforms are supported?
- The source can be built on Windows, Unix systems, and via Docker containers. The resulting IDEs support multiple platforms.
- What license does it use?
- The repository is open source, though the specific license isn't mentioned in the provided README content.
More Developer Tools
PowerToys
microsoft
PowerToys is a set of utilities for enhancing productivity and customization on Windows systems. It includes various tools for developers and power users to streamline workflows.
Windows Terminal
microsoft
Windows Terminal combines the classic Windows console with a modern terminal application in one package. It provides developers with a unified interface for command-line tools and shells. The software supports multiple tabs, rich text, and customization options.
Neovim
neovim
Neovim is a fork of Vim focused on improved extensibility and usability. It maintains compatibility with Vim while offering modern features like embedded terminal support and a built-in LSP client. The project emphasizes maintainability and encourages community contributions.