Kodelet is a lightweight agentic SWE Agent. It runs as an interactive CLI tool in your terminal. It is capable of peforming software engineering and production operating tasks.
- Intelligent Engineering Assistant: Automates software engineering tasks and production operations with agentic capabilities.
- Interactive Architecture Design: Collaboratively design and refine system architectures through natural dialogue.
- Continuous Code Intelligence: Analyzes, understands, and improves your codebase while answering technical questions in context.
- Reusable Fragments/Receipts: Create template-based prompts with variable substitution and bash command execution for routine tasks.
- Vision Capabilities: Support for image inputs including screenshots, diagrams, and mockups (Anthropic Claude models).
brew tap jingkaihe/kodelet
brew install kodeletcurl -sSL https://raw.githubusercontent.com/jingkaihe/kodelet/main/install.sh | bashKodelet supports Anthropic Claude, OpenAI compatible models and Google Gemini. Currently we recommend using Claude Sonnet 4.5 for standard tasks and Claude 3.5 Haiku for lightweight tasks.
For detailed development instructions, including prerequisites, running locally, configuration options, and available mise tasks, please see the Development Guide.
This project is licensed under the MIT License - see the LICENSE file for details. Copyright (c) 2025 Jingkai He.