# NanoKVM-USB Desktop This is the NanoKVM-USB desktop version project. ## Development ```shell cd desktop pnpm install pnpm start ``` ## Compile ```shell # For Windows pnpm build:win # For MacOS pnpm build:mac # For Linux pnpm build:linux ```