# Metatron.Drive Desktop Windows desktop client for the Metatron.Drive private file workspace. Users sign in once, can hold multiple approved organization memberships, submit additional join-code requests, and switch the active organization locally. ## Stack - Electron - React - Tailwind CSS - JavaScript only - Vite ## Development ```powershell npm install npm run dev ``` ## Production build ```powershell npm run dist ``` The Windows installer is generated in the `release` folder. The production API is configured in `src/lib/api.js`.