# 使用 Homebrew, MacPorts, Nix 安装 clive

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

## 安装

```sh
sudo av install brew:clive
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install clive
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install clive
```

  证据: MacPorts ports tree: net/clive/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#clive
```

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

## 软件包事实

- **软件包键:** brew:clive
- **软件包管理器:** Homebrew
- **版本:** 0.12.17
- **来源摘要:** Automates terminal operations
- **主页:** <https://github.com/koki-develop/clive>
- **仓库:** <https://github.com/koki-develop/clive>
- **最后更新:** 2026-07-27T22:04:01+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- clive (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

cLive is a Go-based CLI that automates terminal operations through a YAML action file and a browser-backed terminal session.

### 项目历史

cLive was created by koki-develop in late 2022. The upstream README presents it as a tool for automating terminal operations, with `clive init` generating `./clive.yml` and `clive start` launching the browser-driven run.

### 采用历史

The project is young and niche, but it has enough official distribution signals to be source-backed: the README documents install paths through the author's Homebrew tap, Homebrew core, `go install`, and GitHub releases. The batch input also records Homebrew, MacPorts, and Nix package entries.

### 使用方式

Users install `ttyd`, initialize a `clive.yml` file, define `settings` and `actions`, validate the file, and run `clive start`. The action model supports typing, key presses, pauses, screenshots, and browser/terminal display settings.

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

cLive is package-nerd interesting as a packaged wrapper around terminal demos and reproducible command sequences. Its packaging has to account for Go binaries plus the external `ttyd` prerequisite, which is a classic CLI formula dependency concern.

### 时间线

- 2022: GitHub repository created.
- 2022: First public release v0.1.0 published.
- 2022: README documents Homebrew tap, Homebrew, `go install`, and binary release installation.
- 2026: v0.12.17 published as the latest observed upstream release during this batch research.

### Related projects

- Related projects include ttyd, terminal recording/demo tools, shell automation scripts, and Go CLI distribution workflows.

### 来源

- <https://github.com/koki-develop/clive#readme>
- <https://github.com/koki-develop/clive/releases>


## 安全说明

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: ./clive.yml
## 其他软件包管理器记录

- Nix - clive: normalized package name match | nixpkgs package indexes: pkgs/by-name/cl/clive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - clive: normalized package name match | MacPorts ports tree: net/clive/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/clive.yml](https://github.com/mxcl/pkgdb/blob/main/combined/clive.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
