- Node.js 18+
- Python 3.10+
npm install
pip install -r requirements.txtnpm run devThis starts the FastAPI backend (port 8765), Vite dev server (port 5173), and Electron concurrently.
npm run dev:server # FastAPI only
npm run dev:vite # Vite only
npm run dev:electron # Electron only