Skip to content

v0.8.8

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jan 16:12
2de7b68

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

Other


Full Changelog: https://github.com/forest6511/secretctl/blob/main/CHANGELOG.md

Documentation: https://forest6511.github.io/secretctl/