Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 26 Oct 20:02
· 1 commit to main since this release

caws v0.1.4

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.3...v0.1.4

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