This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryFixed continuous typing and SSH secret creation in desktop UI textareas.
Full changelog
secretctl v0.8.5
The simplest AI-ready secrets manager.
Installation
macOS / Linux (Homebrew) - Recommended
brew install forest6511/tap/secretctl
Windows (Scoop)
scoop bucket add secretctl https://github.com/forest6511/scoop-bucket
scoop install secretctl
Manual Installation
macOS (Apple Silicon)
curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.5/secretctl_0.8.5_darwin_arm64.tar.gz
tar xzf secretctl_0.8.5_darwin_arm64.tar.gz
sudo mv secretctl /usr/local/bin/
macOS (Intel)
curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.5/secretctl_0.8.5_darwin_amd64.tar.gz
tar xzf secretctl_0.8.5_darwin_amd64.tar.gz
sudo mv secretctl /usr/local/bin/
Linux (x86_64)
curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.5/secretctl_0.8.5_linux_amd64.tar.gz
tar xzf secretctl_0.8.5_linux_amd64.tar.gz
sudo mv secretctl /usr/local/bin/
Windows
# Download and extract
Invoke-WebRequest -Uri "https://github.com/forest6511/secretctl/releases/download/v0.8.5/secretctl_0.8.5_windows_amd64.zip" -OutFile secretctl.zip
Expand-Archive secretctl.zip -DestinationPath .
# Move to PATH or run directly
Verify Installation
secretctl version
Verify Download (checksums)
curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.5/checksums.txt
sha256sum -c checksums.txt --ignore-missing
Changelog
Bug Fixes
- 260048b6744ee5653745a7c6f6aaae66406d5673: fix(desktop): allow continuous typing in textarea edit mode (#149) (@forest6511)
- c04c7828871534b7706341ecef23b2a627654dfa: fix(desktop): allow textarea input for new SSH secrets (#147) (@forest6511)
- 9441077f9369645fd7f3df923235305579b3ccef: fix(ui): add password-like masking for textarea in edit mode (#150) (@forest6511)
Full Changelog: https://github.com/forest6511/secretctl/blob/main/CHANGELOG.md
Documentation: https://forest6511.github.io/secretctl/
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About forest6511/secretctl
AI-safe secrets manager with MCP integration. Run commands with credentials injected as environment variables - AI agents never see plaintext secrets. Features output sanitization, AES-256-GCM encryption, and Argon2id key derivation.
Related context
Related tools
Beta — feedback welcome: [email protected]