Open Source AI Tools
The best open source AI tools do one of three jobs: run a model on hardware you control, extend an AI coding agent, or automate work end to end. This category holds 56 tools, 49 of them free and 7 freemium. Pick by the part you need to own. Want speech synthesis without a hosted API in the loop, run a local model like Kokoro. Want your agent to remember past sessions, look at Claude Mem. Want a pipeline on your own server, start with n8n.
56 tools ยท Catalog updated
Open Source tools
What does open source actually buy you here?
Two things: the code runs where you put it, and you can read what it does. The payoff differs by tool. Kokoro is an 82M parameter text-to-speech model, small enough to run locally, so voice generation costs compute instead of usage fees. MarkItDown, Microsoft's converter, turns PDFs, Word files, Excel sheets, slides and images into clean Markdown on your own machine, so the documents never leave it. Browser Use drives a real browser for agents, clicking, typing and pulling data from pages like a person would. The trade is ownership. You handle setup, updates, and whatever breaks.
How do I choose between them?
Start from the layer you are missing. If the agent itself is the bottleneck, look at skills and harnesses: Claude Mem carries context between sessions across Claude Code, Codex, Gemini and Copilot, and Caveman compresses how the model talks to cut token usage. If the plumbing between apps is the bottleneck, n8n is a visual workflow builder with 400 plus integrations that you self-host or run in their cloud. Then read the pricing label. 49 of these tools are free and 7 are freemium, so a paid tier usually covers hosting rather than the software. Last, check the project is still maintained, because a dead repo becomes your problem.
Frequently asked questions
- Are open source AI tools free?
- Mostly. Of the 56 tools in this category, 49 are free and 7 are freemium. Freemium here usually means the code is open and the paid tier covers a hosted cloud version, as with n8n. Running a free tool still costs something: your own compute, storage and time to keep it working.
- Do I need a GPU to run these?
- It depends on the tool. Models that generate audio or text need real compute, though small ones are forgiving. Kokoro is 82M parameters and built to run locally on modest hardware. Tools that are skills, converters or automation layers, like MarkItDown, Caveman or n8n, mostly call other services and run fine on a laptop.
- What is the difference between open source and self-hosted?
- Open source describes the license: you can read, modify and redistribute the code. Self-hosted describes where it runs: on your machine or server rather than a vendor's. Most tools here are both, but not all. Some open source projects also sell a hosted version, and some hosted products are not open at all.