Documentation Index
Fetch the complete documentation index at: https://docs.krypthq.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node.js 20 or newer
- A free Krypt account
Install with npm
Permission errors
If you see
EACCES or “permission denied” errors during install:- macOS / Linux — prefix the command with
sudo - Windows — open your terminal as Administrator
Alternative package managers
- yarn
- pnpm
Updating the CLI
Install the latest version over the existing one:Uninstalling
This removes the binary but does not delete your stored credentials. To fully remove Krypt from your system:
CLI configuration
After runningkrypt login, the CLI stores config at ~/.krypt/config.json with 0600 permissions (owner-only read/write):
KRYPT_API_URL environment variable — useful for self-hosted deployments or testing:
krypt init creates a .krypt file linking that folder to a Krypt project:
Troubleshooting
“krypt: command not found” Your npm globalbin directory is not in your PATH. Run npm config get prefix and add <prefix>/bin to your shell profile. See the npm docs on resolving global install issues.
“Cannot find module” errors
Reinstall with --force to rebuild native dependencies:
Next steps
- Quickstart — push your first secret in 5 minutes
- CLI commands — full reference for every command and flag

