Home

Awesome

official JetBrains project Gitter

IntelliJ Scala Bundle

A bundle that includes:

  1. IntelliJ IDEA Community with selected plugins (downloads).
  2. Scala plugin for IntelliJ IDEA (downloads).
  3. SBT launcher, as a part of the Scala plugin (downloads).
  4. JetBrains SDK (downloads).
  5. JetBrains SDK sources.
  6. Scala binaries (downloads).
  7. Scala Standard Library sources (downloads).
  8. Example Scala project.
  9. IntelliJ IDEA settings for all the above.

The bundle is:

In comparison (macOS):

InstallerBundleVS
Internet use869,2 MB343,9 MB1/2
Disk use1621,5 MB640,8 MB1/3
Time>15 min.<1 min.1/50
Clicks~100~11/100

Presentation of the IntelliJ Scala Bundle: Enabling the first step (ScalaSphere).

Download

VersionDownloadIntelliJ IDEAScala PluginSDKScala
2020-04-23Windows, Mac, Linux201.6668.1212020.1.2711.0.6+8-b765.252.13.1
2020-03-17Windows, Mac, Linux193.6911.182019.3.2711.0.6+8-b520.432.13.1
2019-09-17Windows, Mac, Linux192.6603.282019.2.2811.0.3+12-b304.562.13.0
2019-05-02Windows, Mac, Linux191.6707.612019.1.71.8.0_202-release-1483-b372.12.8
2018-11-30Windows, Mac, Linux183.4284.1482018.3.48u152b1343.152.12.7
2018-09-14Windows, Mac, Linux182.4323.462018.2.118u152b1248.82.12.6
2018-05-04Windows, Mac, Linux181.4668.682018.1.98u152b1136.292.12.6

By proceeding with use of the bundle, you understand that the parts of the bundle are governed by their separate license agreements, and do not form a single product (more info).

Usage

Download, extract and run the application.

The bundle stores all its settings and caches inside the data subdirectory (except for Ivy and Maven repositories, which are system-wide).

You can use File | Import Settings and File | Export Settings to transfer the IDEA settings.

You can update or install IDEA plugins via Settings | Plugins.

Although the bundle doesn't include Git binaries, it includes Git and GitHub integrations, so you can install Git from the IDE, if needed.

Custom Builds

In addition to using the above downloads, you can create your own version of the bundle from scratch:

  1. Clone the project:
  $ git clone https://github.com/JetBrains/intellij-scala-bundle
  1. Start the assembly:
  $ sbt run

It's possible to include more example projects in the bundle.

Distributors of the bundle must display the text of bundle agreement (or link to that text) on download page.

Please note that this bundle is not supposed to replace the usual way people download, install, configure and update each of those components. The main goal of the bundle is to provide a bootstrap distribution for educational purposes (more on intended use cases).