Files
NanoKVM-USB-MIRROR/desktop
wenjie 6f53471e50 Merge pull request #84 from imguoguo/fix-mouse-absolute
fix: mouse position wrong after scaling
2025-12-04 11:49:30 +08:00
..
2025-04-20 16:42:44 +03:00
2025-04-03 14:05:47 +08:00
2025-04-03 14:05:47 +08:00
2025-04-03 14:05:47 +08:00
2025-04-03 14:05:47 +08:00
2025-10-30 12:09:11 +08:00
2025-10-30 12:09:11 +08:00
2025-04-17 14:39:00 -04:00
2025-04-03 14:05:47 +08:00

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