| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-01-12 | 443 Bytes | |
| hemmelig-darwin-amd64 | 2026-01-12 | 6.0 MB | |
| hemmelig-darwin-amd64.sha256 | 2026-01-12 | 88 Bytes | |
| hemmelig-darwin-arm64 | 2026-01-12 | 5.7 MB | |
| hemmelig-darwin-arm64.sha256 | 2026-01-12 | 88 Bytes | |
| hemmelig-linux-amd64 | 2026-01-12 | 5.9 MB | |
| hemmelig-linux-amd64.sha256 | 2026-01-12 | 87 Bytes | |
| hemmelig-linux-arm64 | 2026-01-12 | 5.6 MB | |
| hemmelig-linux-arm64.sha256 | 2026-01-12 | 87 Bytes | |
| hemmelig-windows-amd64.exe | 2026-01-12 | 6.1 MB | |
| hemmelig-windows-amd64.exe.sha256 | 2026-01-12 | 93 Bytes | |
| Hemmelig CLI v1.0.2 source code.tar.gz | 2026-01-12 | 748.2 kB | |
| Hemmelig CLI v1.0.2 source code.zip | 2026-01-12 | 866.3 kB | |
| README.md | 2026-01-12 | 1.5 kB | |
| Totals: 14 Items | 30.9 MB | 0 | |
Hemmelig CLI v1.0.2
Create encrypted, self-destructing secrets from the command line.
Installation
Linux (amd64)
:::bash
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.2/hemmelig-linux-amd64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/
Linux (arm64)
:::bash
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.2/hemmelig-linux-arm64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/
macOS (Apple Silicon)
:::bash
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.2/hemmelig-darwin-arm64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/
macOS (Intel)
:::bash
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.2/hemmelig-darwin-amd64 -o hemmelig
chmod +x hemmelig
sudo mv hemmelig /usr/local/bin/
Windows
Download hemmelig-windows-amd64.exe and add it to your PATH.
Verify Download
:::bash
# Download checksums
curl -L https://github.com/HemmeligOrg/Hemmelig.app/releases/download/cli-v1.0.2/checksums.txt -o checksums.txt
# Verify (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing
Usage
:::bash
hemmelig "my secret message"
hemmelig "my secret" -t "Title" -e 7d -v 3
cat file.txt | hemmelig
See the CLI documentation for more options.