A vibe chatting app with your friends. Supports web, desktop, and mobile.
Get PastelChat v1.0.0 for Windows
| File | Size | Description |
|---|---|---|
| PastelChat Setup 1.0.0.exe | 115 MB | Installer (recommended) |
| PastelChat 1.0.0.exe | 105 MB | Portable — no install needed |
https://pastel-chat.onrender.com/home
- Real-time messaging
- Message reply & recall
- Multi-device sync via QR code
- Encrypted messages (premium)
- Premium chat rooms
- Pastel UI theme
- Windows 7 or later (64-bit)
- 200 MB free disk space
- Internet connection required
# Install dependencies
cd frontend && npm install
# Run web app
npm start
# Run Electron desktop app in dev mode
npm run electron-dev
# Build Windows .exe
npm run electron-build:win├── frontend/ # React web app + Electron main process
│ ├── public/
│ │ ├── electron.js # Electron main process
│ │ └── preload.js # Security bridge
│ └── src/ # React components
├── backend/ # Node.js / Express API
└── ios/ # iOS app (Capacitor)
See Releases for all download links and changelogs.