secretctl v0.8.8
The simplest AI-ready secrets manager.
Installation
macOS / Linux (Homebrew) - Recommended
brew install forest6511/tap/secretctlWindows (Scoop)
scoop bucket add secretctl https://github.com/forest6511/scoop-bucket
scoop install secretctlManual 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 directlyVerify Installation
secretctl versionVerify Download (checksums)
curl -LO https://github.com/forest6511/secretctl/releases/download/v0.8.8/checksums.txt
sha256sum -c checksums.txt --ignore-missingChangelog
New Features
- d9c23fb: feat: add competitor import support (Phase 2c-X1) (#168) (@forest6511)
- 1f1e476: feat: add folder support for organizing secrets (Phase 2c-X2) (#167) (@forest6511)
Other
- da3057e: Fix MCP server version to match CHANGELOG (0.6.0 → 0.8.7) (#173) (@forest6511)
- eec96d4: docs(changelog): add v0.8.7 release notes (#172) (@forest6511)
- 2de7b68: 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/