Reasonix icon
Reasonix icon

Reasonix

A config- and plugin-driven harness — a single static Go binary, tuned around DeepSeek's prefix cache so token costs stay low across long sessions.

Reasonix screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
  • Linux
  • Windows
  • Node.JS
  • Go (Programming Language)
  • JavaScript
  • Typescript
  • npm
0likes
0comments
0articles

Features

  1.  Extensible by Plugins/Extensions
  2.  Command line interface
  3.  AI-Powered
  4.  Agentic AI
  5.  Model Context Protocol (MCP) Support
  6.  Tui
  7. DeepSeek icon  DeepSeek Integration

Reasonix News & Activities

Highlights All activities

Recent activities

Reasonix information

  • Developed by

    CN flagESEngine
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    32 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

AI Tools & ServicesDevelopmentOS & Utilities

GitHub repository

  •  16,578 Stars
  •  977 Forks
  •  470 Open Issues
  •   Updated  
View on GitHub
Reasonix was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Reasonix?

A config- and plugin-driven harness — a single static Go binary, tuned around DeepSeek's prefix cache so token costs stay low across long sessions.

Features:

  • Config-driven. Providers, the agent, enabled tools, and plugins are all declared in reasonix.toml. No hardcoded models.
  • Multi-model & composable. DeepSeek (flash/pro) and MiMo ship as presets; any OpenAI-compatible endpoint is a config entry, not new code. Optionally run two models together (executor + planner) in separate, cache-stable sessions.
  • Plugin-driven. External tools run as subprocesses over stdio JSON-RPC (MCP-compatible). Built-in tools self-register at compile time.
  • Zero-friction distribution. CGO_ENABLED=0 single binary; cross-compile to six targets with one command. The only dependency is a TOML parser.