// open source ai tools

Free & Open Source AI Tools

A curated directory of powerful open source AI tools you can install, self-host, and extend. No paywalls, no vendor lock-in — just production-grade software backed by vibrant communities.

11 tools. One-click install guides. 100% free.

Browse Tools Featured: Activepieces

Automation & Workflow

Open source platforms for building automated workflows, pipelines, and integrations — no vendor lock-in.

Automation

n8n

Fair-code workflow automation platform with 400+ integrations, a visual editor, and advanced branching logic. Self-host or use n8n cloud.

Node-based 400+ Integrations TypeScript
Install
docker run -it --rm --name n8n -p 5678:5678
n8nio/n8n
LLM Platform

Dify

Open-source LLM app development platform with visual orchestration, RAG pipeline, agent capabilities, and model management across providers.

RAG Agents Visual Builder
Install
git clone https://github.com/langgenius/dify.git
cd dify/docker && docker compose up -d
Orchestration

Temporal

Reliable distributed workflow orchestration platform. Used by Netflix, Snap, and Stripe for mission-critical async workflows with durable execution.

Durable Execution Go/TS/Java/Python
Install
docker compose -f https://temporal.io/docker-compose.yml up

Local AI & Models

Run AI models on your own hardware — no cloud dependency, no data leaving your machine, no API costs.

Local LLM

Ollama

Run Llama 3, Mistral, Gemma, and 100+ other open models locally. One command install, OpenAI-compatible API, GPU acceleration built in.

One-Command 100+ Models GPU
Install
curl -fsSL https://ollama.com/install.sh | sh
ollama run llama3.2
API Server

LocalAI

Drop-in OpenAI API replacement for local models. Run LLMs, image generation, audio transcription, and text-to-speech — all self-hosted.

OpenAI-Compatible Multi-Modal
Install
docker run -p 8080:8080 -v $PWD/models:/models
quay.io/go-skynet/local-ai:latest
Image Gen

ComfyUI

Powerful node-based workflow UI for Stable Diffusion. Build complex image generation pipelines with a visual graph editor. Modular, extensible, GPU-optimized.

Node-Based Stable Diffusion GPU
Install
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI && pip install -r requirements.txt
python main.py

Developer Tools & Agents

AI-powered developer tooling for coding, testing, and building AI agents — all open source and free to use.

Visual Builder

LangFlow

Visual framework for building multi-agent RAG applications. Drag-and-drop LangChain components into deployable AI pipelines.

RAG LangChain Multi-Agent
Install
pip install langflow
python -m langflow run
Agent Framework

CrewAI

Orchestrate role-based AI agents that collaborate on complex tasks. Define agents, assign tools, and let them work together autonomously.

Multi-Agent Role-Based Python
Install
pip install crewai crewai-tools
crewai create my-agent-crew
Coding Agent

OpenHands

AI-powered software development agent that writes code, runs commands, uses a browser, and builds apps from natural language requests.

Code Generation Browser Use Docker
Install
docker pull ghcr.io/openhands-ai/openhands:latest
docker run -p 3000:3000 ghcr.io/openhands-ai/openhands

AI Interfaces & Platforms

Self-hosted frontends and platforms for interacting with AI models through chat, APIs, and custom interfaces.

Chat UI

Open WebUI

Feature-rich self-hosted chat interface for LLMs. Supports Ollama, OpenAI, RAG, multi-user, file uploads, web search, and tool calls.

Ollama RAG Multi-User
Install
docker run -d -p 3000:8080 --name open-webui
--restart always ghcr.io/open-webui/open-webui:main
Multi-Provider

LibreChat

Open-source ChatGPT alternative that connects to any AI provider — OpenAI, Anthropic, Ollama, Azure, and more. Presets, plugins, and multi-user.

Multi-Model Plugins Presets
Install
git clone https://github.com/danny-avila/LibreChat.git
cd LibreChat && docker compose up

Models & Hubs

Community hubs and registries for discovering, sharing, and downloading open source AI models.

Model Hub

Hugging Face

The world's largest open source AI model hub. 500k+ models, datasets, and Spaces demos. Fine-tune, share, and deploy with the HF ecosystem.

500k+ Models Transformers Spaces
Install
pip install transformers datasets
python -c "from transformers import pipeline; ..."
Open Models

OpenRouter

Unified API gateway for 200+ models including open source (Llama, Mistral, DeepSeek) and commercial (GPT, Claude, Gemini). Pay per-token, no subscription.

200+ Models Unified API Pay-Per-Token
Quick Start
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-d '{"model":"mistralai/mixtral-8x7b", ...}'
Inference Engine

vLLM

High-throughput LLM inference engine with PagedAttention. Serves models at 10-20x the throughput of standard implementations.

High-Throughput PagedAttention OpenAI API
Install
pip install vllm
python -m vllm.entrypoints.openai.api_server \
--model mistralai/Mistral-7B-Instruct-v0.3

Want to go deeper? Learn with us

These tools are just the beginning. Our courses cover open source AI, API integration, workflow automation, and deploying AI agents in your business.

Browse Courses Free Resources