# electron-tests Electron tray/window test app for CI/CD validation. ## Features - Tray icon + context menu - Main desktop window - Simple status UI showing runtime versions ## Run locally ```bash npm ci npm start ``` ## Build AppImage ```bash npm run build:linux:amd64 npm run build:linux:arm64 ``` Artifacts are produced via CI workflows: - `electron-linux-amd64` - `electron-linux-arm64`