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

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

## インストール

```sh
sudo av install brew:sttr
```

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

### macOS

- Homebrew (100%):

```sh
brew install sttr
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sttr
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sttr
```

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

### Windows

- winget (92%):

```sh
winget install --id abhimanyu003.sttr -e
```

  証拠: Windows Package Manager source index: abhimanyu003.sttr from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:sttr
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.30
- **ソース概要:** CLI to perform various operations on string
- **ホームページ:** <https://github.com/abhimanyu003/sttr>
- **リポジトリ:** <https://github.com/abhimanyu003/sttr>
- **最終更新:** 2026-07-26T04:03:47+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sttr (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.2.30
## プロジェクトの歴史と使われ方

sttr is a small cross-platform command-line tool for transforming strings, files, and piped text. Its niche is the everyday terminal toolbox: hashing, encoding, decoding, case conversion, JSON/YAML conversion, and similar text operations without opening a larger editor or scripting language.

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

Official README and documentation describe sttr as command-line software for quickly running transformation operations on strings. The project is implemented and distributed as a CLI with interactive, direct-argument, file-input, and pipeline modes.

### 採用の歴史

Official installation docs list quick shell installation, Homebrew, Go installation, and release binaries; the README also lists Snap, Arch, Docker, Winget, Scoop, X-CMD, Webi, and FreeBSD binaries. The input package facts show Homebrew, MacPorts, Nix, and Winget coverage.

### 使われ方

Common usage is `sttr` for an interactive menu, `sttr md5 "Hello World"` for direct operation, file input such as `sttr base64-encode image.jpg`, pipelines such as `echo "Hello World" | sttr md5`, and chained processors such as base64 followed by md5.

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

Package nerds care about sttr because it condenses a drawer of tiny text filters into one installable binary with shell-friendly input and output. It fits well in Homebrew, Winget, Nix, and other package indexes because it has no credential story and a clear CLI surface.

### タイムライン

- Current: Official docs present sttr as a cross-platform CLI with interactive, direct, file, and pipeline usage.
- Current: Official installation docs list package-manager and binary distribution paths across macOS, Linux, Windows, and FreeBSD.

### Related projects

- sttr overlaps with classic Unix text filters, checksum tools, base encoders, JSON/YAML converters, and shell pipelines, but the official sources present it as a single bundled CLI rather than a library framework.

### ソース

- <https://abhimanyu003.github.io/sttr/>
- <https://github.com/abhimanyu003/sttr#readme>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - sttr: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/sttr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - sttr: normalized package name match | MacPorts ports tree: textproc/sttr/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - abhimanyu003.sttr: normalized package name match | Windows Package Manager source index: abhimanyu003.sttr from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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