# beautysh を Homebrew, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install beautysh
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:beautysh
- **パッケージマネージャ:** Homebrew
- **バージョン:** 6.4.3
- **ソース概要:** Bash beautifier
- **ホームページ:** <https://github.com/lovesegfault/beautysh>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- beautysh (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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

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

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.

### 採用の歴史

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

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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
## 他のパッケージマネージャ記録

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


## ソース

- 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
