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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
DR

esengine/DeepSeek-Reasonix

AI Agent

DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.

34k Stars2.3k Forks1.4k Open Issues34k WatchersGoMIT
LLM ToolAI AgentDeveloper ToolUI Framework
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 14, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • developer workflow automation and command-line tooling
  • Go teams evaluating ecosystem-native tooling
  • teams that prefer mature projects with broad adoption signals
Avoid When
  • you have low tolerance for large unresolved issue queues
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

34k Stars

Reuse

2.3k Forks

Attention

34k Watchers

Maintenance

active

License

MIT

Open issues

1.4k

Overview

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.

Tool Positioning

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

Quick Start
npm i -g reasonix
View on GitHub Project Homepage
Project Activity

80

Health Score

Active

Commit Activity

Apr 21, 2026

Created

Aug 14, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+279

Today's growth

+2.1k

7-day growth

+5.4k

30-day growth

Aug 3, 2026Aug 14, 2026
Community Health
2.3k

Forks

1.4k

Open

34k

Watchers

Owner
DR

esengine

GitHub profile
Topics & Language
Goagentagent-frameworkai-agentai-codingclicoding-agentdeepseekdeveloper-toolsinkllmprompt-cachingr1terminaltool-usetuitypescript
Ecosystem & Usage
GitHub Repository Project Website
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k
License
MIT
CreatedApr 21, 2026
Last pushAug 14, 2026
Last syncedAug 14, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis