Skip to content

forest6511/secretctl

v0.8.7 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 4mo Secrets & Credentials
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

aes-256 ai-agents claude-code cli credential-management developer-tools
+10 more
devtools dotenv encryption environment-variables go local-first mcp password-manager secrets-management security

Summary

AI summary

Add Phase 2c‑X3 Security Dashboard, Phase 2d internationalization (i18n), and Makefile development targets.

Full changelog

secretctl v0.8.7

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.7/secretctl_0.8.7_darwin_arm64.tar.gz
tar xzf secretctl_0.8.7_darwin_arm64.tar.gz
sudo mv secretctl /usr/local/bin/

macOS (Intel)

curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.7/secretctl_0.8.7_darwin_amd64.tar.gz
tar xzf secretctl_0.8.7_darwin_amd64.tar.gz
sudo mv secretctl /usr/local/bin/

Linux (x86_64)

curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.7/secretctl_0.8.7_linux_amd64.tar.gz
tar xzf secretctl_0.8.7_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.7/secretctl_0.8.7_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.7/checksums.txt
sha256sum -c checksums.txt --ignore-missing

Changelog

New Features

  • dd80787e4a7cf68449b8646caad3e220bb8c795d: feat(build): enhance Makefile with frontend and development targets (#160) (@forest6511)
  • 73661c5234b3535f361840902f7eed23d0a4e290: feat: add Phase 2c-X3 Security Dashboard and 2c-X4 UX Improvements (#169) (@forest6511)
  • 10d089699728867321f65e85c947817750eec8fe: feat: add Phase 2d internationalization (i18n) (#163) (@forest6511)

Bug Fixes

  • 757400cb05ee8ac471c14cb9b59bda4ff4fcbcdb: fix(docs): use relative paths for Developer/User Guide links (#161) (@forest6511)

Other

  • 04a71136d6cc1218163704eacd98d83dd35b9e21: docs(readme): add MCP flow diagram and remove duplicate table (#162) (@forest6511)
  • a51da4cf4e050409d3b6b362f59ec1896e238b92: docs(readme): rewrite with pain-first messaging for better marketing (#165) (@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

Track forest6511/secretctl

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]