Skip to content

forest6511/secretctl

v0.8.8 Feature

This release adds 2 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

Added competitor import support and folder organization for secrets.

Full changelog

secretctl v0.8.8

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

macOS (Intel)

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

Linux (x86_64)

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

Changelog

New Features

  • d9c23fbf0b4296d23329de79fe95b0865c41b1db: feat: add competitor import support (Phase 2c-X1) (#168) (@forest6511)
  • 1f1e476857ea41b8d327524514f5ddee4062c7ff: feat: add folder support for organizing secrets (Phase 2c-X2) (#167) (@forest6511)

Other

  • da3057ef24858dd4790f19de6d96a0cfbf465578: Fix MCP server version to match CHANGELOG (0.6.0 → 0.8.7) (#173) (@forest6511)
  • eec96d4cf76264a580f8a06007dbfdcd2bfb8dd2: docs(changelog): add v0.8.7 release notes (#172) (@forest6511)
  • 2de7b68d61dae81988ca96161e2a65b11badc618: docs(changelog): add v0.8.8 release notes (#174) (@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]