Install

Once installed julia will be available via the command line interface.

This will install the Juliaup installation manager, which will automatically install julia and help keep it up to date. The command juliaup is also installed. To install different julia versions see juliaup --help.


Please star us on GitHub. If you use Julia in your research, please cite us. If possible, do consider sponsoring us.


Supported platforms

Different OSes and architectures have varying tiers of support.

Operating System OS Version Architecture Support Tier
macOS 10.10+ x86-64 (64-bit) Tier 1
11.4+ ARMv8 (64-bit) Tier 1
10.6+ i686 (32-bit) / x86-64 (64-bit) Tier 3
Windows 10+ x86-64 (64-bit) Tier 1
i686 (32-bit) Tier 1
CUDA 10.1 Nvidia CUDA (64-bit) Tier 1
Linux (Glibc) 2.6.24+ x86-64 (64-bit) Tier 1
i686 (32-bit) Tier 1
ARMv8 (64-bit) Tier 2
ARMv7 (32-bit) Tier 3
PowerPC (64-bit) Tier 3
CUDA 10.1 Nvidia CUDA (64-bit) Tier 1
ROCM AMD ROCM (64-bit) Tier 3
oneAPI Intel oneAPI (64-bit) Tier 3
Linux (Musl) 2.6.39+ x86-64 (64-bit) Tier 2
FreeBSD 13.2+ x86-64 (64-bit) Tier 2
i686 (32-bit) Tier 3

Support tiers for the latest stable release of Julia

  • 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.

Official Binaries for Manual Download

Note that all Julia versions are installable through Juliaup.

Please see platform specific instructions for further manual installation instructions. If the official binaries do not work for you, please file an issue in the Julia project.

Current stable release: v1.10.2 (March 1, 2024)

Checksums for this release are available in both SHA256 and MD5 formats.

Platform 64-bit 32-bit
Windows [help] installer, portable installer, portable
macOS x86 (Intel or Rosetta) [help] .dmg, .tar.gz
macOS (Apple Silicon) [help] .dmg, .tar.gz
Generic Linux on x86 [help] glibc (GPG), musl[1] (GPG) glibc (GPG)
Generic Linux on ARM [help] AArch64 (GPG)
Generic FreeBSD on x86 [help] .tar.gz (GPG)
Source Tarball (GPG) Tarball with dependencies (GPG) GitHub

Almost everyone should be downloading and using the latest stable release of Julia. Great care is taken not to break compatibility with older Julia versions, so older code should continue to work with the latest stable Julia release. You should only be using the long-term support (LTS) version of Julia if you work at an organization where implementing or certifying upgrades is prohibitively expensive and there is no need for new language features or packages. See this description of "Risk Personas" for more detail on who should be using what versions of Julia based on their risk tolerance. See this blog post on Julia's Release Process for more information on different kinds of releases.

Long-term support (LTS) release: v1.6.7 (July 19, 2022)

Checksums for this release are available in both, SHA256 and MD5 formats.

Platform 64-bit 32-bit
Windows [help] installer, portable installer, portable
macOS [help] .dmg
Generic Linux on x86 [help] glibc (GPG), musl[1] (GPG) glibc (GPG)
Generic Linux on ARM [help] AArch64 (GPG) ARMv7-a hard float (GPG)
Generic FreeBSD on x86 [help] .tar.gz (GPG)
Source Tarball (GPG) Tarball with dependencies (GPG) GitHub

Upcoming release: v1.11.0-alpha2 (March 18, 2024)

We're currently testing release candidates for Julia v1.11, 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.11 with their code before the full release.

Checksums for this release are available in both, SHA256 and MD5 formats.

Platform 64-bit 32-bit
Windows [help] installer, portable installer, portable
macOS x86 (Intel or Rosetta) [help] .dmg
macOS (Apple Silicon) [help] .dmg
Generic Linux on x86 [help] glibc (GPG), glibc (GPG)
Generic Linux on ARM [help] AArch64 (GPG)
Generic Linux on PowerPC [help] little endian (GPG)
Generic FreeBSD on x86 [help] .tar.gz (GPG)
Source Tarball (GPG) Tarball with dependencies (GPG) GitHub

[1] Most Linux users should use the glibc binaries unless you know that your system uses musl as its libc.

Older Releases

Older releases of Julia for all platforms are available on the Older releases page. Only the LTS and Stable releases are maintained.

Nightly Builds

Builds of the current unstable development version of Julia are available on the nightlies page. While the name suggests that they are built every night, they are actually built after each commit to master. However, at times due to broken builds or CI infrastructure issues, nightlies may not be produced. 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 stable release version of Julia.

Download verification

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.


JSON release feed

The info above is also available as a JSON file (schema). It may take up to two hours after the release of a new version for it to be included in the JSON file.


Note: Julia comes with a built-in package manager which downloads and installs packages from the Internet. In doing so, it necessarily reveals your public IP address to any server you connect to, and service providers may log your IP address. In Julia versions 1.5 and higher, by default the package manager connects to https://pkg.julialang.org, a free public service operated by the Julia project to serve open source package resources to Julia users. This service retains IP address logs for up to 31 days.