Neural Lattice · Repos

Code Terminal

Hand-picked open-source AI repos that are actually worth your time. Stars are real (as of Jul 2026). Descriptions cut through the README hype to tell you what each tool actually does and when to use it.

ollama/ollama

Run LLMs locally with one command

Pull models, serve an OpenAI-compatible API, and manage quantizations — the default local inference layer.

★ 98.2k Go +412 this week
langchain-ai/langchain

Composable LLM application framework

Chains, agents, retrievers, and tool integrations — still the widest ecosystem for Python AI apps.

★ 95.1k Python +189 this week
huggingface/transformers

Pre-trained models for NLP and vision

Load, fine-tune, and deploy thousands of models — the backbone library behind most open-weight workflows.

★ 130.4k Python +256 this week
open-webui/open-webui

Self-hosted ChatGPT-style UI for Ollama

Multi-user chat, RAG pipelines, and MCP tool routing — the UI layer for basement AI stacks.

★ 45.2k TypeScript +523 this week
ggerganov/llama.cpp

Efficient LLM inference in C/C++

CPU and GPU inference for GGUF models — what Ollama and LM Studio build on under the hood.

★ 68.7k C++ +178 this week
run-llama/llama_index

Data framework for LLM applications

Connect private data to LLMs — ingestion, indexing, and query engines with strong RAG primitives.

★ 37.8k Python +94 this week
microsoft/autogen

Multi-agent conversation framework

Orchestrate agent teams with human-in-the-loop — Microsoft's take on production agent patterns.

★ 34.5k Python +312 this week
chroma-core/chroma

Embeddings database for AI apps

Lightweight vector store with Python and JS clients — popular choice for local RAG prototypes.

★ 14.2k Python +67 this week
vllm-project/vllm

High-throughput LLM inference and serving

PagedAttention-based serving engine — the default choice for teams self-hosting models at real production traffic.

★ 31.6k Python +298 this week
BerriAI/litellm

Unified API gateway for 100+ LLM providers

One OpenAI-compatible interface for Claude, GPT, Gemini, and local models — swap providers without rewriting app code.

★ 17.9k Python +215 this week
crewAIInc/crewAI

Role-based multi-agent orchestration

Lightweight framework for coordinating agent "crews" with defined roles and goals — no LangChain dependency.

★ 26.3k Python +341 this week
qdrant/qdrant

Vector database written in Rust

Production-grade vector search with filtering — the backbone for larger-scale RAG deployments beyond prototypes.

★ 22.1k Rust +103 this week
n8n-io/n8n

Workflow automation with AI superpowers

Fair-code automation tool with native AI agent nodes, LLM integrations, and MCP support. The orchestration backbone behind many self-hosted stacks — including this one.

★ 52.1k TypeScript +487 this week
comfyanonymous/ComfyUI

Node-based image and video generation UI

Powerful modular interface for Stable Diffusion and FLUX pipelines. Runs on the NAS GPU — drag, connect, generate. The pro's choice for image workflows.

★ 58.3k Python +312 this week
openai/whisper

Open-source speech recognition

Robust transcription in 100+ languages. Runs locally, accurate enough for production, and the foundation for half the voice AI tools built this year.

★ 74.6k Python +98 this week