llama-cpp-4
llama.cpp bindings for Rust
gguf-rs
GGUF file parser
TinyHarness
tinyharness - ai coding harness
oxibonsai-cli
Pure Rust 1-bit LLM inference engine for PrismML Bonsai models — CLI
kalosm-sample
A common interface for token sampling and helpers for structered llm sampling
llama-herd
A native Rust TUI and CLI companion for orchestrating, pairing, and routing local LLM services driven by llama.cpp's llama-server
llama-gguf
A high-performance Rust implementation of llama.cpp - LLM inference engine with full GGUF support
llama-crab
Safe, ergonomic and complete Rust bindings for llama.cpp
wgpu-llm-cli
Terminal-based chat interface for the wgpu LLM inference engine
shimmytok
Pure Rust tokenizer for GGUF models with llama.cpp compatibility (SentencePiece + BPE + WPM + UGM + RWKV)
trustformers-models
Model implementations for TrustformeRS
kalosm-language-model
A common interface for language models/transformers
kalosm-language
A set of pretrained language models
blazen-local-llm
Shared option + request types for Blazen local LLM backends (candle, mistralrs, llama.cpp) and the controlplane local-model factory seam
llm_api_access
A package to query popular LLMs
ferrum-kernels
Unified compute kernels (CUDA/Metal/CPU) and model runner for Ferrum inference
kn-runtime
Dynamic wrapper around CPU and GPU inference
llama-mcp-server
Local LLM inference MCP server powered by llama.cpp
tribev2
TRIBE v2 — multimodal fMRI brain encoding model inference in Rust
kn-cuda-sys
A wrapper around the CUDA APIs
concerto-cli
Concerto CLI: a Rust inference multiplexer for self-hosted LLMs. Orchestrates vLLM, llama.cpp, and SGLang processes across 1-8 GPUs with demand-aware routing.
ferrum-kv
KV cache management with PagedAttention for Ferrum inference
kalosm
interface for pretrained AI models
ferrum-interfaces
Core trait contracts for the Ferrum LLM inference engine
embellama
High-performance Rust library for generating text embeddings using llama-cpp
ollama-oxide
integrating with Ollama's native API, providing low-level inference and high-level conveniences
ferrum-attention
Fused flash attention for Metal and CPU — production-grade, framework-independent
bloom_lfs
A high-performance, latch-free log-structured storage layer built for modern flash storage and multi-core systems
llama-runner
A straightforward Rust library for running llama.cpp models locally on device
ambi
A flexible, multi-backend, customizable AI agent framework, entirely based on Rust
ferrum-types
Shared type definitions for the Ferrum LLM inference engine
ferrum-testkit
Testing utilities for Ferrum LLM inference engine
llmux
Hook-driven LLM model multiplexer with pluggable switch policy
octoroute
Intelligent multi-model router for self-hosted LLMs
mlx-models
Model architectures and weight loading for mlx-server (LLaMA, Mistral, Qwen2/3)
ferrum-scheduler
Request scheduling for Ferrum LLM inference engine
mullama
Comprehensive Rust bindings for llama.cpp with memory-safe API and advanced features
ferrum-quantization
Weight-format abstraction (Dense / GPTQ / AWQ / GGUF) for Ferrum models
kalosm-llama
interface for Llama models
concerto-core
Pure routing logic, eviction policies, and memory accounting for Concerto. Zero IO dependencies.
llama-cpp-sys-4
Low Level Bindings to llama.cpp
ferrum-models
Model architectures (LLaMA, Qwen, BERT) for Ferrum inference
ferrum-engine
Model orchestration engine for Ferrum LLM inference
lazyllama
A lightweight TUI client for Ollama with markdown support and smart scrolling
ferrum-sampler
Sampling strategies for Ferrum LLM inference engine
tauri-plugin-llama-crab
Tauri plugin for llama-crab local inference
lancor
End-to-end llama.cpp toolkit: API client, HuggingFace Hub, server orchestration, benchmarks
ferrum-cuda-kernels
Custom CUDA kernels and decode runner for Ferrum inference
slm_llama
llama.cpp backend for slm_inference
ferrum-server
OpenAI-compatible HTTP API server for Ferrum inference
sapient-models
Pre-built LLM architecture graph builders for SAPIENT — Llama, Mistral, Phi, Gemma, GPT-2, BERT, Qwen
slm_ikllama
ik_llama.cpp backend for slm_inference
kalosm-streams
A set of streams for pretrained models in Kalosm
candle-pipelines
intuitive pipelines for local LLM inference in Rust, powered by Candle. Inspired by Python's Transformers library.
ferrum-cli
CLI for Ferrum — a Rust-native LLM inference engine
opentslm
using Burn, WGPU, and llama.cpp
oxillama-cli
Pure Rust LLM inference engine CLI — the sovereign alternative to llama.cpp
ferrum-runtime
Backend implementations (Candle, CPU) for Ferrum inference
chat-prompts
Chat prompt template
sapient-tokenizers
HuggingFace-compatible tokenizers for SAPIENT — BPE, WordPiece, SentencePiece, chat templates
concerto-api
HTTP API and orchestrator state machine for Concerto: routes, request lifecycle, cold-start dedup, eviction, and graceful shutdown
llama-runtime
Execution runtime for llama.rs — oxidizedMLX integration and backend selection
llama_cpp
High-level bindings to llama.cpp with a focus on just being really, really easy to use
candelabra
Desktop-friendly GGUF LLaMA inference wrapper for Candle and Hugging Face Hub
llama-sampling
Sampling strategies for llama.rs — temperature, top-k/p, repetition penalty
curtana
Simplified zero-cost wrapper over llama.cpp powered by lama-cpp-2
concerto-gpu
GPU monitoring abstractions for Concerto: GpuMonitor trait, mock implementation, and optional NVML-backed implementation
llama-tokenizer
Tokenizer crate for llama.rs — deterministic text-to-token conversion
rlx-voxtral
Mistral Voxtral speech LM for RLX (Whisper encoder + Llama decoder)
log_structured_store
A high-throughput append-oriented storage engine built in Rust using batched buffer-ring writes, direct I/O (O_DIRECT), and async io_uring dispatch
ferrum-tokenizer
Tokenization wrapper for Ferrum inference engine
oxillama-arch
Model architecture implementations — LLaMA, Qwen3, Mistral, Gemma, Phi
rlx-flow
Block assembly-line API for RLX model builders — fusion-first, config-driven
ezllama
An opinionated, simple Rust interface for local LLMs, powered by llama-cpp-2
oxillama-runtime
Inference engine — KV cache, sampling, tokenizer bridge
wax-bench
Benchmark types and helpers for wax
llama-kv
KV cache management for llama.rs — prefill, decode, paging, eviction
llama-engine
Narrow-waist engine trait and core types for llama.rs
toktrie_tiktoken
tiktoken (OpenAI BPE) library support for toktrie and llguidance
wgpu-llm-core
A minimalist Llama inference engine built on wgpu and WGSL compute shaders
oxillama-server
OpenAI-compatible HTTP API server for OxiLLaMa
oxillama
Pure Rust LLM inference engine — the sovereign alternative to llama.cpp (meta crate)
llm-manager
Terminal UI for managing LLMs
elizaos-plugin-local-ai
elizaOS Local AI Plugin - Local LLM inference for text, embeddings, vision, and audio
concerto-backend
Backend process lifecycle for Concerto: BackendManager trait, mock implementation, and a real process-spawning implementation for inference engines
kapsl-backends
Pluggable inference backends (ONNX, llama.cpp) for the Kapsl engine
pagedelta
Deltas: LLAMA's primary units of data
ggufy
Unified GGUF wrapper for llama.cpp and Ollama
rlx-neutts
NeuTTS voice-cloning TTS — GGUF backbone + NeuCodec decoder for RLX
concerto-config
TOML configuration parsing for Concerto
llama-cpp-v3
Safe and ergonomic Rust wrapper for llama.cpp with dynamic loading
nimi-shell-tauri
Shared Tauri host glue for Nimi apps — runtime bridge, daemon lifecycle, session logging, auth/oauth commands, runtime defaults
kalosm-model-types
Shared types for Kalosm models
wax-core
Core inference engine for wax, a small Candle-based local LLM runner
llama-models
Model architectures (Llama/Qwen/Mistral blocks) for llama.rs
rlx-llama32
LLaMA 3.2 for RLX
oxillama-wasm
WebAssembly bindings for OxiLLaMa GGUF parsing and quantization
oxillama-py
Python bindings for OxiLLaMa LLM inference engine
ushi
High-performance LLM inference server with llama.cpp FFI bindings
agentkit-provider-groq
Groq provider adapter for agentkit
rllama
Pure Rust implementation of LLaMA-family of models, executable
xybrid-llama
Safe Rust wrappers over xybrid-llama-sys: RAII model/context handles, streaming trampoline, typed errors. Zero
unsafeon the public surface.
rlx-llama-base
Shared Llama-shaped arch config + GGUF reader (Mistral, Phi, Bonsai, OmniCoder, Granite, Cohere — PLAN.md M4 foundation)
paca-cli
Helpers for interacting with llama.cpp
blazen-llm-llamacpp-server
llama.cpp HTTP-server (llama-server) proxy provider for Blazen — OpenAI-compat + native completion + runtime LoRA adapter toggle
apimyllama
interacting with the APIMyLlama API
blazen-llm-vllm
vLLM OpenAI-compat + LoRA adapter management proxy provider for Blazen
sonr-daemon
Background daemon for sonr, providing semantic search capabilities using local LLMs
yule-registry
Model registry: pull, cache, and manage verified model artifacts
thulpoff-provider
LLM provider implementations for thulpoff
airframe-observe
FSE-based inference observation layer for Airframe. Selector-first, single-pass capture of layer outputs, logits, and text during inference.
yule-infer
Inference engine: attention, KV cache, sampling, quantization, token generation
hanzo-kernel-macros
The #[kernel(targets(...))] attribute for hanzo-kernel: one Rust fn, declared backends
kalosm-common
Helpers for kalosm downloads and candle utilities
llama_cpp_rs
Rust bindings for LLAMA.CPP inference
bitnet-llm-sys
Raw FFI bindings to bitnet.cpp (Microsoft's 1-bit LLM inference engine)
rmistral
interface for Mistral models
lmcpp
Rust bindings for llama.cpp's server with managed toolchain, typed endpoints, and UDS/HTTP support
weave-writer
collaborative generative writing
rs-llama-cpp
Automated Rust bindings generation for LLaMA.cpp
thalamus
A deep learning mesh node server platform for linux/mac/unix
llama_cpp_sys
Automatically-generated bindings to llama.cpp's C API
kjarni
Cross-platform ML inference engine. Embeddings, classification, reranking, and RAG search
llm-chain-llama
implementing
llm-chainsfor LLamA. Chains can be use to apply the model series to complete complex tasks, such as agents.
crabml
core package
simple_llama
run llama.cpp in Rust. based on llama-cpp-2
crabml-llama2
crabml llama2 support
oxidized-transformers
Transformers library (not functional yet)
crabml-cli
crabml cli
duckai
DuckDuckGo AI to OpenAI API
kv-cache
LLM inference in Rust
chat
AI platform agnostic cli
kjarni-examples
Kjarni Examples - Example code for the Kjarni inference engine
vibesort
Blazingly fast vibesort implementation in Rust using Llama 4 Maverick on Cerebras Cloud
llm-chain-llama-sys
bindings based on bindgen for LLaMA.cpp
localllm
qwen2 model lib by llama.cpp
aionic
unified, user-friendly Rust library for seamless integration with various public Language Model APIs, such as openAI
llm_devices
Device management and build system for LLM inference
round-multiple
LLM inference in Rust
self_sovereign_ai
building self-sovereign AI systems with decentralized networking and cryptography
llama_link
A llama.cpp server interface
llama2_rs
port of llama2.c
all-close
LLM inference in Rust
scaled-dot-product-attention
LLM inference in Rust
llama
Friendly LLVM bindings
llm-base
The base for
llm; provides common structure for model implementations. Not intended for use by end-users.
oxidized-cuda-kernels
Additional CUDA kernels for Oxidized Transformers
llm-llama
LLaMA (Large Language Model Meta AI) for the
llmecosystem
llama-build
Friendly LLVM bindings (BUILD)
llm-cli
A CLI for running inference on supported Large Language Models. Powered by the
llmlibrary.
alith-store
Alith store package
alith-tools
Alith Tool package
llama-wasm
Friendly LLVM bindings (WASM)
Try searching with DuckDuckGo.