Inference Engines

Run models on your hardware

ExLlamaV2

Fastest inference engine for consumer NVIDIA GPUs. Custom CUDA kernels and EXL2 quantization format deliver maximum tokens per second on desktop hardware.

linuxwindows

KoboldCpp

Single-binary inference server for local LLMs. Best CPU efficiency, runs on Windows/Linux/Mac/Android. Powers SillyTavern and many other frontends.

windowsmacoslinuxandroid

llama-cpp-python

Python bindings for llama.cpp providing a high-level API and OpenAI-compatible server. The easiest way to use llama.cpp from Python applications.

windowsmacoslinux

llama.cpp

The foundational C/C++ inference engine that pioneered consumer-hardware LLM deployment via quantization. Powers Ollama, LM Studio, GPT4All, and KoboldCpp.

windowsmacoslinuxandroidios

MLX

Apple's machine learning framework for Apple Silicon. Leverages unified memory architecture for efficient LLM inference on Mac with minimal data copying.

macos

Mullama

Cognisoc

Versatile local LLM inference engine with multi-language bindings for Python, Node.js, Go, Rust, PHP, and C/C++. Supports daemon server and embedded modes.

windowsmacoslinux

Ollama

Single-binary LLM runner with built-in model registry, automatic GPU detection, and OpenAI-compatible REST API. The easiest way to run AI locally.

windowsmacoslinuxdocker

TensorRT-LLM

NVIDIA's high-performance LLM inference library. Achieves the highest throughput on NVIDIA GPUs with custom CUDA kernels, quantization, and in-flight batching.

linuxdocker

UniLLM

Cognisoc

A modular LLM inference runtime written in Rust. 47 architecture families, format-agnostic weight loading (SafeTensors, GGUF, PyTorch), and a clean three-layer abstraction (TensorCore, ModelCore, WeightLoaderCore).

windowsmacoslinux

vLLM

High-throughput LLM serving engine with PagedAttention, continuous batching, and tensor parallelism. Designed for multi-user production serving at scale.

linux

Desktop Apps

GUI applications for local AI

Web Interfaces

Self-hosted chat platforms

Server / API

Serve models to applications

Mobile AI

On-device AI for phones

Developer SDKs

Build AI applications

Fine-Tuning

Train and customize models

Vector Databases

Store and search embeddings

Voice & Audio

Speech-to-text and TTS

Image & Vision

Image generation and understanding

Code Assistants

AI-powered coding tools

Educational

Learn AI internals