ollaya-dev/ollaya
Run open decision models locally: pull and serve Laya, decider, NLI and GLiClass behind a TypeSafe-compatible API. Ollama for decision models.
About the project
A local runtime for decision models: pulls and serves classification and routing models behind a TypeSafe-compatible API. Like Ollama, but for models that return probabilities instead of text.
Useful for
- Run a local daemon to classify incoming tickets by intent without sending data to the cloud
- Connect ollaya mcp to Claude Code or Cursor so the agent can call decision models
- Build a custom Modelfile with a triage question set and run it via ollaya create
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 95 stars so far today, about 104 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 2 days old and already has 109 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #158.
- Hacker News: “Ollaya – Ollama for open-source, Jev-style decision models” — 190 points, 3 h ago.
- About 47 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 109
- Today
- 95 · ≈ 104 by evening
- Forks
- 5
- Issues and pull requests
- 9
- Watchers
- 0
- Language
- Rust
- License
- Apache-2.0
- Latest release
- v0.6.0 · September 25, 2026
- Created
- September 23, 2026
- Last push
- September 25, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- Ollaya – Ollama for open-source, Jev-style decision models190 points, September 25, 2026
Spotted in
- September 25, 2026Top new repositories this week: #158
Similar by description
-
3.9
receptron/laya
TypeScript wrapper for running the open-source Laya System-1 decision model via ONNX Runtime: takes a state and typed questions, returns answers with calibrated probabilities in one forward pass.
-
0.9
zhulinchng/jevper
A classification wrapper over OpenAI-compatible clients: instead of prose it returns typed questions (noul, choice, score) with probabilities and confidence. Works with any client exposing responses.create or…
-
2.6
typesafe-ai/skills
Agent skills for building with TypeSafe's System One API: typed decisions and probabilities for LLM agents. Installs as a Claude Code plugin or via skills.sh.
-
6.3
jaredpalmer/kev
kev is a LoRA adapter with a small readout head on top of Qwen2.5-0.5B that answers many typed questions about a document in a single forward pass, returning calibrated probabilities instead of text.
-
4.8
mizorewww/laya-mlx
Native MLX runtime for Laya typed decision models: returns probabilities for choices, scores or truth values without text generation, running locally on Apple Silicon.
-
3.7
wfzyx/von
An open-source non-autoregressive System One decision model for classification, intent routing, and guardrail validation without text generation, with calibrated probabilities and sub-25ms latency.