Files
NanoKVM-USB-MIRROR/desktop/README.md
2025-04-17 14:39:00 -04:00

631 B

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