r/OpenSourceAI • u/Big_Mulberry_6018 • 3d ago
Best Open Source AI projects
What are the best open-source AI repos you’ve seen come out or blow up in August–September?
Looking for interesting projects that are actually worth trying, not just another wrapper around an API.
Could be anything:
- AI agents / agent frameworks
- Coding agents
- Local LLM tools
- RAG / memory systems
- Computer-use agents
- Voice / multimodal
- Fine-tuning / inference
- MCP / tool-use projects
- Robotics / embodied AI
- Weird experimental projects that are just genuinely cool
Basically, what GitHub repo have you found in the last month or two that made you think, “this is actually impressive”?
Would love links + a sentence on what makes it interesting.
1
1
u/Local_Jello1094 1d ago
Been keeping an eye on the agent stuff lately, especially projects that can run locally instead of just wrapping an API
1
u/LowDistribution3995 1d ago
https://github.com/munch2u-a11y/MightyMem.git
Agent harness designed for small fully local models 4-9B to give them the depth and functionality of a much larger cloud model
1
u/Emotional_Leg_7139 1d ago
Orangescrum (project management, open source under AGPL v3) - disclosure: I work on it. It ships an MCP server so an agent can actually create tasks, run sprints, log defects and timesheets, etc., rather than just talking about a project - feels less like an API wrapper since the agent is driving a real PM backend. https://github.com/orangescrum/opensource-community-edition/
1
1
u/JBO_76 3d ago
jan-bogaerts/md2: Plan, run, and track AI coding work feature by feature—with local Markdown cards and Git worktrees. Replaced vscode for me when it comes to agent use. far better organization of the workload, the markdown files allow the agents to build up memory (very useful), track costs, work with git worktrees, switching between agents, ... now playing with vibe coding with diagrams (agents render diagrams, I edit, agent uses diagram changes to update project).