mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-11 05:59:57 -05:00
Custom baud rates only take effect the second time they are set, and will not be used when the page is first loaded.
NanoKVM-USB Desktop
This is the NanoKVM-USB desktop version project.
Development
Linux build tool chain:
sudo apt update
sudo apt install -y build-essential python3 libudev-dev
echo "python=/usr/bin/python3.10" >> ~/.npmrc # This should match you pyton version.
cd desktop
pnpm install
pnpm start
Compile
# For Windows
pnpm build:win
# For MacOS
pnpm build:mac
# For Linux
pnpm build:linux
For Linux run and install
dpkg -i dist/nanokvm-usb_1.0.0_amd64.deb
sudo chown root:root /opt/NanoKVM-USB/chrome-sandbox
sudo chmod 4755 /opt/NanoKVM-USB/chrome-sandbox