One ZIP → extract the CNPERP folder → install on Windows, Linux, or Mac.
Your office PC becomes the LAN server. Transactions sync to the online hub in near real time.
Download CNPERP Package (ZIP)Preparing…
C:\ → folder C:\CNPERPcd C:\CNPERP Set-ExecutionPolicy -Scope Process Bypass .\deploy\local-server\Install-CNPERP-Local.ps1
Desktop shortcuts: CNPERP Server (keep open) · Setup Wizard · login shortcuts
sudo apt install python3 python3-venv postgresql unzipsudo unzip cnperp-local-install-*.zip -d /opt → /opt/CNPERPcd /opt/CNPERP/deploy/local-server chmod +x *.sh sudo ./install-cnperp-local.sh --install-service sudo systemctl start cnperp-local
Or run ./start-cnperp-server.sh in a terminal. LAN: http://<server-ip>:8010
brew install python@3.11 postgresql@14unzip cnperp-local-install-*.zip -d ~ → ~/CNPERPcd ~/CNPERP/deploy/local-server chmod +x *.sh ./install-cnperp-local.sh ./start-cnperp-server.sh
Individual scripts (included in the ZIP):