Skip to content

Releases: CodeWithTanim/Telegram-Parallel

v1.0.0 - Initial Release

Choose a tag to compare

@CodeWithTanim CodeWithTanim released this 29 May 14:24

✈️ Telegram-Parallel v1.0.0

We are excited to release the initial version of Telegram-Parallel, a lightweight desktop application designed to run and manage multiple Telegram accounts concurrently in a single, high-performance interface.

✨ Key Features

  • 🔄 Unlimited Multi-Account Support: Add, manage, and delete multiple Telegram accounts easily.
  • 🔒 Session Isolation: Each account runs in its own isolated Electron session partition (persist:tg_account_...), keeping accounts, login sessions, and caches completely separate.
  • Instant switching: Sidebar navigation allows you to switch between active accounts instantly with zero delay.
  • 📊 Real-time Unread Badging: Aggregates unread message counts from all active accounts and displays them in the sidebar and system dock/taskbar.
  • 🔔 Native Notifications: Fully forwards web notifications as native OS notifications prepended with the account name (e.g., [Work] John: Hey!).
  • 🎨 Premium UI/UX: Responsive glassmorphic dark-mode interface built with React and Framer Motion.

🛠️ Technical Stack

  • Shell: Electron 39.x (utilizing WebContentsView for secure multi-view partitioning)
  • Frontend: React 19 & TypeScript
  • Styling: Tailwind CSS & Framer Motion
  • Build System: Electron-Vite & Electron Builder