Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
It addresses the high token cost and latency of long-running AI coding sessions by optimizing for prefix-cache stability, which reduces repeated computation and cost. It also solves the rigidity of many AI agents by being fully config-driven and plugin-driven, allowing users to define providers, tools, and models in a TOML file without writing new code.
Deployment reality
The available setup signal starts with: npm i -g reasonix. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build a versatile AI coding assistant that integrates with any OpenAI-compatible API, run dual-model setups (executor + planner) for complex tasks, and extend functionality via MCP-compatible plugins. Real-world uses include automated code generation, refactoring, debugging, and repository-level analysis directly in the terminal. The ceiling is high: it can be tailored to any workflow, from simple autocomplete to multi-step autonomous coding tasks, with cost-efficient long sessions.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
esengine/DeepSeek-Reasonix is tracked as a Go project in the LLM Tool, AI Agent, Developer Tool, UI Framework area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 34k total stars, with +0 today, +2.4k this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 9 days ago, and the open issue queue is 1.4k, about 4.00% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 2.3k forks and 34k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you have low tolerance for large unresolved issue queues.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 5.4k. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
34k Stars
Reuse
2.3k Forks
Attention
34k Watchers
Maintenance
active
License
MIT
Open issues
1.4k
Reasonix is a DeepSeek-native AI coding agent for the terminal, built as a config- and plugin-driven harness in a single static Go binary. It is tuned around DeepSeek's prefix cache to keep token costs low across long sessions, and supports multiple models, plugins, and editor integrations.
Key Features
- Config-driven: providers, agent, tools, and plugins declared in reasonix.toml. - Multi-model & composable: supports DeepSeek preset and any OpenAI-compatible endpoint, with optional executor+planner dual-model sessions. - Plugin-driven: external tools via stdio JSON-RPC (MCP-compatible), built-in tools self-register. - Cache-aware context maintenance: stable environment summary, stale tool output pruning, and documented tool schema. - Zero-friction distribution: single static binary, cross-compiles to six targets, only dependency is a TOML parser.
LLM Tool
Libraries and tools for LLM apps, RAG, prompts, and evals
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
Developer Tool
Tools that improve coding, testing, build, and local workflow
UI Framework
Frontend frameworks, design systems, and interface libraries
npm i -g reasonix80
Health Score
Active
Commit Activity
Apr 21, 2026
Created
Aug 14, 2026
Last push
+279
Today's growth
+2.1k
7-day growth
+5.4k
30-day growth
Forks
Open
Watchers
esengine
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
EbookFoundation/free-programming-books
:books: Freely available programming books
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
It addresses the high token cost and latency of long-running AI coding sessions by optimizing for prefix-cache stability, which reduces repeated computation and cost. It also solves the rigidity of many AI agents by being fully config-driven and plugin-driven, allowing users to define providers, tools, and models in a TOML file without writing new code.
Capabilities
Developers can build a versatile AI coding assistant that integrates with any OpenAI-compatible API, run dual-model setups (executor + planner) for complex tasks, and extend functionality via MCP-compatible plugins. Real-world uses include automated code generation, refactoring, debugging, and repository-level analysis directly in the terminal. The ceiling is high: it can be tailored to any workflow, from simple autocomplete to multi-step autonomous coding tasks, with cost-efficient long sessions.
Bottom Line
Reasonix is ideal for developers who want a cost-effective, configurable AI coding agent that integrates deeply with DeepSeek or any OpenAI-compatible API, especially for long, continuous sessions. It may not suit those who prefer a fully managed, out-of-the-box solution or who are not comfortable with TOML configuration and plugin management. The key trade-off is its DeepSeek-centric optimization versus broader provider flexibility.