A beautiful desktop app for visualizing your Telegram chat statistics for the year.
- Analyze exported Telegram chat data
- Annual message statistics with beautiful visualizations
- Per-user breakdown and comparison
- Word frequency analysis
- Time-based activity patterns (hours, weekdays, months)
- Media statistics (photos, voice messages, stickers, etc.)
- Multi-language support (English, Russian)
npm install# Development mode with DevTools
npm run dev
# Normal start
npm start# Windows (portable)
npm run build:win
# Linux (AppImage)
npm run build:linux
# macOS (dmg)
npm run build:mac- Export your chat from Telegram Desktop:
- Open chat settings
- Click "Export chat history"
- Select JSON format
- Launch Chat Recap
- Select the exported folder
- Enjoy your statistics!
- Electron
- JavaScript
- GSAP (animations)
- Canvas Confetti
MIT