# 使用 Homebrew, zypper, scoop 安装 juliaup

查看 juliaup 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:juliaup
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install juliaup
```

  证据: local Homebrew formula metadata

### Linux

- zypper (92%):

```sh
sudo zypper install juliaup
```

  证据: openSUSE Tumbleweed package metadata: juliaup from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/juliaup
```

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

## 软件包事实

- **软件包键:** brew:juliaup
- **软件包管理器:** Homebrew
- **版本:** 1.20.9
- **来源摘要:** Julia installer and version multiplexer
- **主页:** <https://github.com/JuliaLang/juliaup>
- **仓库:** <https://github.com/JuliaLang/juliaup>
- **最后更新:** 2026-07-28T15:29:27Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- julialauncher (别名)
- juliaup (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.20.9
## 项目历史与用法

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.

### 时间线

- 2021-05-27: Juliaup preview announced to Julia users as a Windows Store installer and version manager.
- 2021-06-30: GitHub release v1.0.39 was published during the early public release stream.
- 2021-12-03: GitHub release v1.5.0 was published.
- 2023-05-09: GitHub release v1.10.0 was published.

### Related projects

- Juliaup is directly tied to the Julia language distribution and launcher workflow.
- Its README points Julia CI users to `julia-actions/install-juliaup`.
- Conceptually it sits in the same package-manager family as Rustup, SDKMAN, pyenv, and other language toolchain multiplexers.

### 来源

- <https://discourse.julialang.org/t/ann-juliaup-preview-julia-version-manager-and-windows-store-installer/61920>
- <https://github.com/JuliaLang/juliaup>
- <https://github.com/JuliaLang/juliaup/releases>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- zypper - juliaup - 1.19.8-1.3: normalized package name match | openSUSE Tumbleweed package metadata: juliaup from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Julia installer and version multiplexer | https://github.com/JuliaLang/juliaup
- Scoop - main/juliaup: normalized package name match | Scoop official bucket manifest trees: bucket/juliaup.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/juliaup.yml](https://github.com/mxcl/pkgdb/blob/main/combined/juliaup.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
