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