Consulo - multi-language ide. Project was started in 2013 year by forking IDEA Community Edition.
Main goal - create open IDE where you don't need select IDE for different languages. Provide a standard for language implementation inside IDE.
If you can't describe issue, you can use our forum, or you can read contributing guide and report issue at GitHub
| JVM | Github Actions |
|---|---|
| Java 17 | |
| Java 18 | |
| Java 19 | |
| Java 20 | |
| Java 21 |
First of all, you need those tools:
- Maven 3.5+
- JDK 17+
Then execute from command line:
mvn packageIf you want run Consulo from repository
-
as desktop application
mvn install mvn consulo:run-desktop -pl consulo:consulo-sandbox-desktop
-
as web application
first need build web sandbox
mvn package -am -pl consulo:consulo-sandbox-webthen need start code server (since we used gwt as frontend)
cd modules/web/web-ui-impl-client mvn -am vaadin:run-codeserverand start web server
cd modules/web/web-bootstrap mvn -am jetty:run