Clanker is currently in early alpha. It powers clankercloud.ai and is being actively developed.
What is Clanker?
Clanker is a read-only agent that calls CLIs and APIs to answer questions about your infrastructure. It supports AWS, GCP, Azure, Kubernetes, GitHub, Cloudflare, and more—all through simple natural language queries. Instead of remembering complex CLI commands and navigating multiple dashboards, you can simply ask:Key features
Natural language queries
Ask questions in plain English instead of memorizing CLI commands and API syntax.
Multi-cloud support
Works with AWS, GCP, Azure, Kubernetes, GitHub, Cloudflare, Terraform, and Postgres.
Infrastructure maker
Generate and apply infrastructure change plans with
--maker mode for safe, reviewable operations.Kubernetes management
Create clusters, deploy applications, query resources, and troubleshoot issues with natural language.
How it works
Clanker uses a multi-stage LLM pipeline:- Stage 1: Analyzes your question and determines which CLI operations or API calls are needed
- Stage 2: Executes the operations in parallel for fast results
- Stage 3: Combines results with context and generates a markdown response
Supported platforms
- AWS: Lambda, EC2, RDS, S3, CloudFormation, CloudWatch, and more
- Kubernetes: EKS, GKE, AKS, kubeadm clusters, pods, deployments, services, logs
- GCP: Cloud Run, Compute Engine, Cloud Functions, and other GCP services
- Azure: Virtual Machines, App Services, and Azure resources
- GitHub: Actions, pull requests, issues, and repository insights
- Cloudflare: DNS, Workers, WAF, Zero Trust, and analytics
- Terraform: Workspace management and state inspection
- Postgres: Database queries and schema inspection
Use cases
Infrastructure monitoring
Troubleshooting
Infrastructure changes
Get started
Installation
Install Clanker via Homebrew or from source in under a minute.
Quick start
Run your first query and start exploring your infrastructure.
Configuration
Set up AI providers, cloud credentials, and customize Clanker for your environments.
GitHub Repository
View the source code, contribute, or report issues.
Why Clanker?
Faster than dashboards
Faster than dashboards
Skip the web UI navigation. Get answers instantly from your terminal with natural language queries.
No API documentation needed
No API documentation needed
Don’t remember the exact AWS CLI syntax? Just ask in plain English and Clanker handles the details.
Safe infrastructure changes
Safe infrastructure changes
Maker mode generates reviewable JSON plans before making any changes. Apply only what you approve.
Context-aware conversations
Context-aware conversations
Ask follow-up questions without repeating context. Clanker remembers your conversation per environment.
Community and support
- Repository: github.com/bgdnvk/clanker
- Homebrew tap: github.com/clankercloud/homebrew-tap
- Website: clankercloud.ai
Clanker is read-only by default. It only calls CLIs and APIs to gather information. Infrastructure changes require explicit
--maker mode.