>_ OpenSource AI HubExplore Open Source AI
Open Source  •  Free  •  Local-first

Discover. Install. Run Open-Source AI.

Explore open-source AI models, agents, frameworks and local AI tools with verified installation commands for macOS, Windows and Linux.

Find an AI Understand it Choose OS Install Run Build

Featured AI Tools

Hand-picked open-source projects, ready to install today.

OL

Ollama

Featured

Local AI

Run open models locally with one command. Simplest local AI runtime for macOS, Windows and Linux.

macOSWindowsLinux
LLMLocal AICLIAPI
$ ollama run qwen2.5
QW

Qwen

Featured

AI Model

Alibaba's open-weight LLM family. Strong multilingual and coding performance at many sizes.

macOSWindowsLinux
LLMCodingMultilingual
$ ollama run qwen2.5
OP

OpenHands

Featured

AI Agent

AI software development agent that writes, executes and debugs code in a sandboxed environment.

macOSWindowsLinux
Coding AgentAutonomousDocker
$ docker run -it -p 3000:3000 ghcr.io/all-hands-ai/openhands
OP

OpenCode

Featured

AI Agent

Open-source AI coding agent built for the terminal and editor. Runs locally with your CLI and models.

macOSWindowsLinux
Coding AgentCLITerminalLocal
$ opencode

AI Directory

Models, coding agents, personal agents, frameworks and local runtimes — all in one place.

OP

OpenHands

Featured

AI Agent

AI software development agent that writes, executes and debugs code in a sandboxed environment.

macOSWindowsLinux
Coding AgentAutonomousDocker
$ docker run -it -p 3000:3000 ghcr.io/all-hands-ai/openhands
OP

OpenCode

Featured

AI Agent

Open-source AI coding agent built for the terminal and editor. Runs locally with your CLI and models.

macOSWindowsLinux
Coding AgentCLITerminalLocal
$ opencode
AI

Aider

AI Agent

AI pair programming in your terminal. Works with many local and cloud models, fully open source.

macOSWindowsLinux
Coding AgentCLIPair Programming
$ aider
OP

OpenJarvis

AI Agent

A local-first AI home assistant that can send messages, control apps and more using Java.

macOSWindowsLinux
Personal AIAssistantLocalJava
$ java -jar openjarvis.jar
OP

OpenClaw

AI Agent

An open-source personal AI agent with memory, skills and Claude integration for your desktop.

macOSWindowsLinux
Personal AIMemorySkillsDesktop
$ openclaw
AU

AutoGPT

AI Agent

The original autonomous agent platform. Build, deploy and run continuous AI agents.

macOSWindowsLinux
AutonomousAgentPlatform
$ npx autogpt

Ollama Hub

Ollama is the easiest way to run open models locally. It powers local AI agents, coding tools and RAG pipelines with one command.

Install Ollama

Downloads and runs the official Ollama installer script for macOS.

curl -fsSL https://ollama.com/install.sh | sh

✓ Verify — ollama --version

ollama --version

Prints the installed version.

Windows: run irm https://ollama.com/install.ps1 | iex in PowerShell instead.

Llama

General

Runs locally with Ollama ⚡

ollama run llama3.2

Pulls and runs the model in your terminal.

Qwen

General / Coding

Runs locally with Ollama ⚡

ollama run qwen2.5

Pulls and runs the model in your terminal.

Gemma

Efficient

Runs locally with Ollama ⚡

ollama run gemma2:9b

Pulls and runs the model in your terminal.

DeepSeek

Reasoning

Runs locally with Ollama ⚡

ollama run deepseek-r1:7b

Pulls and runs the model in your terminal.

Mistral

Fast

Runs locally with Ollama ⚡

ollama run mistral

Pulls and runs the model in your terminal.

gpt-oss

Coding

Runs locally with Ollama ⚡

ollama run gpt-oss:20b

Pulls and runs the model in your terminal.

Ollama also exposes an OpenAI-compatible /v1 API on port 11434, so agents and frameworks like LangChain, CrewAI and Aider can use your local models.

Run AI Locally

Pick the runtime that fits your hardware. Requirements are verified per project — we don’t promise it will run on any machine.

RuntimePlatformPrimary useLicenseNotes
OllamaGitHub ↗macOS / Windows / LinuxEasy local AIMITOne-command install and model manager
llama.cppGitHub ↗macOS / Windows / LinuxLightweight inferenceMITC++ engine, runs on almost any CPU
vLLMGitHub ↗LinuxHigh-performance servingApache 2.0GPU servers, high throughput
LocalAIGitHub ↗macOS / Windows / LinuxOpenAI-compatible local APIMITDrop-in replacement for OpenAI endpoints

Hardware requirements vary by model size and quantization. Always check the official documentation before installing.

Installation Demo

Pick a tool and your operating system. We explain every command — not just show it.

About

Ollama

Run open models locally with one command. Simplest local AI runtime for macOS, Windows and Linux.

LLMLocal AICLIAPI
GitHub ↗

OllamamacOS install

Last verified: September 2026
  1. 1

    Install Ollama

    curl -fsSL https://ollama.com/install.sh | sh

    Downloads and runs the official Ollama installer script for macOS.

  2. 2

    Run a model

    ollama run qwen2.5

    Pulls and starts the Qwen 2.5 model in your terminal.

Verify installation

Run this to confirm everything installed correctly:

ollama --version

Prints the installed version.

What does the main command mean?

$ ollama run qwen2.5
ollamaOllama CLI — the local AI runtime
runPulls and starts the named model
qwen2.5Argument passed to the command above.

The Discover → Install → Run Loop

The installation layer for open-source AI — not just another listing site.

1

Find an AI

Search models, agents, frameworks and local runtimes.

2

Understand it

Read what it does, its license, hardware and verified status.

3

Choose OS

Pick macOS, Windows or Linux — instructions adjust automatically.

4

Get verified commands

Copy install + verify commands sourced from official docs.

5

Install

Step-by-step guide that explains each command, not just shows it.

6

Run & Build

Launch the model or agent and start building.

Submit an open-source AI project

Built or using a great open-source model, agent or runtime? Submit it so the community can install and run it locally.

Every install command is reviewed and labeled with its verification date before publishing.