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.
AI Agent Analysis
DR

esengine/DeepSeek-Reasonix

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

stars
34k
Language
Go
GitHub
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

Overview

Reasonix is a DeepSeek-native AI coding agent that runs in the terminal, built as a single static Go binary. It is config- and plugin-driven, engineered around DeepSeek's prefix cache to keep token costs low during long coding sessions, and supports multiple models and OpenAI-compatible endpoints.

Installation

npm i -g reasonix (any OS) or brew install esengine/reasonix/reasonix (macOS); alternatively download prebuilt binaries from GitHub releases.

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.

What you can build

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.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

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.

Analyzed by Git-Stars - 8/3/2026