Latest Spartan MLX build by Ilides. A focused patch on Spartan 1.2 that enforces workspace-only file paths — no absolute /Users/..., /Desktop/..., or /Applications/... writes.
Recommended for Kilo Code, Jarvis, LM Studio and Cortex on Apple Silicon.
Results on Apple Silicon (5 cases, max_tokens=256):
Test
Category
Result
Speed
Explain async/await
chat
✅ pass
28 tok/s
Binary search in Rust
coding
✅ pass
29 tok/s
Create Amazon-style HTML
agentic
❌ fail*
29 tok/s
Find TODO in src/
agentic
✅ pass
16 tok/s
Write styles.css dark theme
agentic
❌ fail*
29 tok/s
Summary: 3/5 passed · avg 26.2 tok/s
* File-creation prompts still produce inline code/prose instead of [Tool: Write] calls. Path safety (no /Users/, /Desktop/, /Applications/) passes on all agentic tests.
vs Spartan 1.2: +1 test passed (coding_rust), same path-safety, slightly lower tok/s.
Intended use
Primary: Kilo Code / VS Code agent with workspace open
Jarvis local agent (spartan-1.3-2b-mlx)
LM Studio on Mac (MLX)
Tasks where the model must stay inside the project folder
Not recommended for: tasks without a defined workspace root, long multi-file refactors, production UI.