# 使用 Homebrew, Nix 安装 taze

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

## 安装

```sh
sudo av install brew:taze
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install taze
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#taze
```

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

## 软件包事实

- **软件包键:** brew:taze
- **软件包管理器:** Homebrew
- **版本:** 19.16.0
- **来源摘要:** Modern cli tool that keeps your deps fresh
- **主页:** <https://github.com/antfu-collective/taze>
- **仓库:** <https://github.com/antfu-collective/taze>
- **最后更新:** 2026-07-23T03:40:21Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- taze (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

taze is an npm-oriented dependency update CLI that checks and updates JavaScript package versions while defaulting to package.json version ranges.

### 项目历史

The repository was created in 2020 and the README identifies taze as a modern CLI tool for keeping dependencies fresh. It explains the name as Persian for fresh and credits Anthony Fu in the MIT license notice.

The README places taze in the same problem space as npm-check-updates and npm-check, while emphasizing a different balance: monorepo support, npx usage without installation, and safe-by-default updates inside allowed version ranges.

### 采用历史

By 2026 the official GitHub repository metadata showed several thousand stars and more than one hundred forks, and the input metadata listed Homebrew and Nix packages. Its adoption is strongest among JavaScript and TypeScript users who want a small CLI rather than a hosted dependency bot.

### 使用方式

The common path is to run npx taze, optionally use -r for recursive monorepo scanning, and choose modes such as major, minor, patch, or stable to control how far versions are bumped. A taze.config.js file can store the same options available on the command line.

### 为什么软件包爱好者会关心

taze matters to package-manager culture because it is a package about packages: it automates dependency freshness while still respecting semver ranges and lockfile-era caution. It is especially interesting for monorepo maintainers who want a local, scriptable alternative to bot-driven upgrade workflows.

### 时间线

- 2020: GitHub repository created.
- 2022: Public GitHub release history includes the 0.8 series.
- 2026: GitHub release metadata lists the 19.x series.

### Related projects

- The README lists npm-check-updates and npm-check as inspirations or alternatives.

### 来源

- <https://api.github.com/repos/antfu-collective/taze>
- <https://api.github.com/repos/antfu-collective/taze/releases>
- <https://github.com/antfu-collective/taze#readme>
- input.source_facts.package-manager


## 安全说明

没有找到 taze 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: taze.config.js
## 其他软件包管理器记录

- Nix - taze: normalized package name match | nixpkgs package indexes: pkgs/by-name/ta/taze/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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