Automic VaultAutomic Vault

brew

使用 Homebrew, Nix, winget 安装 wally

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install wally

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#wally

nixpkgs package indexes · pkgs/by-name/wa/wally/package.nix · 来源: api.github.com

Windows

Windows Package Manager已验证 · 92%
winget install --id Ty&Neal.Wally -e

Windows Package Manager source index · Ty&Neal.Wally · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Modern package manager for Roblox projects inspired by Cargo

命令和别名

  • wally

历史

项目历史与用法

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.

安全态势

风险级别:orange

infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • infrastructure mutation or orchestration signal

信号

  • text:package manager

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
wally.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
wallycli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.3.2
管理器更新时间2026-06-22
本地数据OK
上游当前
检测到的最新版本v0.3.2

https://github.com/UpliftGames/wally

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:wally
版本0.3.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/wally
主页https://wally.run
仓库https://github.com/UpliftGames/wally
上游文档https://github.com/UpliftGames/wally#readme
许可证MPL-2.0
源码归档https://github.com/UpliftGames/wally/archive/refs/tags/v0.3.2.tar.gz
最后更新2026-06-22T14:06:38-07:00
Pulseupdated
依赖openssl@3
构建依赖pkgconf, rust
macOS 提供的库bzip2
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewally
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

wally

nix profile install nixpkgs#wally
  • normalized package name match
  • 匹配方式:Wally
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wa/wally/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
winget95%

Ty&Neal.Wally

winget install --id Ty&Neal.Wally -e
  • normalized package name match
  • 匹配方式:Wally
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Ty&Neal.Wally from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

UpliftGames.wally

winget install --id UpliftGames.wally -e
  • normalized package name match
  • 匹配方式:Wally
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: UpliftGames.wally from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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