Get started with our DevSecOps tools
AI-assisted pipeline generation
# Access the web application
https://pipelineforge.dev
# Optional CLI install
curl -sSL https://get.pipelineforge.dev | sh
# Use AI assistant to generate pipelines
# Export to GitHub Actions, GitLab CI, etc.
Comprehensive security scanning
# Install
curl -sSL https://get.pguard.dev | sh
# Scan your project
pguard scan
# Air-gap bundle
pguard bundle create
# Scan with baseline
pguard scan --baseline prod
Self-healing Kubernetes
# Install
curl -sSL https://get.kubefix.dev | sh
# Analyze logs
kubefix analyze logs.txt
# Run in daemon mode
kubefix daemon --watch
# Auto-remediate
kubefix fix --auto