Synopsis
Commands
| Command | Description |
|---|---|
binary | Install binary tools from registry |
workflow <source> | Install workflows from URL/file |
base <source> | Install base folder from URL/file |
env | Add binaries to shell PATH |
validate | Check environment health |
install binary
Install security tools from the binary registry.Help Output
Flags
| Flag | Description |
|---|---|
-n, --name <name> | Binary name(s) to install (repeatable) |
--all | Install all required binaries |
--check | Check installation status only |
--install-optional | Include optional binaries |
--nix-installation | Install Nix package manager |
--nix-build-install | Install binaries via Nix |
--list-registry-direct-fetch | List direct-fetch binaries |
--list-registry-nix-build | List Nix-compatible binaries |
Direct Fetch Mode
Downloads pre-built binaries:Nix Mode
Uses Nix package manager for reproducible builds:Output
install workflow
Install workflows from external sources.Sources
- Git repository URL
- ZIP file URL
- Local file path
Examples
install base
Install or replace the entire base folder.Notes
- Backs up existing database
- Restores database after installation
- Use for complete environment setup
Examples
install env
Add binaries folder to shell PATH.Effects
Adds to shell config (.bashrc, .zshrc):
Usage
install validate
Check environment health.val
Checks
- Base folder exists
- Required directories present
- Database accessible
- Binaries installed
- Workflows available