KCode v2.9.0 — Deterministic Audit Engine + Task Orchestrator
What's New in v2.9.0
🔍 Deterministic Audit Engine
Three commands to go from code to PR:
/scan project/ → finds bugs (65 patterns, 16 languages)
/fix project/ → applies fixes automatically
/pr project/ → creates branch, commit, and PR
⚡ Task Orchestrator
KCode now translates human language → machine pipelines. The LLM receives pre-filtered context + specific questions instead of raw "figure it out" requests. Result: faster, more accurate, fewer tokens.
Supported task types: audit, debug, implement, review, refactor, test, explain.
🌐 16 Languages Supported
C, C++, Python, JavaScript, TypeScript, Go, Java, Rust, Swift, Kotlin, C#, PHP, Ruby, Dart, SQL, Scala
☁️ Hybrid Local + Cloud Verification
- Local model (llama.cpp/Ollama) handles most verifications at zero cost
- Cloud (Anthropic OAuth/API) escalates ambiguous findings
- Second opinion prompt asks before spending cloud tokens
🛡️ Security Guards
- Semantic inversion detector (blocks strcmp misinterpretation)
- Audit session Edit gate (findings first, fixes after)
- Proof-of-work validation (no fabricated checklists)
📋 Auto-Fixes
C/C++: pointer arithmetic, unreachable code, buffer indexing, fd leaks, strcpy
Python: shell injection, path traversal, eval, SQL injection, yaml.load
Downloads
| Platform | File |
|---|---|
| Linux x64 | kcode-2.9.0-linux-x64 |
| Linux ARM64 | kcode-2.9.0-linux-arm64 |
| macOS Intel | kcode-2.9.0-macos-x64 |
| macOS Apple Silicon | kcode-2.9.0-macos-arm64 |
| Windows x64 | kcode-2.9.0-windows-x64.exe |
Install
curl -fsSL https://kulvex.ai/kcode/install.sh | bashAstrolexis.space — Kulvex Code