A secure video conferencing app using Google Meet, Electron, and MongoDB.
- Run
install.sh(Linux/macOS) orinstall.bat(Windows) - Edit
.envwith your credentials and secrets. - Start backend:
npm run server - Start Electron app:
npm start - Or run both:
npm run dev
- Google OAuth2 login
- Never exposes real Meet link to attendees
- Secure join codes
- Meeting window with content protection, watermark, and recording detection
- MongoDB for code mapping
- Build for production:
npm run build