# 使用 Homebrew 安装 cartridge-cli

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

## 安装

```sh
sudo av install brew:cartridge-cli
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cartridge-cli
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:cartridge-cli
- **软件包管理器:** Homebrew
- **版本:** 2.12.12
- **来源摘要:** Tarantool Cartridge command-line utility
- **主页:** <https://tarantool.org/>
- **仓库:** <https://github.com/tarantool/cartridge-cli>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cartridge (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Cartridge CLI was the command-line tool for creating, building, running, packaging, and administering Tarantool Cartridge applications. It sits in the package-manager niche of database application lifecycle tooling rather than in the core database runtime itself.

### 项目历史

The public repository was created under the Tarantool organization in 2019. Its README now marks the project as deprecated and archived, and directs users to Tarantool's newer tt CLI, which supersedes the Cartridge CLI workflows for managing Tarantool environments, applications, and clusters.

The changelog shows active maintenance through the 2.x series, including template dependency updates, packaging behavior changes, and security-driven Go/tooling updates. The Homebrew formula currently pins the stable source to tag 2.12.12.

### 采用历史

Adoption followed Tarantool Cartridge's application-development story: the official developer guide used cartridge-cli for creating projects, developing cluster-aware applications, and packaging deployments. Current official docs encourage migration to tt for Tarantool 3.0 and newer.

Homebrew analytics show light contemporary use, with 63 installs in the last 365 days in the formula API, consistent with a deprecated tool retained for older Cartridge projects.

### 使用方式

Typical use was `cartridge create`, `cartridge build`, `cartridge start`, `cartridge status`, `cartridge replicasets`, and `cartridge pack`. Generated Cartridge projects include `.cartridge.yml` and `instances.yml`; packaged deployments place instance configuration under `/etc/tarantool/conf.d/`.

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

For package maintainers, Cartridge CLI is a snapshot of Tarantool's pre-tt application tooling: a Go CLI distributed via RPM, DEB, and Homebrew that bridged local development, cluster topology files, and Linux service packaging.

### 时间线

- 2019: Public GitHub repository created under tarantool/cartridge-cli.
- 2022: Version 2.12.0 changed package naming behavior and moved to Go 1.18.
- 2024: Version 2.12.12 released; Homebrew stable points at this tag.
- 2026: README marks the project deprecated and archived in favor of tt.

### Related projects

- Tarantool Cartridge is the application framework that Cartridge CLI managed.
- tt is the successor Tarantool CLI recommended by official documentation.

### 来源

- <https://api.github.com/repos/tarantool/cartridge-cli>
- <https://github.com/tarantool/cartridge-cli>
- <https://tarantool.org/>
- <https://www.tarantool.io/en/doc/2.11/book/cartridge/cartridge_cli/commands>
- <https://www.tarantool.io/en/doc/2.11/book/cartridge/cartridge_dev>
- <https://formulae.brew.sh/api/formula/cartridge-cli.json>


## 安全说明

narrow executable package without higher-risk signals.

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


## 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: ./.cartridge.yml, ~/.cartridge.yml, ./instances.yml, /etc/tarantool/conf.d/instances.yml

## Combined YAML source

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


## 来源

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