One daemon. Every project on your machine.
Install the Kryptic daemon, sign in once in your browser, and every project you have access to injects its secrets at startup - macOS, Linux, and Windows.
Binaries
Latest release
| OS | Architecture | Artifact |
|---|---|---|
| macOS | Apple Silicon | kryptic_darwin_arm64 |
| macOS | Intel | kryptic_darwin_amd64 |
| Linux | x86-64 | kryptic_linux_amd64 |
| Linux | arm64 | kryptic_linux_arm64 |
| Windows | x86-64 | kryptic_windows_amd64.exeTray app: kryptic-tray_windows_amd64.exe |
Every release ships a checksums.txt - shasum -a 256 -c before running, and kryptic update verifies it automatically. All releases: GitHub.
Install
Three commands to a running daemon
curl -LO https://github.com/dev-kryptic/daemon/releases/latest/download/kryptic_darwin_arm64
chmod +x kryptic_darwin_arm64
./install.sh kryptic_darwin_arm64 # installs CLI + login-time daemon (LaunchAgent)
kryptic loginRuns at login via LaunchAgent. Session token lives in the Keychain.
Then