v0.1.2
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 --helpChecksums
Verify your download using the checksums.txt file:
sha256sum -c checksums.txt --ignore-missingChangelog
Other Changes
- 4e8e296: Add .envrc to project .gitignore (@timdev)
- 105f94a: Add GitHub CLI support to sandbox environment (@timdev)
- f90148e: Add claude workflow. Experimental (@timdev)
- 115dbf6: Documentation overhaul (@timdev)
- 1f761b3: Fix: Display confirmation prompt in readConfirmation function (@github-actions[bot])
- 31597a0: Merge pull request #2 from timdev/claude/issue-1-20251026-1857 (@timdev)
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