Skip to content

Releases: bait-py/autostack

v1.0.0

17 Nov 17:41

Choose a tag to compare

AutoStack v1.0.0

Installation

Linux (AMD64)

curl -L https://github.com/bait-py/autostack/releases/download/v1.0.0/autostack-linux-amd64 -o autostack
chmod +x autostack
sudo mv autostack /usr/local/bin/

Linux (ARM64)

curl -L https://github.com/bait-py/autostack/releases/download/v1.0.0/autostack-linux-arm64 -o autostack
chmod +x autostack
sudo mv autostack /usr/local/bin/

macOS (Intel)

curl -L https://github.com/bait-py/autostack/releases/download/v1.0.0/autostack-darwin-amd64 -o autostack
chmod +x autostack
sudo mv autostack /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/bait-py/autostack/releases/download/v1.0.0/autostack-darwin-arm64 -o autostack
chmod +x autostack
sudo mv autostack /usr/local/bin/

Windows

Download autostack-windows-amd64.exe and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.