You can install the Secryn CLI using the official install script or by downloading a release binary manually.
curl -fsSL https://cli.secryn.io | bash
curl -fsSL https://cli.secryn.io | bash -s -- --version v1.0.0
Download the correct binary for your operating system and architecture from:
Then place the binary in:
/usr/local/bin
Ensure the file is executable.
secryn --version
The self-update command is available in newer CLI releases. Existing installations must use the installer once to obtain the first release containing self-update support:
curl -fsSL https://cli.secryn.io | bash
After that, use secryn update to check for and install CLI updates. If the CLI is installed in a protected directory, such as /usr/local/bin, the installer or updater may require elevated permissions.