A newer version of the Gradio SDK is available: 6.20.0
Factory Commands
Windows portable build
Open PowerShell as normal user on the factory PC:
cd X:\
powershell -ExecutionPolicy Bypass -File .\factory\powershell\Install-All.ps1 -BrandName "JackAILocal"
This builds the Rust router, installs backends, pulls models onto the drive, applies branding, generates hashes and runs preflight.
Windows build without model pull
powershell -ExecutionPolicy Bypass -File .\factory\powershell\Install-All.ps1 -SkipModels
Linux boot disk build
Run from a Linux factory machine:
sudo ./linux/factory/prepare-linux-boot-disk.sh /dev/sdX
This destroys the target disk.