Enterprise-grade AI DevOps Automation Engine
Generate, validate, and execute infrastructure & CI/CD configurations safely — with structured output enforcement, sandboxed execution, approval workflows, and hash-chained audit trails.
Website · Documentation · Tool Marketplace · Get Started
DojOps is an AI-powered DevOps automation engine that turns natural language into production-ready infrastructure configurations. It supports 13 DevOps tools, 6 LLM providers, 16 specialist agents, 10 security scanners, and a full REST API with a web dashboard — all with structured output enforcement, sandboxed execution, and approval workflows.
# Install
npm i -g @dojops/cli
# Generate a GitHub Actions CI pipeline
dojops "Create a CI pipeline for a Node.js app with tests and Docker build"
# Plan + execute with approval
dojops --execute "Set up Terraform for AWS S3 with versioning"| 13 DevOps Tools | GitHub Actions, Terraform, Kubernetes, Helm, Ansible, Docker Compose, Dockerfile, Nginx, Makefile, GitLab CI, Prometheus, Systemd, Jenkinsfile |
| 6 LLM Providers | OpenAI, Anthropic, Ollama, DeepSeek, Google Gemini, GitHub Copilot |
| 16 Specialist Agents | Intelligent routing to domain-specific agents + custom agent support |
| 10 Security Scanners | npm-audit, pip-audit, Trivy, Gitleaks, Checkov, Hadolint, ShellCheck, Trivy SBOM, Trivy License, Semgrep |
| 20 API Endpoints | REST API + web dashboard for team integration |
| Sandboxed Execution | Policy engine, approval workflows, write allowlists, audit trails |
| Tool Marketplace | Publish, discover, and install community tools via DojOps Hub |
| No Telemetry | Zero data leaves your machine except to your configured LLM provider |
| Repository | Description |
|---|---|
dojops |
Core monorepo — CLI, API, all @dojops/* packages |
dojops-doc |
Documentation site (Next.js + Nextra) |
dojops-hub |
Tool marketplace (Next.js + PostgreSQL + Prisma) |
dojops.ai |
Marketing website |
homebrew-tap |
Homebrew formula for macOS/Linux |
# npm (recommended)
npm i -g @dojops/cli
# Shell script
curl -fsSL https://raw.githubusercontent.com/dojops/dojops/main/install.sh | sh
# Docker
docker run --rm -it ghcr.io/dojops/dojops "your prompt"
# Homebrew
brew tap dojops/tap && brew install dojopsWe welcome contributions across all repositories. Each repo includes a CONTRIBUTING.md with setup instructions and guidelines. Check the issues in any repo to find something to work on.
All DojOps repositories are licensed under the MIT License.