#94 · Primary category: LLM Application Frameworks
kalosm
Instant, controllable, local pre-trained AI models in Rust
Project last updated:08/22/26
GitHub Stars
2.2K
Forks
133
Contributors
19
License
Apache-2.0
Why we included this project
Kalosm is a Rust crate ecosystem that puts pre-trained language, audio, and image models behind one async interface, so a single dependency can drive a Llama chat session, Whisper transcription, or semantic search instead of wiring several SDKs together. It runs models on the user's own machine by default, which keeps inference private and workable offline. The strongest part is structured generation: you derive typed parsers from your Rust types, and the model is forced to emit JSON, HTML, or XML that matches your schema instead of free-form text. Fusor, the bundled WGPU runtime, handles quantized inference on native GPUs or in the browser. If you already write Rust, that means model features arrive as ordinary library calls rather than a separate server to manage.
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