|
| 1 | +## answer |
| 2 | + |
| 3 | +Reasonix is an open-source, DeepSeek-native coding agent for terminal work, designed around prefix-cache stability and a long-running local session. |
| 4 | + |
| 5 | +## introduction |
| 6 | + |
| 7 | +Reasonix combines a Go-based CLI/TUI with coding tools, plugins, project context, and support for DeepSeek or OpenAI-compatible endpoints. It runs on macOS, Windows, and Linux, uses your own model credentials, and shares its local engine with the Reasonix desktop app and editor extension. |
| 8 | + |
| 9 | +## capabilities.items.0.title |
| 10 | + |
| 11 | +Cache-stable agent sessions |
| 12 | + |
| 13 | +## capabilities.items.0.description |
| 14 | + |
| 15 | +Keep the system prompt and tool definitions stable so compatible model providers can reuse prefix caches across an extended coding session. |
| 16 | + |
| 17 | +## capabilities.items.1.title |
| 18 | + |
| 19 | +Tools and configurable plugins |
| 20 | + |
| 21 | +## capabilities.items.1.description |
| 22 | + |
| 23 | +Inspect and change a repository through built-in tools, then adapt the workflow with configuration and plugins instead of a fixed interaction model. |
| 24 | + |
| 25 | +## capabilities.items.2.title |
| 26 | + |
| 27 | +One local engine across interfaces |
| 28 | + |
| 29 | +## capabilities.items.2.description |
| 30 | + |
| 31 | +Use the same Reasonix engine from its terminal interface, desktop application, or an ACP-connected editor extension. |
| 32 | + |
| 33 | +## faq.items.0.question |
| 34 | + |
| 35 | +What is Reasonix? |
| 36 | + |
| 37 | +## faq.items.0.answer |
| 38 | + |
| 39 | +Reasonix is an MIT-licensed coding agent whose terminal interface is built around DeepSeek models, local tools, and cache-conscious multi-turn sessions. |
| 40 | + |
| 41 | +## faq.items.1.question |
| 42 | + |
| 43 | +Which model providers can Reasonix use? |
| 44 | + |
| 45 | +## faq.items.1.answer |
| 46 | + |
| 47 | +Reasonix includes a DeepSeek-oriented preset and can connect to compatible OpenAI-style endpoints using credentials that you configure locally. |
| 48 | + |
| 49 | +## faq.items.2.question |
| 50 | + |
| 51 | +How do I start Reasonix? |
| 52 | + |
| 53 | +## faq.items.2.answer |
| 54 | + |
| 55 | +Install the CLI using an official package channel, add the required provider credentials, and launch Reasonix from the repository you want it to work with. |
| 56 | + |
| 57 | +## faq.items.3.question |
| 58 | + |
| 59 | +Which operating systems support Reasonix? |
| 60 | + |
| 61 | +## faq.items.3.answer |
| 62 | + |
| 63 | +The Reasonix CLI supports macOS, Windows, and Linux, with official packages and binaries documented for each platform. |
| 64 | + |
| 65 | +## faq.items.4.question |
| 66 | + |
| 67 | +What are Reasonix's license and pricing model? |
| 68 | + |
| 69 | +## faq.items.4.answer |
| 70 | + |
| 71 | +Reasonix is open-source software under the MIT license. The software is free, while usage charges depend on the model provider and account you connect. |
0 commit comments