Skip to main content

Install Phynexis

The download server is public — no account needed to download. Install with the one-line script, then activate a license to run the solver.

One-line install

curl -fsSL https://download.xiaohe.team/phynexis-v0/install.sh | bash

This installs the CLI, the native pack, and the Python interface, and adds ~/.local/bin to your PATH.

Activate

phynexis-v0 license activate <license-key>
phynexis-v0 license status

Get a license (Starter / Pro) from Xiaohe Accounts.

Manual install

Native packs for each platform are listed on the download page; all published versions are on the download server.

  • Native pack: phynexis-v0 install phynexis-v0-<ver>-<platform>.tar.gz
  • Python wheels: pip install phynexis_v0_cli-*.whl phynexis_v0-*.whl

The full installation manual is on the technical site.