Aeon — An AI agent framework that runs unattended on GitHub Actions, shipping code and fixing its own skills.
Analyzed by Sai Pavan Gopularam · AI · Agents · View on GitHub
- Stars: 723
- Forks: 260
- Commits last 30 days: 100
- Health: Active (100 commits this month)
- Language: Shell
- License: MIT
What It Is
Imagine a highly capable, self-sufficient intern for your GitHub repositories. Aeon is an AI agent framework that lives directly inside your GitHub repo and uses GitHub Actions to run tasks. You give it a goal, like 'ship a new feature' or 'find security vulnerabilities,' and it goes to work, interacting with various AI models like Claude, Grok, or Codex, all without needing you to approve every step.
This matters because most AI agents need constant supervision. Aeon is designed to be truly 'set it and forget it.' It can even fix its own broken skills, meaning less babysitting and more actual work getting done. For founders, this means automating complex, repetitive development or security tasks that usually require a human in the loop.
License Verdict
MIT License — Build and Sell Freely — Commercial Use Approved • No Copyleft Restrictions
The MIT License is very permissive. You can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. This includes using it in proprietary software and for commercial purposes. You just need to include the original copyright and license notice in your distribution.
How to Use It
To get started, you fork the Aeon repository, connect it to a communication channel (like Telegram), pick which AI skills you want it to run, and set a schedule. Aeon then operates autonomously using GitHub Actions.
Prerequisites:
- Node.js 20+
- GitHub CLI
Estimated setup time: 10 minutes.
gh repo fork aeonfun/aeon --clone
cd aeon
./aeon
What I'd Build With This
Autonomous Repo Security Auditor (micro-saas)
Build a service that integrates with a user's GitHub repo (via GitHub App or PAT) and runs Aeon's `vuln-scanner` skill on a schedule. It automatically identifies and suggests fixes for common vulnerabilities, reporting them directly to the user or creating PRs. Indie developers and small open-source projects without dedicated security teams would pay for this. Reach them via the GitHub Marketplace, developer forums, and Product Hunt.
Effort: 1 Week Build Time · Target: Indie Devs & Small Teams · Pricing: $19/mo per repo
AI-Powered Feature Shipping Bot (saas)
Create a platform where development teams can onboard their GitHub repositories. Users define high-level feature requests or bug fixes, and the service uses dedicated Aeon instances to generate code, create PRs, and even deploy prototypes. It acts as an always-on AI developer for small to medium-sized software development teams looking to accelerate their development cycles. Market through developer conferences, targeted LinkedIn outreach, and content marketing on AI in software development.
Effort: 3 Months Build Time · Target: SME Dev Teams · Pricing: $299/mo per team
Self-Healing Internal Tooling Agent (enterprise)
Offer an internal solution for large companies that maintains and evolves their bespoke internal tools. Deploy Aeon instances within the company's private GitHub Enterprise environment to monitor tool health, automatically fix broken scripts or APIs, and even develop new small features based on internal requests. Large enterprises with extensive internal tooling would pay to offload maintenance. Reach them via direct sales, solutions architects, and consulting partnerships.
Effort: 6 Months Build Time · Target: Fortune 500 IT/DevOps · Pricing: $5,000+/mo, custom
Sai Pavan Gopularam's Take
This repo is like hiring an AI dev team that never sleeps and rarely asks questions. The 'no approval loops' is a double-edged sword, but for specific, well-defined tasks, it's a huge time-saver. You could easily build a micro-SaaS around automated security scanning for $19/month per repo, targeting indie developers who can't afford a security engineer.
Watch Out For
- GitHub PAT for Cross-Repo Access: To enable Aeon to work across multiple repositories (e.g., for vulnerability disclosures or deploying to different projects), you need to provide a GitHub Personal Access Token (PAT) with `repo` and `workflow` scopes. This grants significant access.
- LLM API Costs: Aeon leverages various powerful LLMs (Claude, Grok, Codex, etc.). While it automates tasks, each run incurs costs from these API providers. Unattended operation means careful monitoring of usage is crucial to avoid surprise bills.
- Trusting Autonomy: Aeon is designed for 'no approval loops.' While this is powerful, it means you need a high degree of trust in its actions, especially when it's making changes to your codebase or deploying applications. Guardrails are present, but the core design is hands-off.
I break down trending repos like Aeon every week — join the newsletter.