# Install julia with Homebrew, chocolatey, dnf, MacPorts, Nix, pacman, scoop, winget

Fast, Dynamic Programming Language. Version 1.12.6 via Homebrew; verified 2026-04-12.

## Install

```sh
sudo av install brew:julia
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install julia
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install julia
```

  Evidence: MacPorts ports tree: lang/julia/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install julia
```

  Evidence: Fedora Rawhide package metadata: julia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#julia
```

  Evidence: nixpkgs package indexes: julia from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S julia
```

  Evidence: Arch Linux sync databases: julia from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install Julia
```

  Evidence: Chocolatey community package catalog: Julia from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','jetbrains-rider'

- Scoop (92%):

```sh
scoop install main/julia
```

  Evidence: Scoop official bucket manifest trees: bucket/julia.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Julialang.Julia -e
```

  Evidence: Windows Package Manager source index: Julialang.Julia from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:julia
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/julia>
- **Version:** 1.12.6
- **Source summary:** Fast, Dynamic Programming Language
- **Homepage:** <https://julialang.org/>
- **Repository:** <https://github.com/JuliaLang/julia>
- **Upstream docs:** <https://docs.julialang.org/>
- **License:** MIT AND BSD-3-Clause AND Apache-2.0 AND BSL-1.0
- **Source archive:** <https://github.com/JuliaLang/julia/releases/download/v1.12.6/julia-1.12.6-full.tar.gz>
- **Last updated:** 2026-04-12T13:19:59Z
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- julia (cli)
- julia (alias)

## Dependencies

- ca-certificates
- curl
- gcc
- gmp
- libblastrampoline
- libgit2
- libnghttp2
- libssh2
- mpfr
- openblas64
- openlibm
- openssl@3
- p7zip
- pcre2
- suite-sparse
- utf8proc
- zstd

## Build dependencies

- cmake

## Uses from macOS

- ncurses

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-09
- Package-manager version: 1.12.6
- Package-manager updated: 2026-04-12
- Local data: ok
- Upstream repository: https://github.com/JuliaLang/julia
- info: No cached GitHub release or tag data was available.
## Project history and usage

Julia is a high-performance dynamic programming language built for technical and scientific computing without the traditional split between a productive scripting language and a separate fast implementation language. Its package-manager footprint matters because the `julia` executable is a compiler, REPL, package environment manager, and scientific-computing platform in one package.

### Project history

The Julia founders publicly announced the language on February 14, 2012 in the essay 'Why We Created Julia', after roughly two and a half years of work. The design goal was explicit: combine the usability of high-level languages with performance suitable for numerical and systems-heavy work.

Julia 1.0 was released during JuliaCon 2018, with the project describing it as the culmination of nearly a decade of work. The 1.0 milestone established the stable 1.x language line and helped shift Julia from research-language curiosity to production-usable scientific platform.

### Adoption history

Julia adoption grew through scientific computing, optimization, data science, differentiable programming, and high-performance numerical packages. JuliaCon began as a small 2014 community event and, by the 2016 invitation post, the organizers described growth from about 75 attendees in 2014 to about 225 in 2015.

The Julia ecosystem is tightly coupled to packages and registries: users install the language from system package managers or official binaries, then use Julia's built-in package manager for reproducible environments and project-specific dependencies.

### How it is used

Developers use the packaged `julia` command for the REPL, script execution, package management, precompilation, notebooks, and project environments. On Unix-like systems, startup customization commonly lives at `~/.julia/config/startup.jl`, which makes the package feel both like a runtime and a personal computing environment.

### Why package nerds care

Julia is significant to package nerds because it layers a language-native package manager on top of OS package managers. The outer package installs the compiler and standard tooling, while Julia's registries, manifests, artifacts, and binary wrappers manage the fast-moving scientific package ecosystem inside user projects.

### Timeline

- 2009: The Julia team began work on the language, according to the 2012 launch essay's two-and-a-half-year framing.
- 2012: Julia was publicly announced on February 14.
- 2014: The first JuliaCon was held in Chicago.
- 2018: Julia 1.0 was released during JuliaCon 2018.
- 2022: The Julia community marked ten years since the public announcement with adoption stories from users.

### Related projects

- LLVM is central to Julia's compilation strategy.
- Pkg is Julia's built-in package manager and environment tool.
- SciML, JuMP, and the broader Julia package registry are major ecosystem pillars.

### Sources

- <https://docs.julialang.org/>
- <https://formulae.brew.sh/formula/julia>
- <https://github.com/JuliaLang/julia>
- <https://julialang.org/blog/2012/02/why-we-created-julia/>
- <https://julialang.org/blog/2016/05/juliacon-invitation/>
- <https://julialang.org/blog/2018/08/one-point-zero/>
- <https://julialang.org/blog/2022/02/10years/>


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.julia/config/startup.jl
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** julia
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** juliaup
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - julia: normalized package name match | nixpkgs package indexes: julia from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - julia - 1.12.1-1.fc44: normalized package name match | Fedora Rawhide package metadata: julia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | High-level, high-performance dynamic language for technical computing | http://julialang.org/
- dnf - julia-common - 1.12.1-1.fc44: normalized package name match | Fedora Rawhide package metadata: julia-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Julia architecture-independent files | http://julialang.org/
- dnf - julia-devel - 1.12.1-1.fc44: normalized package name match | Fedora Rawhide package metadata: julia-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Julia development, debugging and testing files | http://julialang.org/
- dnf - julia-doc - 1.12.1-1.fc44: normalized package name match | Fedora Rawhide package metadata: julia-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Julia documentation and code examples | http://julialang.org/
- pacman - julia - 2:1.12.6-1: normalized package name match | Arch Linux sync databases: julia from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | High-level, high-performance, dynamic programming language | https://julialang.org/
- MacPorts - julia: normalized package name match | MacPorts ports tree: lang/julia/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - Julia: normalized package name match | Chocolatey community package catalog: Julia from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','jetbrains-rider'
- Scoop - main/julia: normalized package name match | Scoop official bucket manifest trees: bucket/julia.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Julialang.Julia: normalized package name match | Windows Package Manager source index: Julialang.Julia from https://cdn.winget.microsoft.com/cache/source.msix
- winget - Julialang.Juliaup: normalized package name match | Windows Package Manager source index: Julialang.Juliaup from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [ca-certificates](https://www.automicvault.com/pkg/brew/ca-certificates/) - Runtime dependency declared by Homebrew.
- [curl](https://www.automicvault.com/pkg/brew/curl/) - Runtime dependency declared by Homebrew.
- [gcc](https://www.automicvault.com/pkg/brew/gcc/) - Runtime dependency declared by Homebrew.
- [libgit2](https://www.automicvault.com/pkg/brew/libgit2/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [chapel](https://www.automicvault.com/pkg/brew/chapel/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, scientific-computing.
- [hy](https://www.automicvault.com/pkg/brew/hy/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, repl.
- [polyml](https://www.automicvault.com/pkg/brew/polyml/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language, repl.
- [algol68g](https://www.automicvault.com/pkg/brew/algol68g/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [ats2-postiats](https://www.automicvault.com/pkg/brew/ats2-postiats/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [ballerina](https://www.automicvault.com/pkg/brew/ballerina/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [coconut](https://www.automicvault.com/pkg/brew/coconut/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [coffeescript](https://www.automicvault.com/pkg/brew/coffeescript/) - Shares av.db curated category or tags: cli, compiler, language-runtime, programming-language.
- [crystal](https://www.automicvault.com/pkg/brew/crystal/) - Local package facts share a topical domain. Shared terms: cli, compiler, fast, gmp, language.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Local package facts share a topical domain. Shared terms: cli, compiler, language, language-runtime, libgit2.

## Combined YAML source

View the package source record on GitHub. [combined/julia.yml](https://github.com/automic-vault/db/blob/main/combined/julia.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
