macOS
brew install beautyshlocal Homebrew formula metadata
brew
Bash beautifier. Version 6.4.3 via Homebrew; verified from local package data.
install
brew install beautyshlocal Homebrew formula metadata
nix profile install nixpkgs#beautyshnixpkgs package indexes · beautysh · source: raw.githubusercontent.com
overview
Bash beautifier
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
pyproject.toml.editorconfigexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
beautysh | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/lovesegfault/beautysh
install metadata
| Package key | brew:beautysh |
|---|---|
| Version | 6.4.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/beautysh |
| Homepage | https://github.com/lovesegfault/beautysh |
| Repository | https://github.com/lovesegfault/beautysh |
| Upstream docs | https://github.com/lovesegfault/beautysh#readme |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/ae/9d/ed7b7dc146881698f5d71ce8a384f8e8f80790b1b12c73598efa81b8c3ed/beautysh-6.4.3.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
beautysh
nix profile install nixpkgs#beautyshsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.