If you like Julia, please consider starring us on GitHub and spreading the word!
StarWe provide several ways for you to run Julia:
In the terminal using the built-in Julia command line using the binaries provided below.
Using Docker images from Docker Hub maintained by the Docker Community.
JuliaPro by Julia Computing includes Julia and the Juno IDE, along with access to a curated set of packages for plotting, optimization, machine learning, databases and much more (requires registration).
Please see platform specific instructions for further installation instructions and if you have trouble installing Julia. If the provided download files do not work for you, please file an issue in the Julia project. Different OSes and architectures have varying tiers of support, and are listed at the bottom of this page. @@
Checksums for this release are available in both MD5 and SHA256 formats.
Windows (.exe) [help] | 32-bit | 64-bit | ||||
---|---|---|---|---|---|---|
macOS 10.8+ (.dmg) [help] | 64-bit | |||||
Generic Linux Binaries for x86 [help] | 32-bit (GPG) | 64-bit (GPG) | ||||
Generic Linux Binaries for ARM [help] | 32-bit (ARMv7-a hard float) (GPG) | 64-bit (AArch64) (GPG) | ||||
Generic FreeBSD Binaries for x86 [help] | 64-bit (GPG) | |||||
Source | Tarball (GPG) | Tarball with dependencies (GPG) | GitHub |
Checksums for this release are available in both, MD5 and SHA256 formats.
Windows (.exe) [help] | 32-bit | 64-bit | ||||
---|---|---|---|---|---|---|
macOS 10.8+ (.dmg) [help] | 64-bit | |||||
Generic Linux Binaries for x86 [help] | 32-bit (GPG) | 64-bit (GPG) | ||||
Generic Linux Binaries for ARM [help] | 32-bit (ARMv7-a hard float) (GPG) | 64-bit (AArch64) (GPG) | ||||
Generic FreeBSD Binaries for x86 [help] | 64-bit (GPG) | |||||
Source | Tarball (GPG) | Tarball with dependencies (GPG) | GitHub |
We're currently testing release candidates for Julia v1.4.0, an upcoming minor release in the 1.x series of releases. We encourage developers and interested users to try it out and report any issues they encounter. As a prerelease, it should not be considered production-ready; it's intended to give users a chance to try out 1.4 with their code before the full release.
Checksums for this release are available in both, MD5 and SHA256 formats.
Windows Self-Extracting Archive (.exe) [help] | 32-bit | 64-bit | ||||
---|---|---|---|---|---|---|
macOS 10.8+ Package (.dmg) [help] | 64-bit | |||||
Generic Linux Binaries for x86 [help] | 32-bit (GPG) | 64-bit (GPG) | ||||
Generic Linux Binaries for ARM [help] | 32-bit (ARMv7-a hard float) (GPG) | 64-bit (AArch64) (GPG) | ||||
Generic FreeBSD Binaries for x86 [help] | 64-bit (GPG) | |||||
Source | Tarball (GPG) | Tarball with dependencies (GPG) | GitHub |
Older releases of Julia for all platforms are available on the Older releases page. Only the LTS and Stable releases are maintained.
Nightly builds of the current unstable development version of Julia are available on the nightlies page. These are intended as developer previews into the latest work and are not intended for normal use. Most users are advised to use the current release version of Julia, above.
All Julia binary releases are cryptographically secured using the traditional methods on each platform. macOS and Windows releases are codesigned with certificates that are verified by the operating system during installation. Linux and source tarballs are signed with GPG using this key.
The platforms currently supported by Julia are listed below. They are divided into a tier system that ranks them based on level of support.
Operating System | OS Version | Architecture | Support Tier |
---|---|---|---|
macOS | 10.8+ | x86-64 (64-bit) | Tier 1 |
Windows | 7+ | x86-64 (64-bit) | Tier 1 |
i686 (32-bit) | Tier 1 | ||
Linux | 2.6.18+ | x86-64 (64-bit) | Tier 1 |
i686 (32-bit) | Tier 1 | ||
Nvidia PTX (64-bit) | Tier 1 (External) | ||
ARMv7 (32-bit) | Tier 2 | ||
ARMv8 (64-bit) | Tier 2 | ||
x86-64 musl libc | Tier 3 | ||
PowerPC (64-bit) | Tier 3 | ||
FreeBSD | 11.0+ | x86-64 (64-bit) | Tier 1 |
i686 (32-bit) | Tier 3 |
Tier 1: Julia is guaranteed to build from source and pass all tests on these platforms when built with the default options. Official binaries are always available and CI is run on every commit to ensure support is actively maintained.
Tier 2: Julia is guaranteed to build from source using the default build options, but may or may not pass all tests. Official binaries are available on a case-by-case basis.
Tier 3: Julia may or may not build. If it does, it is unlikely to pass tests. Binaries may be available in some cases. When they are, they should be considered experimental. Ongoing support is dependent on community efforts.
Tier 4: Julia built at some point in the past, but is known not to build currently.