OpenDev AI is an autonomous AI agent for open-source development. It analyzes GitHub repositories, identifies issues, generates fixes using LLMs, runs tests, and creates pull requests. It also scans for security risks like exposed credentials and unnecessary files. Built with a minimal interface and local execution, it enables developers to automate contributions and improve codebases efficiently.
No reviews yetBe the first to leave a review for OpenDev AI
Maker
📌
Hey everyone,
I built OpenDev AI to solve a problem I kept facing while exploring open-source projects — finding issues is easy, but understanding and fixing them takes time, especially across unfamiliar codebases.
The idea was simple: what if an AI agent could read a repo, understand an issue, fix it, and open a PR automatically?
While building this, the biggest challenge was making the system reliable — not just generating code, but validating it with tests and avoiding broken PRs. I also added a security scanning feature to detect things like exposed API keys or unnecessary files.
Right now it’s designed for personal use and experimentation, but I’m planning to improve accuracy, add better repo understanding, and make the workflow smoother.
Would love feedback — especially on where it fails or how you’d actually use something like this.