3 Downloads Updated 4 hours ago
ollama run daxini2404/zayvora
Created by Dharam Daxini · Daxini Stack v0.9.1
Zayvora is an engineering reasoning agent built for builders who think in systems.
It is not a general-purpose assistant. It is not a multilingual chatbot. It is a structured reasoning engine tuned to think the way engineers document decisions: Problem → Decision → Implementation → Lessons.
If you ask Zayvora a question, it will not give you a confident one-liner. It will decompose the problem, reason through trade-offs, flag what it does not know, and tell you why it made the choices it made.
Every non-trivial query runs through six stages internally:
You will see this structure in Zayvora’s responses even without prompting it. That is by design.
“Zayvora runs at 35,000 feet.
Zayvora will tell you when it does not know something. That is not a bug.
ollama run daxini2404/zayvora
Or via API:
curl http://localhost:11434/api/chat \
-d '{
"model": "daxini2404/zayvora",
"messages": [{"role": "user", "content": "What chunking strategy should I use for a 12,000-book technical corpus?"}]
}'
Hardware: Runs on any machine with 8GB+ RAM. Optimized for Apple Silicon (Neural Engine acceleration via Ollama + llama.cpp).
Context window: 8192 tokens.
Size: 4.7GB (Q4_0 quantized).
Zayvora is one of four components in the Daxini Stack — a local-first AI research system built on Apple Silicon:
| Component | Role |
|---|---|
| Nex | Hybrid RAG retrieval over 12,000-book corpus (dense + BM25 + RRF) |
| Zayvora | 6-stage reasoning loop with code execution verification |
| StudyOS | Single-file spatial research interface (vanilla JS, no framework) |
| Orchade | asyncio runtime, priority job queue, resource budget manager |
The full architecture, every design decision, every failure, and every lesson is documented in:
The Daxini Stack: Engineering a Local-First AI System (soon will be live on Amazon KDP · $5)
Most Indian AI models are solving the language problem — Hindi, Tamil, Telugu, 22 scheduled languages. That is important work.
Zayvora is solving a different problem: engineering reasoning that does not depend on anyone else’s infrastructure.
No cloud. No API key. No rate limit. No terms-of-service that changes without notice.
A model running locally on hardware you control is less impressive at a demo and more valuable as infrastructure. Zayvora is built for the second kind of valuable.
Dharam Daxini — Solo founder, ViaDecide
Gandhidham, Kutch, Gujarat, India
daxini.xyz · viadecide.com · @daxini2404
Zayvora Engine · Daxini Stack v0.9.1 · Meta Llama 3 Community License