Screenshots
Example Usage
Usage: sudo ./secbuild.sh [OPTIONS]

Options:
  -h, --help              Show this help message
  -v, --verbose           Enable verbose mode (debug output)
  -f, --force             Force update of dependencies
  -s, --silent            Silent mode (non-interactive)
  -l, --list              List all available tools
  -i, --install TOOL      Install a specific tool
  -u, --update            Update all installed tools
  --dry-run               Simulation mode (no actual changes)
  -p, --parallel [N]      Parallel installation (N = number of jobs, default: 4)
  --profile NAME          Install tools from a specific profile
  --list-profiles         List all available profiles
  --no-latest-release     Disable latest release installation (use default branch)