# Install zigup with Homebrew, scoop

Download and manage zig compilers. Version 2025.05.24 via Homebrew; verified 2026-06-14.

## Install

```sh
sudo av install brew:zigup
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install zigup
```

  Evidence: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/zigup
```

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

## Package facts

- **Package key:** brew:zigup
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/zigup>
- **Version:** 2025.05.24
- **Source summary:** Download and manage zig compilers
- **Homepage:** <https://github.com/marler8997/zigup>
- **Repository:** <https://github.com/marler8997/zigup>
- **Upstream docs:** <https://github.com/marler8997/zigup#readme>
- **License:** MIT-0
- **Source archive:** <https://github.com/marler8997/zigup/archive/refs/tags/v2025_05_24.tar.gz>
- **Last updated:** 2026-06-14T16:15:24-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- zigup (cli)
- zigup (alias)

## Build dependencies

- zig@0.14

## Install behavior

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

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2025.05.24
- Package-manager updated: 2026-06-14
- Local data: ok
- Upstream repository: https://github.com/marler8997/zigup
- info: No cached GitHub release or tag data was available.
## Project history and usage

zigup is a Zig compiler version manager by marler8997. It downloads Zig compiler builds, stores them in versioned directories, and switches the zig command users get on PATH, making it a practical companion for a pre-1.0 language whose projects often require specific compiler generations.

### Project history

The zigup repository was created in May 2020 and describes its purpose as downloading and managing Zig compilers. GitHub release data shows continuing date-stamped releases from at least 2021 through 2025, including v2025_05_24.

The README now includes an important maintenance note: the author no longer uses zigup personally, recommends anyzig instead, but says zigup will continue to be supported for people who prefer it. That is a useful ecosystem transition, not an abandonment story: zigup remains the explicit switcher, while anyzig aims to choose the right compiler from project metadata.

### Adoption history

zigup's adoption follows directly from Zig's release and compatibility model. Because build.zig APIs, standard-library APIs, and language details change before 1.0, users often need to fetch master, a stable release, or an older compiler quickly.

The tool is especially attractive to Zig contributors, library authors, and package maintainers who test across several Zig versions. Its Homebrew and Scoop packaging also made it easy to install as a general-purpose Zig version switcher.

### How it is used

Common commands from the README include zigup <version> to fetch and set a compiler as default, zigup fetch <version> to download without switching, zigup default to print or set the default compiler, zigup list to show installed versions, zigup clean to remove old compilers, and zigup run <version> <args> to run a specific compiler.

Internally, zigup stores compilers in a global install directory and exposes the selected zig through a PATH entry: a symlink on POSIX systems and a forwarding executable on Windows. That keeps the workflow simple for shell users and package recipes that expect a command named zig.

### Why package nerds care

zigup is significant because Zig version management is not cosmetic. In Zig, the compiler is also the build system and package manager, so selecting a version selects the behavior of build.zig, build.zig.zon, std, zig cc, and test execution.

The README's move toward anyzig also tells a broader package story: manual global switching works, but project-declared compiler versions are a better long-term fit for reproducible builds.

### Timeline

- 2020-05-30: marler8997/zigup is created on GitHub.
- 2021-02-20: GitHub release data shows an early date-stamped zigup release.
- 2022-2025: zigup continues publishing date-stamped releases for current Zig users.
- 2025-05-24: v2025_05_24 is published, the latest release observed in the GitHub release list checked for this enrichment.
- 2026: The README recommends anyzig for automatic project-based compiler selection while keeping zigup supported.

### Related projects

- anyzig is the author's recommended successor-style tool that invokes the correct Zig version based on project metadata.
- Zig's official download index is the source of release builds that version managers revolve around.
- brew:zig, brew:zig@0.14, and brew:zig@0.15 are package-manager alternatives for installing specific compiler lines without a separate switcher.

### Sources

- <https://api.github.com/repos/marler8997/zigup>
- <https://api.github.com/repos/marler8997/zigup/releases?per_page=100>
- <https://github.com/marler8997/anyzig>
- <https://github.com/marler8997/zigup>
- <https://raw.githubusercontent.com/marler8997/zigup/master/README.md>
- <https://ziglang.org/download/>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

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

## Other Package-Manager Records

- Scoop - main/zigup: normalized package name match | Scoop official bucket manifest trees: bucket/zigup.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [proto](https://www.automicvault.com/pkg/brew/proto/) - Shares av.db curated category or tags: cli, developer-tools, toolchain, version-management, version-manager.
- [swiftly](https://www.automicvault.com/pkg/brew/swiftly/) - Shares av.db curated category or tags: cli, developer-tools, toolchain, version-management, version-manager.
- [fnm](https://www.automicvault.com/pkg/brew/fnm/) - Shares av.db curated category or tags: cli, developer-tools, version-management, version-manager.
- [rbenv](https://www.automicvault.com/pkg/brew/rbenv/) - Shares av.db curated category or tags: cli, developer-tools, version-management, version-manager.
- [tenv](https://www.automicvault.com/pkg/brew/tenv/) - Shares av.db curated category or tags: cli, developer-tools, version-management, version-manager.
- [tfenv](https://www.automicvault.com/pkg/brew/tfenv/) - Shares av.db curated category or tags: cli, developer-tools, version-management, version-manager.
- [tgenv](https://www.automicvault.com/pkg/brew/tgenv/) - Shares av.db curated category or tags: cli, developer-tools, version-management, version-manager.
- [uru](https://www.automicvault.com/pkg/brew/uru/) - Shares av.db curated category or tags: cli, developer-tools, version-management, version-manager.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
