# clive を Homebrew, MacPorts, Nix でインストール

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
