# Installer beautysh avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:beautysh
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install beautysh
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#beautysh
```

  Preuve: nixpkgs package indexes: beautysh from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Faits du paquet

- **Clé du paquet:** brew:beautysh
- **Gestionnaire de paquets:** Homebrew
- **Version:** 6.4.3
- **Résumé source:** Bash beautifier
- **Page d'accueil:** <https://github.com/lovesegfault/beautysh>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- beautysh (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

beautysh is a Bash beautifier and formatter that can rewrite shell scripts from the command line or through its Python API.

### Historique du projet

The README frames beautysh around the difficulty of formatting Bash safely because shell syntax is ambiguous and keywords can also appear as variable names. The project chooses a pragmatic formatter rather than trying to reimplement the Bash interpreter.

The official repository was created in 2016, and the GitHub releases show continued maintenance from early Python-package releases through 2025 and 2026 releases.

### Historique d'adoption

beautysh is distributed through Python packaging and Nix according to its README, and through Homebrew and Nix according to the supplied package metadata.

### Modes d'utilisation

Users run beautysh over one or more shell files, optionally with flags for indentation, backup behavior, check mode, function style, and variable style. The README warns that it overwrites submitted files, so backups matter.

Configuration is documented through command-line arguments first, then a [tool.beautysh] section in pyproject.toml, then EditorConfig settings in .editorconfig.

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

beautysh is a small packaging-friendly formatter: one command, local config files, and enough caution around Bash edge cases to be useful in editor, CI, or pre-commit style workflows.

### Chronologie

- 2016: The official GitHub repository for beautysh was created.
- 2018: The GitHub releases include a 3.11 release named for relicensing to MIT.
- 2019: The GitHub releases show 5.x releases.
- 2025-2026: The GitHub releases show active 6.x maintenance.

### Related projects

- Bash is the language being formatted. EditorConfig is related because beautysh reads indentation settings from .editorconfig, and PyPI/Nix are documented installation routes.

### Sources

- <https://github.com/lovesegfault/beautysh#readme>
- <https://github.com/lovesegfault/beautysh/releases>
- input.json 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


## 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: pyproject.toml, .editorconfig
## Autres enregistrements de gestionnaires de paquets

- Nix - beautysh: normalized package name match | nixpkgs package indexes: beautysh from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

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


## Sources

- 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
