- Node.js 18+
- npm or yarn
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build application
npm run build
# Build installer (Windows)
npm run build:setup
# Build portable 7z
npm run build:7z
# Build portable zip
npm run build:zip