# beautysh mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für beautysh in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install beautysh
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:beautysh
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/beautysh>
- **Version:** 6.4.3
- **Quellzusammenfassung:** Bash beautifier
- **Homepage:** <https://github.com/lovesegfault/beautysh>
- **Repository:** <https://github.com/lovesegfault/beautysh>
- **Lizenz:** MIT
- **Quellarchiv:** <https://files.pythonhosted.org/packages/ae/9d/ed7b7dc146881698f5d71ce8a384f8e8f80790b1b12c73598efa81b8c3ed/beautysh-6.4.3.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- beautysh (cli)
- beautysh (Alias)

## Abhängigkeiten

- python@3.14

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 6.4.3
- lokale Daten: OK
- Upstream-Repository: https://github.com/lovesegfault/beautysh
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

- <https://github.com/lovesegfault/beautysh#readme>
- <https://github.com/lovesegfault/beautysh/releases>
- input.json source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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
## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

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


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/de/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [shfmt](https://pkg.so/de/brew/shfmt/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, formatter, formatters.
- [js-beautify](https://pkg.so/de/brew/js-beautify/) - Shares pkgdb curated category or tags: beautifier, cli, developer-tools, formatter, formatters.
- [buildifier](https://pkg.so/de/brew/buildifier/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, formatters.
- [astyle](https://pkg.so/de/brew/astyle/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, formatters.
- [oxfmt](https://pkg.so/de/brew/oxfmt/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, formatters.
- [air](https://pkg.so/de/brew/air/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, formatters.
- [dfmt](https://pkg.so/de/brew/dfmt/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, formatters.
- [mdformat](https://pkg.so/de/brew/mdformat/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, formatters.
- [xxh](https://pkg.so/de/brew/xxh/) - Both packages touch the same language runtime or ecosystem. Shared terms: bash, cli, developer, developer-tools, python.
- [autopep8](https://pkg.so/de/brew/autopep8/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, formatter, python.

## Combined YAML source

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


## Quellen

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