# choose-rust を Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop でインストール

choose-rust のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:choose-rust
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install choose-rust
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install choose
```

  証拠: MacPorts ports tree: textproc/choose/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add choose
```

  証拠: Alpine Linux edge package indexes: choose from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#choose
```

  証拠: nixpkgs package indexes: pkgs/by-name/ch/choose/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S choose
```

  証拠: Arch Linux sync databases: choose from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install choose
```

  証拠: openSUSE Tumbleweed package metadata: choose from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/choose
```

  証拠: Scoop official bucket manifest trees: bucket/choose.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:choose-rust
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/choose-rust>
- **バージョン:** 1.3.7
- **ソース概要:** Human-friendly and fast alternative to cut and (sometimes) awk
- **ホームページ:** <https://github.com/theryangeary/choose>
- **リポジトリ:** <https://github.com/theryangeary/choose>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/theryangeary/choose/archive/refs/tags/v1.3.7.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- choose (cli)
- choose (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.3.7
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/theryangeary/choose
- 検出された最新: v1.3.7 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Choose is a Rust command-line text-field selector positioned as a fast, friendlier alternative to common `cut` invocations and some simple `awk` one-liners.

### プロジェクトの歴史

The GitHub repository was created in September 2019. The README frames the tool around shell ergonomics: Python-like slice syntax, negative indexing, regex separators using Rust regex syntax, and faster behavior than `cut` on sufficiently long inputs.

A v0.1.0 tag appears in September 2019, v1.0.0 in April 2020, and later release lines continued through v1.3.7 in August 2025.

### 採用の歴史

The upstream README documents installation through Cargo, Homebrew as choose-rust, MacPorts, Arch AUR, and a Fedora/CentOS COPR. Homebrew's formula API reports stable version 1.3.7 and ongoing installs.

### 使われ方

Users invoke `choose` with one or more field selectors, ranges, or slice-like expressions, optionally changing field separators or selecting characters rather than fields. It is aimed at quick interactive and scripted shell data extraction where `awk '{print $1}'` or `cut` syntax feels too heavy.

### パッケージ好きにとっての重要性

It is a classic modern CLI package-manager entry: a Rust rewrite/rethink of a POSIX-era text utility, distributed through Cargo plus system package managers, and intentionally overlapping with familiar tools rather than replacing them completely.

### タイムライン

- 2019: Repository created and v0.1.0 tag appears.
- 2020: v1.0.0 tag appears and v1.3.x releases begin.
- 2024: v1.3.5 and v1.3.6 releases published.
- 2025: v1.3.7 release published; Homebrew stable version reports 1.3.7.

### Related projects

- Directly related tools are `cut` and `awk`, which the README uses as its comparison points. The Rust regex crate is part of its documented separator model, and Cargo is one of its official distribution channels.

### ソース

- <https://github.com/theryangeary/choose#readme>
- <https://github.com/theryangeary/choose/releases>
- <https://formulae.brew.sh/api/formula/choose-rust.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** choose-rust
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** choose-gui
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- MacPorts - choose: installed executable or alias match | MacPorts ports tree: textproc/choose/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - choose: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ch/choose/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - choose - 1.3.7-r0: installed executable or alias match | Alpine Linux edge package indexes: choose from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A human-friendly and fast alternative to cut and (sometimes) awk | https://github.com/theryangeary/choose
- pacman - choose - 1.3.7-2: installed executable or alias match | Arch Linux sync databases: choose from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A human-friendly and fast alternative to cut and (sometimes) awk | https://github.com/theryangeary/choose
- zypper - choose - 1.3.7-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: choose from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A human-friendly and fast alternative to cut and (sometimes) awk | https://github.com/theryangeary/choose
- Scoop - main/choose: installed executable or alias match | Scoop official bucket manifest trees: bucket/choose.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [sd](https://pkg.so/ja/brew/sd/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, text-processing.
- [decasify](https://pkg.so/ja/brew/decasify/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, text-processing.
- [nkf](https://pkg.so/ja/brew/nkf/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing.
- [enca](https://pkg.so/ja/brew/enca/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing.
- [enscript](https://pkg.so/ja/brew/enscript/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing.
- [sad](https://pkg.so/ja/brew/sad/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, text-processing.
- [rpl](https://pkg.so/ja/brew/rpl/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing.
- [cmigemo](https://pkg.so/ja/brew/cmigemo/) - Shares pkgdb curated category or tags: cli, developer-tools, text-processing.
- [hck](https://pkg.so/ja/brew/hck/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, cut, developer, developer-tools, processing.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
