Skip to content
Tura-AI

Tura-AI/tura

CLI

Tura: 16.7% better performance, 77.5% fewer rounds — a local, open-source coding agent that understands repositories before editing.

Across 348 long-horizon benchmark sessions, Tura used up to 83.1% fewer turns on the rewrite benchmark and improved the DeepSWE pass rate by up to 16.7 percentage points compared with Codex CLI.

506 382 since joining 27RustPush 3d agoListed 21d ago9 open issuesAGPL-3.0

turaai.net/

agentagentic-aicoding-agentcontext-engineeringdeveloper-toolsdeveloper-tools-ai-agentharness-engineeringllm
  • Rust59.7%
  • TypeScript19.6%
  • JavaScript10.1%
  • Python6.4%
  • PowerShell1.8%
  • CSS1.2%
  • Shell1.1%
  • HTML0.1%
View on GitHub

Report a problem

1 Review

1146345502114634550218d ago
TypeScriptPythonShell

Tura tackles an important coding-agent problem: reducing repeated model round trips without dropping the build, test, and verification work that makes changes trustworthy. Its macro command_run tool lets an agent express a multi-step execution tree in one round, while the project publishes task-level benchmark artifacts instead of only headline numbers. I also appreciate that the documentation acknowledges evidence gaps and does not claim that any single feature caused the measured gains.

The next step should be broader independent validation across more repositories, operating systems, providers, and task types. A clear threat model for macro command execution, stronger permission documentation, and a tutorial showing recovery from failed commands would also help. Tura looks most useful for experienced developers who value local execution, reproducible evidence, and token efficiency, but its benchmark results should be treated as promising system-level evidence rather than a universal performance guarantee.