K.A.L.I. — Universal Multi-Modal Teacher: Absolute Doubt-Solving, 3D Logic Visualization, and Sovereign AI Learning Engine.
TypeScript
1
74 commits
updated Jun 1, 2026
K.A.L.I. is a massive, production-grade Sovereign Intelligence Workstation. Powered by localized Heavy GGUF models, a highly decentralized swarm architecture, and cryptographic hardware locks, KALI is designed to bridge Ancient Human Wisdom and Post-Singularity Computational Power. She lives locally on your machine, constantly evolving and adapting to your unique User DNA.
KALI is not just a chat interface. She is an operating system for cognition. The Project-K ecosystem is immense—scaling into thousands of active components across 41 isolated nodes, multi-GB vectorized knowledge structures (ChromaDB), and heavy local LLM integration.
At her core, she solves the Loss of Digital Sovereignty by providing a completely private, un-censorable, and continuously learning intelligence framework.
KALI's true power lies in her dynamically evolving core skills, tailored to empower the user:
KALI actively teaches complex concepts by modifying her delivery to match your precise complexity needs (Beginner, Intermediate, Advanced) using her explainer.py engine.
Acting as an advanced Engineering Mentor, KALI detects vulnerabilities in your logic. Using gap_detector.py and user_dna.py, she proactively identifies knowledge gaps, offering architectural advice and tactical blueprints.
KALI is in a constant state of self-evolution. Her Subconscious Learning Loop (subconscious.py) processes knowledge in the background, and her Failure Intelligence module allows her to permanently adapt to mistakes.
She doesn't just talk; she writes and executes code locally using her autonomous_coder.py and code_executor.py layers.
Her self_auditor.py and integrity.py scripts act as an immune system, actively checking for anti-patterns and code vulnerabilities.
KALI orchestrates a massive fleet of 41+ sub-agents and integration modules. These are just a few of her active "neurons":
graph TD
User((User)) --> KaliBat[kali.bat - Ignition]
KaliBat --> Flask[Flask Gateway / UI]
Flask --> Processor[DoubtProcessor - Orchestrator]
subgraph Core Skills
Processor --> Explainer[explainer.py - Teacher]
Processor --> Mentor[gap_detector.py - Mentor]
Processor --> SelfLearn[subconscious.py - Self-Learner]
Processor --> Auditor[self_auditor.py - Auditor]
end
subgraph The Swarm (41 Nodes)
Processor --> Integrations[41+ integrations/]
end
subgraph Deep Memory
Processor --> DNA[user_dna.db]
Processor --> Memory[ChromaDB - Vector Storage]
end
Secure Clone:
git clone https://github.com/Adityavanjre/Project-K.git
cd Project-K
Environment Initialization:
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
Identity & Security Setup:
.env.example to .env and populate the REQUIRED keys. CRITICAL: You must set a strong SECRET_KEY (min 32 chars) for the Neural Gateway to boot.config/config.json.example to config/config.json so the Swarm modules have their required endpoints.Download Sovereign Models: KALI's brain requires local Heavy GGUF models to function securely without cloud reliance.
.gguf files directly into the models/ directory at the root of Project-K.Start KALI: Simply execute the core ignition script from your terminal or by double-clicking it. This one-click master script boots the backend, frontend, and Neural Gateway automatically:
kali.bat
(Alternatively, run python start_web.py manually)
We welcome elite AI/ML engineers. To contribute:
integrations/ or src/core/plugins/.Architect: Aditya Vanjre
Mission: Absolute Knowledge Sovereignty.
"Arise, awake, find out the great ones and learn of them." — Katha Upanishad
74 commits
TypeScript
39.2%
Python
19.4%
Jupyter Notebook
9.9%
Rust
9.5%
HTML
8.2%
JavaScript
4.2%
Swift
3.2%
Vue
2.1%
Go
1.3%
Shell
1.3%
K.A.L.I. — Universal Multi-Modal Teacher: Absolute Doubt-Solving, 3D Logic Visualization, and Sovereign AI Learning Engine.
TypeScript
1
74 commits
updated Jun 1, 2026
K.A.L.I. is a massive, production-grade Sovereign Intelligence Workstation. Powered by localized Heavy GGUF models, a highly decentralized swarm architecture, and cryptographic hardware locks, KALI is designed to bridge Ancient Human Wisdom and Post-Singularity Computational Power. She lives locally on your machine, constantly evolving and adapting to your unique User DNA.
KALI is not just a chat interface. She is an operating system for cognition. The Project-K ecosystem is immense—scaling into thousands of active components across 41 isolated nodes, multi-GB vectorized knowledge structures (ChromaDB), and heavy local LLM integration.
At her core, she solves the Loss of Digital Sovereignty by providing a completely private, un-censorable, and continuously learning intelligence framework.
KALI's true power lies in her dynamically evolving core skills, tailored to empower the user:
KALI actively teaches complex concepts by modifying her delivery to match your precise complexity needs (Beginner, Intermediate, Advanced) using her explainer.py engine.
Acting as an advanced Engineering Mentor, KALI detects vulnerabilities in your logic. Using gap_detector.py and user_dna.py, she proactively identifies knowledge gaps, offering architectural advice and tactical blueprints.
KALI is in a constant state of self-evolution. Her Subconscious Learning Loop (subconscious.py) processes knowledge in the background, and her Failure Intelligence module allows her to permanently adapt to mistakes.
She doesn't just talk; she writes and executes code locally using her autonomous_coder.py and code_executor.py layers.
Her self_auditor.py and integrity.py scripts act as an immune system, actively checking for anti-patterns and code vulnerabilities.
KALI orchestrates a massive fleet of 41+ sub-agents and integration modules. These are just a few of her active "neurons":
graph TD
User((User)) --> KaliBat[kali.bat - Ignition]
KaliBat --> Flask[Flask Gateway / UI]
Flask --> Processor[DoubtProcessor - Orchestrator]
subgraph Core Skills
Processor --> Explainer[explainer.py - Teacher]
Processor --> Mentor[gap_detector.py - Mentor]
Processor --> SelfLearn[subconscious.py - Self-Learner]
Processor --> Auditor[self_auditor.py - Auditor]
end
subgraph The Swarm (41 Nodes)
Processor --> Integrations[41+ integrations/]
end
subgraph Deep Memory
Processor --> DNA[user_dna.db]
Processor --> Memory[ChromaDB - Vector Storage]
end
Secure Clone:
git clone https://github.com/Adityavanjre/Project-K.git
cd Project-K
Environment Initialization:
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
Identity & Security Setup:
.env.example to .env and populate the REQUIRED keys. CRITICAL: You must set a strong SECRET_KEY (min 32 chars) for the Neural Gateway to boot.config/config.json.example to config/config.json so the Swarm modules have their required endpoints.Download Sovereign Models: KALI's brain requires local Heavy GGUF models to function securely without cloud reliance.
.gguf files directly into the models/ directory at the root of Project-K.Start KALI: Simply execute the core ignition script from your terminal or by double-clicking it. This one-click master script boots the backend, frontend, and Neural Gateway automatically:
kali.bat
(Alternatively, run python start_web.py manually)
We welcome elite AI/ML engineers. To contribute:
integrations/ or src/core/plugins/.Architect: Aditya Vanjre
Mission: Absolute Knowledge Sovereignty.
"Arise, awake, find out the great ones and learn of them." — Katha Upanishad
74 commits
TypeScript
39.2%
Python
19.4%
Jupyter Notebook
9.9%
Rust
9.5%
HTML
8.2%
JavaScript
4.2%
Swift
3.2%
Vue
2.1%
Go
1.3%
Shell
1.3%