macOS
brew install juliauplocal Homebrew formula metadata
brew
Julia installer and version multiplexer. Version 1.20.7 via Homebrew; verified 2026-06-22.
install
brew install juliauplocal Homebrew formula metadata
sudo zypper install juliaupopenSUSE Tumbleweed package metadata · juliaup · source: download.opensuse.org
scoop install main/juliaupScoop official bucket manifest trees · bucket/juliaup.json · source: api.github.com
overview
Julia installer and version multiplexer
history
Juliaup is the Julia language project's installer, launcher, and version manager. It gives Julia a Rustup-like channel model for installing named Julia versions, selecting defaults, and launching a specific version with the `julia +channel` syntax.
Juliaup was announced to Julia users on May 27, 2021 as a preview Windows Store installer and version manager. The announcement described it as a way to keep Julia installations up to date, manage multiple Julia versions on one system, and own PATH setup for the `julia` command.
The project later grew beyond the Windows Store path into a cross-platform installer. Its README documents install routes for Windows, Linux, macOS, FreeBSD, Homebrew, openSUSE, Solus, Cargo, and CI use through `julia-actions/install-juliaup`.
Juliaup matters because it shifted Julia installation from a one-off binary download model toward a managed toolchain model. Homebrew, Scoop, openSUSE, and Cargo packaging made it visible outside Julia's own install script, while the Julia README continued to recommend the Juliaup installer path for routine installs.
The tool also became part of Julia workflow automation: the README documents GitHub Actions support and named release channels such as `release`, `lts`, `beta`, `rc`, nightly channels, PR builds, exact versions, and minor-version channels.
Users install Juliaup, then use commands such as `juliaup add`, `juliaup default`, `juliaup update`, `juliaup remove`, `juliaup link`, and `juliaup override` to manage Julia versions. The `julia` launcher resolves a command-line selector, environment variable, directory override, project-based version selection, or default channel.
Juliaup stores Julia versions and its configuration in the Julia depot under `~/.julia` unless `JULIAUP_DEPOT_PATH` is set, and it can download binaries from a mirror via `JULIAUP_SERVER`.
For package managers, Juliaup is a small but interesting inversion: the package installs a tool that installs and selects Julia itself. It lets system package managers ship one multiplexer while Julia's upstream release channels remain under Julia's control.
Its channel abstraction is especially useful for reproducible development and CI because it separates the executable name from the concrete Julia build selected for a directory or command.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
julialauncher | cli | global executable | |
juliaup | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/JuliaLang/juliaup
install metadata
| Package key | brew:juliaup |
|---|---|
| Version | 1.20.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/juliaup |
| Homepage | https://github.com/JuliaLang/juliaup |
| Repository | https://github.com/JuliaLang/juliaup |
| Upstream docs | https://github.com/JuliaLang/juliaup#readme |
| License | MIT |
| Source archive | https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.20.7.tar.gz |
| Last updated | 2026-06-22T23:50:51Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | juliaup |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
juliaup 1.19.8-1.3
Julia installer and version multiplexer
https://github.com/JuliaLang/juliaup
sudo zypper install juliaupmain/juliaup
scoop install main/juliaupsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.