# 使用 Homebrew, Nix, winget 安装 wally

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

## 安装

```sh
sudo av install brew:wally
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install wally
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#wally
```

  证据: nixpkgs package indexes: pkgs/by-name/wa/wally/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id Ty&Neal.Wally -e
```

  证据: Windows Package Manager source index: Ty&Neal.Wally from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:wally
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/wally>
- **版本:** 0.3.2
- **来源摘要:** Modern package manager for Roblox projects inspired by Cargo
- **主页:** <https://wally.run>
- **仓库:** <https://github.com/UpliftGames/wally>
- **上游文档:** <https://wally.run>
- **许可证:** MPL-2.0
- **源码归档:** <https://github.com/UpliftGames/wally/archive/refs/tags/v0.3.2.tar.gz>
- **最后更新:** 2026-06-22T14:06:38-07:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- wally (cli)
- wally (别名)

## 依赖

- openssl@3

## 构建依赖

- pkgconf
- rust

## macOS 提供的库

- bzip2

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.3.2
- 管理器更新时间: 2026-06-22
- 本地数据: OK
- 上游仓库: https://github.com/UpliftGames/wally
- 检测到的最新版本: v0.3.2 (当前)
## 项目历史与用法

Wally is the package manager for Roblox projects maintained by Uplift Games. It borrows its mental model from Cargo and npm: packages have manifests, dependency constraints, lockfiles, registries, and a command-line client, but the output is shaped for Roblox and Luau workflows.

### 项目历史

Wally's first public GitHub release, v0.1.0, was published on August 3, 2021 and explicitly introduced it as a new package manager for Roblox in early alpha form. Later 2021 releases quickly added a public website, public authentication, development dependencies, and improvements to dependency resolution and package links.

The project is split between a `wally` command-line tool and registry services. The README describes the official registry as a Git repository containing the package index plus a registry API for downloading, searching, and publishing package contents, an architecture directly inspired by Cargo and crates.io.

By v0.3.2 in June 2023, the release notes called link generation and dev dependencies stable, reported much faster package downloads through parallelized installation, and improved lockfiles. The repository has not followed a rapid stable-release cadence since then, but the public index and package website continue to represent the production package ecosystem.

### 采用历史

Wally's adoption is tied to the professionalization of Roblox development outside Roblox Studio. Rojo's documentation lists Wally alongside tools such as Selene, StyLua, and Moonwave as part of the file-based Roblox workflow, and Uplift Games presents Wally with Rojo as part of its open source tooling for scalable, collaborative Roblox projects.

The registry includes widely used Roblox packages such as Cmdr, Roact, Promise, TestEZ, Knit, Janitor, and RbxUtil-family packages. Third-party library documentation commonly instructs developers to add dependencies to `wally.toml`, run `wally install`, and sync the generated Packages folder through Rojo.

### 使用方式

A typical project runs `wally init`, edits `wally.toml` to declare package metadata and dependencies, runs `wally install`, and commits the resulting lockfile so the team resolves the same package versions. The generated Packages folder is then mapped into Roblox services such as ReplicatedStorage through Rojo.

Package authors use Wally to publish reusable Luau modules to a scoped registry, while teams use it to avoid manually vendoring and updating common libraries. Its package-nerd role is to bring standard package-manager discipline to an ecosystem that historically relied on model files, copied modules, and ad hoc GitHub downloads.

### 时间线

- 2021-08-03: v0.1.0 launched as the first public Wally release.
- 2021-10-01: v0.2.1 announced the public wally.run website.
- 2021-11-11 and 2021-11-12: v0.3.0 and v0.3.1 added and iterated on dev-dependency support.
- 2023-06-05: v0.3.2 stabilized link generation and dev dependencies and improved install performance.

### 来源

- <https://github.com/UpliftGames/wally>
- <https://github.com/UpliftGames/wally-index>
- <https://github.com/UpliftGames/wally/releases>
- <https://rojo.space/docs/v7/>
- <https://sleitnick.github.io/RbxUtil/docs/intro/>
- <https://wally.run/>
- <https://wally.run/policies>
- <https://www.uplift.games/open-source-software>


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration 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: wally.toml
## 源数据库详情

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

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

- Nix - wally: normalized package name match | nixpkgs package indexes: pkgs/by-name/wa/wally/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - Ty&Neal.Wally: normalized package name match | Windows Package Manager source index: Ty&Neal.Wally from https://cdn.winget.microsoft.com/cache/source.msix
- winget - UpliftGames.wally: normalized package name match | Windows Package Manager source index: UpliftGames.wally from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [Package publisher tools](https://pkg.so/zh-hans/package-publishers/) - Belongs to a package publishing or registry command family.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [openssl@3](https://pkg.so/zh-hans/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/zh-hans/brew/rust/) - Build dependency declared by Homebrew.
- [uv](https://pkg.so/zh-hans/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, package-manager, rust.
- [rv](https://pkg.so/zh-hans/brew/rv/) - Shares pkgdb curated category or tags: cli, developer-tools, package-manager, rust.
- [orogene](https://pkg.so/zh-hans/brew/orogene/) - Shares pkgdb curated category or tags: cli, developer-tools, package-manager, rust.
- [soar](https://pkg.so/zh-hans/brew/soar/) - Shares pkgdb curated category or tags: cli, developer-tools, package-manager, rust.
- [ripgrep](https://pkg.so/zh-hans/brew/ripgrep/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [pnpm](https://pkg.so/zh-hans/brew/pnpm/) - Shares pkgdb curated category or tags: cli, developer-tools, package-manager.
- [starship](https://pkg.so/zh-hans/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [mint](https://pkg.so/zh-hans/brew/mint/) - Shares pkgdb curated category or tags: cli, developer-tools, package-manager.
- [cargo-crev](https://pkg.so/zh-hans/brew/cargo-crev/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, developer, developer-tools, manager.
- [cargo-c](https://pkg.so/zh-hans/brew/cargo-c/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, developer, developer-tools, openssl.
- [cargo-clone](https://pkg.so/zh-hans/brew/cargo-clone/) - Both packages touch the same language runtime or ecosystem. Shared terms: cargo, cli, developer, developer-tools, openssl.

## Combined YAML source

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


## 来源

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