# Installer sttr avec Homebrew, MacPorts, Nix, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de sttr pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install sttr
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sttr
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:sttr
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.2.30
- **Résumé source:** CLI to perform various operations on string
- **Page d'accueil:** <https://github.com/abhimanyu003/sttr>
- **Dépôt:** <https://github.com/abhimanyu003/sttr>
- **Dernière mise à jour:** 2026-07-26T04:03:47+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- sttr (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.2.30
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
