#115 · Primary category: LLM Application Frameworks
go-llama.cpp
LLama.cpp golang bindings
Project last updated:08/29/26
GitHub Stars
937
Forks
122
Contributors
17
License
MIT
Why we included this project
Go developers who want to run a local language model inside their own process rather than calling a separate inference server get a clean path here. The bindings sit high above llama.cpp, keeping the heavy compute in the C/C++ engine so you skip most of the low-level cgo hassle and stay reasonably performant. Only the current GGUF model format is supported, and acceleration is available through OpenBLAS on CPU, CuBLAS on NVIDIA GPUs, ROCm, OpenCL, and Metal on Apple Silicon. That makes the library a good fit for desktop tools and edge services that want to stay self-contained while shipping local models. The upstream engine comes in as a git submodule, and the included example covers building the bindings and running a model well enough to adapt the pattern to your own code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform