v1.1.0
Cypha native installer bundles
Prebuilt native C++ tools (CyphaDIF REST + CyphaLM bench/parity). Python Studio is not included — clone the repo and run install/install_linux.sh or install/install_windows.ps1 for the full Python stack.
Linux (cypha-*-linux-x86_64.tar.gz)
tar xzf cypha-*-linux-x86_64.tar.gz
cd cypha-*-linux-x86_64
bash install.shRequires: libgomp1, glibc 2.31+.
Windows (cypha-*-windows-x86_64.zip)
Expand-Archive cypha-*-windows-x86_64.zip
cd cypha-*-windows-x86_64
powershell -ExecutionPolicy Bypass -File install.ps1MinGW PE binaries with static libgcc/libstdc++ (no separate MinGW runtime install).
Included binaries
cypha_rest— native REST server (classifier +/lm/*,/generate)cyphalm_bench_native— WikiText BPC bench CLIcyphalm_parity,cyphalm_checkpoint_parity— parity smoke toolsregistry_register,create_model_smoke
Full Changelog: https://github.com/odin-loki/Cypha/commits/v1.1.0