Last checked: 2026-06-03

GitHub downloads

Reasonix download paths: npx, main-v2 source, and desktop release

The official repository isesengine/DeepSeek-Reasonix. Check npm dist-tags before deciding between the default latest package, the next tag, and a main-v2 source build.

GitHub stars

17,218

GitHub API, 2026-06-03

Forks

1,016

GitHub API, 2026-06-03

Open items

524

GitHub API, 2026-06-03

Default branch

main-v2

Go 1.0 branch

New users

Start from the DeepSeek guide

cd /path/to/my-project
npx reasonix code

No global install is required. The first run opens the local setup flow, which is the shortest path for trying the DeepSeek-V4-Flash default mode.

Source build

Clone main-v2 from GitHub

git clone https://github.com/esengine/DeepSeek-Reasonix.git
cd DeepSeek-Reasonix
git switch main-v2
make build

main-v2 is the default Go 1.0 development branch. Use a source build when you need to inspect, patch, or verify the newest commits.

Desktop package

Desktop release assets

open https://github.com/esengine/DeepSeek-Reasonix/releases/tag/desktop-v1.0.0

The latest public desktop release is desktop-v1.0.0, with macOS zip, Linux tar.gz, Windows installer, latest.json, and minisig signature assets.

If your goal is to run Reasonix immediately, start with npx reasonix code. If your goal is a reusable install, use npm i -g reasonix. Clone main-v2 when you need source-level verification.