ㅤ
ㅤ
SupraChat is a professional, cross-platform client application engineered for seamless local SupraLabs model execution. It uses a packaged llama.cpp runtime for fast, resource-conscious desktop inference.
After cloning, install dependencies and verify the local runtime contract:
npm install
npm run models:download
npm run runtime:checkCross-platform packages require a matching llama-server binary in
resources/llama.cpp/<platform>-<arch>/. Before releasing builds for macOS,
Windows, or Linux, run:
npm run runtime:check:allThe Electron app runs the Node backend inside Electron's bundled Node runtime, so packaged builds do not require a separate system Node installation.