Curated list of 260+ AI agents and tools with open-source and self-hosted focus

Massive curated collection of AI development tools
A developer has compiled what they describe as the most comprehensive list of AI agents and frameworks currently available, with strong emphasis on open-source and self-hosted options. The repository is CC0 licensed and accepts pull requests for additions.
Key categories and tools
The list organizes tools into several functional categories:
- Local LLM Runners: Ollama (162k stars), llama.cpp, vLLM, LM Studio, Jan, LocalAI, GPT4All, Llamafile
- Self-hosted agents: OpenClaw (noted as growing from 9k to 188k stars), Open WebUI, LibreChat, LobeChat, Anything LLM, DB-GPT
- Open-source frameworks: Smolagents (HuggingFace), DeerFlow (ByteDance, #1 trending), LangGraph, CrewAI, AutoGen, Mastra
- Open-weight models for agents: Llama 4, Qwen 3 (MCP-native), DeepSeek V3/R1, GLM-4 (described as having lowest hallucination), Gemma 3, Phi-4
- Open-source video generation: Wan 2.1 (self-hostable, no limits), HunyuanVideo, LTX Video
- Open-source voice tools: LiveKit Agents, Rasa, Pipecat, Vocode
- Browser infrastructure: Browser Use (used by Manus under the hood), Skyvern, Agent S2
The repository also includes vector databases (Chroma, Qdrant, Milvus, Weaviate), RAG engines (RAGFlow, Pathway), and safety tools (NeMo Guardrails, LLM Guard).
📖 Read the full source: r/LocalLLaMA
👀 See Also

iai-mcp: A local daemon for persistent OpenClaw memory across sessions
iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.

Fewshell: A Self-Hosted SSH Copilot That Refuses to Run Commands Without Human Approval
Fewshell is a mobile+desktop SSH copilot with mandatory human approval for every command – no setting to enable auto-approval. Built by an ex-Amazon AI SDE working on AI safety research.

My OpenClaw Got a Physical Body: Robot Dog with Eyes, Legs, and Voice

Eqho: Local Voice-to-Text App for Claude Code Sessions
Eqho is a free, open-source voice-to-text app that uses OpenAI's Whisper model locally to type spoken input into any focused application. Currently Windows-only with command-line setup required.