# Installation & Build Instructions

## Requirements
- Node.js 18+
- PHP 8.2+ with PDO MySQL & OpenSSL extensions
- Composer 2+

## Building Desktop Installer
```bash
cd installer
npm install
npm run build:all
```
Output files will be generated in `installer/dist-app/`.
