Skip to content

forest6511/secretctl

v0.8.2 Feature

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

Published 5mo 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 password change feature in Vault and automated Homebrew/Scoop updates.

Full changelog

secretctl v0.8.2

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

macOS (Intel)

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

Linux (x86_64)

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

Changelog

New Features

  • 92d3ef325f63e3de587a29bcbd5d8967108e388e: feat(release): add Homebrew tap and Scoop bucket auto-update (#133) (@forest6511)
  • bc1ead719b5b6b43ae57aa22829bdeb2033cd587: feat(vault): implement password change feature (#132) (@forest6511)

Bug Fixes

  • 18e2555623e15f1eeb9567e012c7d7c910e704a1: fix(e2e): update skipped tests for multi-field UI (#129) (@forest6511)
  • e34fc1716f982dedf3cad253cc2d7d4b1f09dcaa: fix(release): match archive id with build id for brews/scoops (#134) (@forest6511)
  • e99eb4d4d0c78abbb01d53f7cf7168cd65d5ef57: fix(release): use single archive format per platform (#135) (@forest6511)
  • fc6083df0a990bceceed714d11b521001ce40963: fix: translate Japanese comments to English for consistency (#127) (@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]