Ollama
FeaturedLocal AI
Run open models locally with one command. Simplest local AI runtime for macOS, Windows and Linux.
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
Ollama, Qwen, DeepSeek, Llama, OpenClaw, CrewAI, LangChain, llama.cpp and more.
19 results
Local AI
Run open models locally with one command. Simplest local AI runtime for macOS, Windows and Linux.
AI Model
Meta's open-weight LLM family. The reference open model for local and self-hosted inference.
AI Model
Alibaba's open-weight LLM family. Strong multilingual and coding performance at many sizes.
AI Model
DeepSeek's open-weight reasoning models. Cheap API plus open local weights.
AI Model
Google's open-weight model family, built from Gemini research. Efficient on consumer hardware.
AI Model
Mistral AI's open-weight models. Fast and compact, popular for local and edge inference.
Local AI
C++ inference engine for open models. Extremely lightweight, runs on laptops and CPUs.
AI Agent
AI software development agent that writes, executes and debugs code in a sandboxed environment.
AI Agent
Open-source AI coding agent built for the terminal and editor. Runs locally with your CLI and models.
AI Agent
AI pair programming in your terminal. Works with many local and cloud models, fully open source.
AI Agent
A local-first AI home assistant that can send messages, control apps and more using Java.
AI Agent
An open-source personal AI agent with memory, skills and Claude integration for your desktop.
AI Agent
The original autonomous agent platform. Build, deploy and run continuous AI agents.
Framework
The most popular framework for building LLM applications, agents and tool integrations.
Framework
Framework for orchestrating role-playing autonomous AI agents to collaborate on tasks.
Framework
Hugging Face's minimal agent framework. Write agents in a few lines of Python.
RAG
The data framework for LLM apps. Built for RAG workloads over your own documents.
Local AI
High-throughput, memory-efficient LLM serving engine. Best for GPU servers.
Local AI
Open-source, self-hosted, OpenAI-compatible local API. Runs models on CPU and GPU.
Hand-picked open-source projects, ready to install today.
Local AI
Run open models locally with one command. Simplest local AI runtime for macOS, Windows and Linux.
AI Model
Alibaba's open-weight LLM family. Strong multilingual and coding performance at many sizes.
AI Agent
AI software development agent that writes, executes and debugs code in a sandboxed environment.
AI Agent
Open-source AI coding agent built for the terminal and editor. Runs locally with your CLI and models.
Models, coding agents, personal agents, frameworks and local runtimes — all in one place.
AI Agent
AI software development agent that writes, executes and debugs code in a sandboxed environment.
AI Agent
Open-source AI coding agent built for the terminal and editor. Runs locally with your CLI and models.
AI Agent
AI pair programming in your terminal. Works with many local and cloud models, fully open source.
AI Agent
A local-first AI home assistant that can send messages, control apps and more using Java.
AI Agent
An open-source personal AI agent with memory, skills and Claude integration for your desktop.
AI Agent
The original autonomous agent platform. Build, deploy and run continuous AI agents.
Not one generic category — coding, personal and autonomous agents, each with its own install flow.
Write, debug and refactor code for you
Open-source AI coding agent built for the terminal and editor. Runs locally with your CLI and models.
AI software development agent that writes, executes and debugs code in a sandboxed environment.
AI pair programming in your terminal. Works with many local and cloud models, fully open source.
Local assistants with memory and skills
A local-first AI home assistant that can send messages, control apps and more using Java.
An open-source personal AI agent with memory, skills and Claude integration for your desktop.
Self-directed task execution
Run an agent locally with Ollama models — ollama run qwen2.5 + Aider/OpenCode = a private coding agent on your laptop.
Ollama is the easiest way to run open models locally. It powers local AI agents, coding tools and RAG pipelines with one command.
Downloads and runs the official Ollama installer script for macOS.
curl -fsSL https://ollama.com/install.sh | sh✓ Verify — ollama --version
ollama --versionPrints the installed version.
Windows: run irm https://ollama.com/install.ps1 | iex in PowerShell instead.
Runs locally with Ollama ⚡
ollama run llama3.2Pulls and runs the model in your terminal.
Runs locally with Ollama ⚡
ollama run qwen2.5Pulls and runs the model in your terminal.
Runs locally with Ollama ⚡
ollama run gemma2:9bPulls and runs the model in your terminal.
Runs locally with Ollama ⚡
ollama run deepseek-r1:7bPulls and runs the model in your terminal.
Runs locally with Ollama ⚡
ollama run mistralPulls and runs the model in your terminal.
Runs locally with Ollama ⚡
ollama run gpt-oss:20bPulls 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.
Pick the runtime that fits your hardware. Requirements are verified per project — we don’t promise it will run on any machine.
| Runtime | Platform | Primary use | License | Notes |
|---|---|---|---|---|
| OllamaGitHub ↗ | macOS / Windows / Linux | Easy local AI | MIT | One-command install and model manager |
| llama.cppGitHub ↗ | macOS / Windows / Linux | Lightweight inference | MIT | C++ engine, runs on almost any CPU |
| vLLMGitHub ↗ | Linux | High-performance serving | Apache 2.0 | GPU servers, high throughput |
| LocalAIGitHub ↗ | macOS / Windows / Linux | OpenAI-compatible local API | MIT | Drop-in replacement for OpenAI endpoints |
Hardware requirements vary by model size and quantization. Always check the official documentation before installing.
Pick a tool and your operating system. We explain every command — not just show it.
Run open models locally with one command. Simplest local AI runtime for macOS, Windows and Linux.
curl -fsSL https://ollama.com/install.sh | shDownloads and runs the official Ollama installer script for macOS.
ollama run qwen2.5Pulls and starts the Qwen 2.5 model in your terminal.
Run this to confirm everything installed correctly:
ollama --versionPrints the installed version.
ollamaOllama CLI — the local AI runtimerunPulls and starts the named modelqwen2.5Argument passed to the command above.The installation layer for open-source AI — not just another listing site.
Search models, agents, frameworks and local runtimes.
Read what it does, its license, hardware and verified status.
Pick macOS, Windows or Linux — instructions adjust automatically.
Copy install + verify commands sourced from official docs.
Step-by-step guide that explains each command, not just shows it.
Launch the model or agent and start building.
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.