Skip to content

Releases: vikrant-project/cloudsaver-telegram-storage

CloudSaver v1.0.0

04 May 18:30

Choose a tag to compare

CloudSaver v1.0.0 — First public release 🚀

Turn your Telegram into unlimited free cloud storage. A polished Electron desktop app that uses your private Telegram channel as the storage backend.

Downloads (Windows x64)

File Type Size Best for
CloudSaver-Setup-1.0.0.exe NSIS installer ~83 MB Most users — installs to Program Files, adds Start Menu entry, creates uninstaller
CloudSaver-1.0.0.exe Portable ~83 MB Run-from-USB / no-install scenarios

Windows SmartScreen may flash a warning on first run because the binary isn't code-signed yet. Click More info → Run anyway.

What's inside

  • Real-time upload progress — bytes-accurate, streamed from gramjs over IPC. No more "stuck at 90%".
  • Drag & drop multi-file uploads — queue dozens of files at once.
  • Auto-Sync engine — point CloudSaver at any folder (Pictures, Downloads, Documents, custom paths) and new files upload automatically.
    • Two modes: Sync All (default folders) or Custom Paths.
    • File-extension filters and exclude-pattern support.
  • Portable 32-character key — entire library addressed by one short string. Reinstall, switch laptops, paste the key, files reappear.
  • AES-256-CBC encrypted local session — API credentials and keys sealed with a machine-derived key.
  • Native file dialogs — proper Windows path resolution via webUtils.getPathForFile().
  • Glass-morphism UI — clean, modern, dark-mode-first.

First run

  1. Get a Telegram API ID and API Hash from my.telegram.org.
  2. Open CloudSaver, paste credentials, enter OTP (and 2FA if enabled).
  3. Choose I'm new to generate a fresh key, or I have a key to recover an existing library.
  4. Drag files onto the dashboard or enable Auto-Sync from the toolbar.

Known limits

  • Per-file cap: 2 GB (Telegram-side limit). Splitting larger files is on the roadmap.
  • Windows x64 only for this release. Mac/Linux builds welcome via PR.

Full README

See the README for architecture, comparison table vs Google Drive / Dropbox / MEGA / OneDrive, FAQ and roadmap.