This page is not for most users: See Install for how to install Julia the recommended way using 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.
Release notes | GitHub tag | SHA256 checksums | MD5 checksums
Platform | 64-bit | 32-bit |
---|---|---|
Windows [help] | installer, portable | installer, portable |
macOS (Apple Silicon) [help] | .dmg, .tar.gz | |
macOS x86 (Intel or Rosetta) [help] | .dmg, .tar.gz | |
Generic Linux on x86 [help] | glibc (GPG), musl[1] (GPG) | glibc (GPG) |
Generic Linux on ARM [help] | .tar.gz (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 |
---|
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.
Release notes | GitHub tag | SHA256 checksums | MD5 checksums
Platform | 64-bit | 32-bit |
---|---|---|
Windows [help] | installer, portable | installer, portable |
macOS (Apple Silicon) [help] | .dmg, .tar.gz | |
macOS x86 (Intel or Rosetta) [help] | .dmg, .tar.gz | |
Generic Linux on x86 [help] | glibc (GPG), musl[1] (GPG) | glibc (GPG) |
Generic Linux on ARM [help] | .tar.gz (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 |
---|
We're currently testing a prerelease for Julia v1.12, 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.12 with their code before the full release.
Release notes | GitHub tag | SHA256 checksums | MD5 checksums
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 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.
Many Linux/BSD/Unix package managers ship broken and/or significantly out of date versions of Julia. Please use juliaup or download the official binaries instead.
Different OSes and architectures have varying tiers of support.
Operating System | OS Version | Architecture | Support Tier |
---|---|---|---|
macOS | 10.14+ | x86-64 (64-bit) | Tier 1 |
11.4+ | ARMv8 (64-bit) | Tier 1 | |
11.4+ | Rosetta 2 | Tier 2 | |
Windows | 10+ | x86-64 (64-bit) | Tier 1 |
i686 (32-bit) | Tier 1 | ||
WSL 2 (Ubuntu LTS) | Tier 2 | ||
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 4 | ||
PowerPC LE (64-bit) | Tier 3 | ||
6.4+ | RISC-V (64-bit) | Tier 3 | |
Linux (Musl) | 2.6.39+ | x86-64 (64-bit) | Tier 3 |
FreeBSD | 13.4+ | x86-64 (64-bit) | Tier 2 |
14.1+ | ARMv8 (64-bit) | Tier 3 |
Julia also supports a variety of hardware accelerators, by means of external packages.
Hardware Accelerator | Platform | Requirements | Support Tier |
---|---|---|---|
NVIDIA GPUs using CUDA | Linux (64-bit) | NVIDIA driver for CUDA 11.0+ | Tier 1 |
Windows (64-bit) | Tier 2 | ||
Apple GPUs using Metal | Apple Silicon | macOS 13+ | Tier 2 |
Intel GPUs with oneAPI | Linux (64-bit) | 6.2+ | Tier 2 |
Windows (64-bit) | WSL2 | Tier 3 | |
AMD GPUs using ROCm | Linux (64-bit) | ROCM 5.3+ | Tier 3 |
Windows (64-bit) | Tier 3 |
Older releases of Julia for all platforms are available on the Older releases page. Only the LTS and Stable releases are maintained.
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.
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 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.