Skip to content

Bashtion v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Nov 21:12
· 1 commit to main since this release

Bashtion v0.1.0

Bashtion inspects shell scripts before they reach your interpreter. Pipelines like curl ... | bashtion give you AI and static analysis plus a manual confirmation prompt.

🚀 Quick Install

curl -fsSL https://raw.githubusercontent.com/chriswessels/bashtion/v0.1.0/install.sh | bash

Or download a platform archive below:

  • bashtion-linux-x86_64.tar.gz
  • bashtion-linux-aarch64.tar.gz
  • bashtion-macos-x86_64.tar.gz
  • bashtion-macos-aarch64.tar.gz

Each archive contains a single bashtion (or bashtion.exe) binary. Extract, move it into your $PATH, and run bashtion --help.

📋 Assets

All binaries are built with cargo build --release (musl for Linux). SHA256 checksums are included for verification.

🔄 Changes

See the commit history for detailed changes in this release.