Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Oct 19:10
· 3 commits to main since this release
31597a0

caws v0.1.2

A lightweight, self-contained AWS credential manager with password-based encryption.

Installation

Download the appropriate binary for your platform below, then:

# Linux/macOS
chmod +x caws-*
sudo mv caws-* /usr/local/bin/caws

# Verify installation
caws --help

Checksums

Verify your download using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing

Changelog

Other Changes


Full Changelog: v0.1.1...v0.1.2

What's caws?

caws is a fast, local-first alternative to aws-vault with zero external dependencies. Store your AWS credentials securely with password-based encryption (Argon2id + AES-256-GCM).

Learn more: https://github.com/timdev/caws