[!TIP]
Learn more about Agentic Coding!
Automaker itself was built by a group of engineers using AI and agentic coding techniques to build features faster than ever. By leveraging tools like Cursor IDE and Claude Code CLI, the team orchestrated AI agents to implement complex functionality in days instead of weeks.
Learn how: Master these same techniques and workflows in the Agentic Jumpstart course.
Stop typing code. Start directing AI agents.
Automaker is an autonomous AI development studio that transforms how you build software. Instead of manually writing every line of code, you describe features on a Kanban board and watch as AI agents powered by Claude Code automatically implement them.
Traditional development tools help you write code. Automaker helps you orchestrate AI agents to build entire features autonomously. Think of it as having a team of AI developers working for youโyou define what needs to be built, and Automaker handles the implementation.
- Add Features - Describe features you want built (with text, images, or screenshots)
- Move to "In Progress" - Automaker automatically assigns an AI agent to implement the feature
- Watch It Build - See real-time progress as the agent writes code, runs tests, and makes changes
- Review & Verify - Review the changes, run tests, and approve when ready
- Ship Faster - Build entire applications in days, not weeks
Automaker leverages the Claude Agent SDK to give AI agents full access to your codebase. Agents can read files, write code, execute commands, run tests, and make git commitsโall while working in isolated git worktrees to keep your main branch safe.
The future of software development is agentic codingโwhere developers become architects directing AI agents rather than manual coders. Automaker puts this future in your hands today, letting you experience what it's like to build software 10x faster with AI agents handling the implementation while you focus on architecture and business logic.
[!CAUTION]
This software uses AI-powered tooling that has access to your operating system and can read, modify, and delete files. Use at your own risk.
We have reviewed this codebase for security vulnerabilities, but you assume all risk when running this software. You should review the code yourself before running it.
We do not recommend running Automaker directly on your local computer due to the risk of AI agents having access to your entire file system. Please sandbox this application using Docker or a virtual machine.
Join the Agentic Jumpstart to connect with other builders exploring agentic coding and autonomous development workflows.
In the Discord, you can:
- ๐ฌ Discuss agentic coding patterns and best practices
- ๐ง Share ideas for AI-driven development workflows
- ๐ ๏ธ Get help setting up or extending Automaker
- ๐ Show off projects built with AI agents
- ๐ค Collaborate with other developers and contributors
๐ Join the Discord:
https://discord.gg/jjem7aEDKU
- Node.js 18+
- npm
- Claude Code CLI installed and authenticated
# 1. Clone the repo
git clone https://github.com/AutoMaker-Org/automaker.git
cd automaker
# 2. Install dependencies
npm install
# 3. Run Automaker (pick your mode)
npm run dev
# Then choose your run mode when prompted, or use specific commands belowStart Automaker in development mode:
npm run devThis will prompt you to choose your run mode, or you can specify a mode directly:
# Standard development mode
npm run dev:electron
# With DevTools open automatically
npm run dev:electron:debug
# For WSL (Windows Subsystem for Linux)
npm run dev:electron:wsl
# For WSL with GPU acceleration
npm run dev:electron:wsl:gpu# Run in web browser (http://localhost:3007)
npm run dev:web# Build Next.js app
npm run build
# Build Electron app for distribution
npm run build:electron# Start production Next.js server
npm run start# Run tests headless
npm run test
# Run tests with browser visible
npm run test:headed# Run ESLint
npm run lintAutomaker supports multiple authentication methods (in order of priority):
| Method | Environment Variable | Description |
|---|---|---|
| API Key (env) | ANTHROPIC_API_KEY |
Anthropic API key |
| API Key (stored) | โ | Anthropic API key stored in app |
Add to your ~/.bashrc or ~/.zshrc:
export ANTHROPIC_API_KEY="YOUR_API_KEY_HERE"Then restart your terminal or run source ~/.bashrc.
- ๐ Kanban Board - Visual drag-and-drop board to manage features through backlog, in progress, waiting approval, and verified stages
- ๐ค AI Agent Integration - Automatic AI agent assignment to implement features when moved to "In Progress"
- ๐ง Multi-Model Support - Choose from multiple AI models including Claude Opus, Sonnet, and more
- ๐ญ Extended Thinking - Enable extended thinking modes for complex problem-solving
- ๐ก Real-time Agent Output - View live agent output, logs, and file diffs as features are being implemented
- ๐ Project Analysis - AI-powered project structure analysis to understand your codebase
- ๐ Context Management - Add context files to help AI agents understand your project better
- ๐ก Feature Suggestions - AI-generated feature suggestions based on your project
- ๐ผ๏ธ Image Support - Attach images and screenshots to feature descriptions
- โก Concurrent Processing - Configure concurrency to process multiple features simultaneously
- ๐งช Test Integration - Automatic test running and verification for implemented features
- ๐ Git Integration - View git diffs and track changes made by AI agents
- ๐ค AI Profiles - Create and manage different AI agent profiles for various tasks
- ๐ฌ Chat History - Keep track of conversations and interactions with AI agents
- โจ๏ธ Keyboard Shortcuts - Efficient navigation and actions via keyboard shortcuts
- ๐จ Dark/Light Theme - Beautiful UI with theme support
- ๐ฅ๏ธ Cross-Platform - Desktop application built with Electron for Windows, macOS, and Linux
- Next.js - React framework
- Electron - Desktop application framework
- Tailwind CSS - Styling
- Zustand - State management
- dnd-kit - Drag and drop functionality
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This project is licensed under the Automaker License Agreement. See LICENSE for the full text.
Summary of Terms:
-
Allowed:
- Build Anything: You can clone and use Automaker locally or in your organization to build ANY product (commercial or free).
- Internal Use: You can use it internally within your company (commercial or non-profit) without restriction.
- Modify: You can modify the code for internal use within your organization (commercial or non-profit).
-
Restricted (The "No Monetization of the Tool" Rule):
- No Resale: You cannot resell Automaker itself.
- No SaaS: You cannot host Automaker as a service for others.
- No Monetizing Mods: You cannot distribute modified versions of Automaker for money.
-
Liability:
- Use at Own Risk: This tool uses AI. We are NOT responsible if it breaks your computer, deletes your files, or generates bad code. You assume all risk.
-
Contributing:
- By contributing to this repository, you grant the Core Contributors full, irrevocable rights to your code (copyright assignment).
Core Contributors (Cody Seibert (webdevcody), SuperComboGamer (SCG), Kacper Lachowicz (Shironex, Shirone), and Ben Scott (trueheads)) are granted perpetual, royalty-free licenses for any use, including monetization.