163 open projects turn Telegram into a cloud drive — and streaming and file-serving tools dominate, with 67 of them

Asked (summary):

Find all projects that use Telegram's cloud as a storage means — for streaming, storing data, backups, or anything similar.

A live-web discovery scan on 2026-09-20 searched 12 query angles, reviewed 1,584 deduplicated web results and 604 candidate mentions, and retained 163 normalized, identifiable software projects whose central or substantial feature stores or serves arbitrary data through Telegram. This is a best-effort snapshot of publicly discoverable projects — repositories can be private, unindexed, renamed, or deleted — not an exhaustive universe.

What the 163 projects do with Telegram storage

Streaming and file-serving projects — bots and servers that turn Telegram files into direct download or stream links — make up 67 of 163 projects, more than the next three categories combined. github.com
34 projects expose Telegram as a mounted drive or storage protocol — WebDAV, FUSE filesystems, S3-style backends, or virtual Windows drives such as CyDrive. github.com
Python is by far the most common implementation language: 82 of the 137 projects that state a language use it, followed by TypeScript and Go with 11 each. github.com
Maintenance status is only what sources stated: 87 of 163 rows carry no status at all, so a blank cell means "not stated", never "abandoned". github.com

Project explorer — all 163 projects

ProjectTelegram storage roleInterfaceLanguageStated statusPagesSource
TelDriveBackup / archivalTelegram serves as a personal media backup storage backend, with files uploaded to a private Telegram channelDesktop application (GUI)PythonUpdated Sep 15, 202665github.com
Telegram File Stream BotStreaming / file servingTelegram serves as the file storage backend: files are sent to a Telegram bot, which generates direct HTTP streaming/download URLs for those stored filesTelegram bot for receiving files and direct HTTP links for streaming/downloadingGoFree Software licensed under the GNU Affero General Public License, actively maintained with a 2026 copyright notice52filestream.bot
Telegram DriveStreaming / file servingTreats Saved Messages and private channels as folders, with uploads, file explorer view, PDF viewing, and video streaming all backed by Telegram's serversOpen-source desktop app with a Google Drive-like GUI (drag-and-drop uploads, file explorer view, PDF viewing, video streaming)RustLive and actively shipping as of 2026-09-05, with development continuing at 244 commits and the latest release at v3.8.536github.com
Telegram Cloud Storage (Teldrive Edition)Bot / CLI / other storage toolUses Telegram's cloud as the storage backend for unlimited file storageWeb interface (dashboard), REST API, and a Python CLI client for AI agent programmatic accessGo22github.com
Z-MirrorBot / CLI / other storage toolTelegram is used as an upload destination/storage for mirrored and leeched files (leech), including uploading files to a specific superGroup/channel and downloading Telegram filesTelegram botPython22gitlab.com
Telegram CloudCloud-drive app / file managerTelegram's messaging platform is used as a secure, unlimited cloud storage backend, with files stored via a Telegram channel or group using API credentials and Telethon client integrationWeb application with a React frontend and a REST API (FastAPI) with WebSocket real-time updatesPython (FastAPI backend); TypeScript/React (frontend)Updated May 18, 202621github.com
Mirror Leech Telegram BotBot / CLI / other storage toolTelegram cloud as an upload/storage destination for downloaded files (mirror/leech bot)Telegram botPythonUpdated Apr 2, 202617github.com
Telegram Cloud StorageBackup / archivalTelegram backend storage (effectively unlimited capacity), turning Telegram into an effectively unlimited cloud drive for offsite backups and file servingWeb UI, REST API, and an AI-native Python client (client.py) for agent-driven file operationsPythonActive (not delisted)16lobehub.com
Telegram StremioStreaming / file servingTelegram channels act as the storage backend for media files, which the server indexes and streams on demand as permanent streaming links into Stremio/NuvioWeb panel plus a Stremio-style addon (HTTP manifest URL) and a Telegram bot for setup and subscriptionsPythonActively maintained, with regular updates and new releases (v4.2.0, v4.4.0, v4.6.0)12github.com
CloudFlare ImgBedMounted drive / storage protocolTelegram is one of the storage backends brought into one management interface by this self-hosted image and file hosting solutionRESTful API and WebDAV, with a web-based file management interface11github.com
WZML-XMounted drive / storage protocolTelegram is used as an upload destination for files downloaded from sources like torrents, Mega, YouTube, Google Drive, and rclone, alongside Cloud Drives, DDLs, or any rclone remoteTelegram bot with a web UI for file selectionPythonUpdated Jul 16, 202611github.com
TGDriveStreaming / file servingTelegram is used as unlimited cloud storage: files are stored permanently on Telegram's infrastructure via the MTProto API, with folders mapped to private Telegram channels tagged [TGDrive] and files sent as document attachments with a JSON caption carrying metadataBrowser-based web GUI (React UI) connecting directly to Telegram's servers via GramJS MTProto over WebSocket, with a live demo at fbpatel003.github.io/tgdriveTypeScript (React 18 + TypeScript)Updated May 8, 202610github.com
Official Zee RepositoryMounted drive / storage protocolTelegram cloud serves as an upload destination for files downloaded from direct links, torrents, nzb, google drive, telegram documents, mega links, rclone supported clouds, yt-dlp and jdownloader supported sitesTelegram botPythonUpdated Feb 10, 20259github.com
Telegram Cloud DriveStreaming / file servingTelegram's cloud servers act as unlimited cloud storage: the app uploads, organizes, and manages files directly on Telegram's servers, treating "Saved Messages" and created Channels (as folders) as storage locations, and streams media directly from themCross-platform GUI desktop/mobile application (file explorer interface for Windows, macOS, Linux, and Android) plus an optional local REST API with OpenAPI specPHPActive, maintained ad-free fork and continuation of the original open-source application by Cameron Amer9github.com
TG-S3Mounted drive / storage protocolTelegram serves as the permanent file storage layer (source of truth) behind an S3-compatible object storage backend, with files persisted as Telegram messagesS3-compatible API (usable with aws-cli, rclone, s3cmd, boto3, AWS SDK for JavaScript), Telegram Bot interface, Telegram Mini App (Web UI), and password-protected share linksTypeScriptActively developed9dev.to
Telegram File ServerStreaming / file servingTelegram serves as the storage backend for a self-hosted cloud storage system, storing users' files for uploads, downloads, and streamingWeb or desktop interface (web app) for managing and streaming filesPythonUpdated Dec 27, 20258github.com
CloudPasteMounted drive / storage protocolTelegram Channels/Groups serve as a storage backend: file content is stored in a Telegram channel/group as messages, with CloudPaste managing a VFS directory tree and manifest indexes mapping files to Telegram messagesWeb admin GUI with storage configuration and mount management, exposing files through a VFS mount and an HTTP proxy supporting Range requests, built on the Telegram Bot APIJavaScript (Vue.js 3 + Vite frontend, Hono framework backend on Cloudflare Workers)7github.com
tgfilestreamStreaming / file servingTelegram file streaming project from which the main logic of the file stream bot was takenTelegram bot with HTTP stream linksPython7github.com
Unlim CloudStreaming / file servingTelegram serves as the storage solution providing unlimited cloud storage for user filesTauri desktop GUI applicationHTMLUpdated Mar 9, 20246github.com
TELEGRAM-VIDEO-STREAMER-STREAMVAULTDeveloper library / API / databaseTelegram channels serve as a free cloud database / cloud storage from which videos and media are streamed directlySelf-hosted streaming media player (Electron app) using the Telegram local Bot API and HLS, with VLC support and a Telegram botPythonUpdated Jun 28, 20265github.com
Direct-Link-Geenerator-For-TelegramStreaming / file servingTelegram file-sharing host for which the project generates direct linksUpdated Dec 31, 20234github.com
FileToLinkStreaming / file servingTelegram serves as the file storage backend: the bot takes media and documents files sent to it (forwarded to the bot or posted in a BIN_CHANNEL) and generates instant direct download and stream links for those Telegram filesTelegram bot with an HTTP web server that serves direct download and stream linksPythonupdated 2y ago4codehub.bot
PentaractBackup / archivalTelegram is used as a backend for file storage — files are synced to the user's Telegram cloud ("Saved Messages" or a private chat), turning Telegram's cloud infrastructure into unlimited storage for backups and archivingLocal client that syncs a folder on your machine to Telegram via the Telegram APIPythonEarly stage, not recommended for production-ready apps4opensourceprojects.dev
telegram-uploaderDeveloper library / API / databasepersonal cloud storage backend — uploads and downloads files (up to 4 GiB) to and from the user's Telegram account (saved messages or a channel), turning Telegram into a personal cloudcommand-line tool and Python libraryPythonUpdated Jan 31, 20264github.com
tgfuseMounted drive / storage protocolTelegram chat channel used as a mounted network drive / file storage backend: files are browsed, opened, written, uploaded, and lazily streamed from Telegram as if stored locallyFUSE filesystem (via pyfuse3), mounted as a local directory and run from the command line, with userbot or bot token access to TelegramPython4github.com
biisal-file-stream-proStreaming / file servingTelegram serves as the file storage/streaming origin: the bot turns media and document files sent to Telegram into instant direct download and stream links, giving streamable download links for Telegram files without waiting for the download to completeTelegram bot with HTTP web app for serving stream/download linksPythonDiscontinued and no longer actively maintained or updated3github.com
Filestreambot-proStreaming / file servingTelegram serves as the file storage/streaming origin: the bot turns Telegram media and document files into instant direct download and stream linksTelegram bot with HTTP web app serving direct download and stream linksPythonDiscontinued and no longer actively maintained or updated3github.com
SaveAny-BotBot / CLI / other storage toolStorage backend that re-uploads files to specified Telegram chatsTelegram botGo3github.com
Telegram Index ProStreaming / file servingTelegram chat/channel serves as the media storage and streaming origin: media is indexed from a selected Telegram channel/chat and streamed directly into VLC and a web player without downloadsWeb browser index/player, VLC streaming, browser downloads, and an HTTP APIPython3github.com
Telegram-Drive-ForVPNsCloud-drive app / file managerA version of Telegram Drive optimized for VPNs, turning a Telegram account into an unlimited cloud storage drive3awesome.ecosyste.ms
telegram-uploadBot / CLI / other storage toolPersonal cloud storage: Telegram is used to upload and download files up to 4 GiB, turning Telegram into a personal cloudCLI (terminal commands telegram-upload and telegram-download), with an interactive terminal wizard mode and Docker usagePython3awesome.ecosyste.ms
TelePlayStreaming / file servingTelegram is used as unlimited cloud storage and streaming origin — files are stored in a private Telegram storage channel and streamed on-demand directly from Telegram's cloud without being stored on the serverTelegram Bot for uploading and managing files, Web App (web interface), Backend API, and Android TV & Mobile App for playbackPython (backend, with FastAPI); also React/TypeScript for web and Kotlin for the Android app3github.com
TelStorageMounted drive / storage protocolTelegram's API and the user's 'Saved Messages' serve as the storage backend; all files are stored directly in the user's own Telegram account, with TelStorage acting as a client that turns 'Saved Messages' into a structured file systemWeb application (Google Drive-like web interface) authenticating via the Telegram MTProto APIIn active development3opensourcebeat.com
tg-uploadBot / CLI / other storage toolTelegram used as a storage backend to upload/download files/folders to/fromCLI ToolPythonUpdated Oct 16, 20233github.com
tgfsMounted drive / storage protocolTelegram serves as the file storage backend: files are uploaded to and downloaded from a private Telegram channel, with larger files chunked into parts and videos streamed liveWebDAV server (tested with clients such as rclone, Cyberduck, WinSCP, Documents, and VidHub), plus a Telegram Mini AppPython3github.com
TorrentLeech-GdriveStreaming / file servingTelegram serves as the upload destination (leech target) for files downloaded from torrents and youtube-dl, with the bot uploading leeched files into TelegramTelegram bot with commands (e.g. /leech, upload, renewme, gclone) driven via PyrogramPython3gitlab.com
UploadgramStreaming / file servingOpen file-sharing service that accepted files through a web form and stored them on Telegram's serversWeb form, Android app, F-Droid version, CLI utility on PyPI, and Telegram botFlutterNo longer updated or developed; last app release March 2021, uploadgram.me site no longer opens3techblog.sdstudio.top
All Url UploaderBot / CLI / other storage toolTelegram as the destination storage for uploaded media files and videosTelegram botPythonUpdated May 20, 20262github.com
BucketSpaceStreaming / file servingTelegram serves as the client-side encrypted personal cloud storage backend: files are sliced, AES-256-GCM encrypted in the browser, and stored as encrypted document messages via MTProto in the user's private #bucketspace-vault channel, acting as a free, unlimited cloud driveWeb GUI (Next.js browser file explorer) with an HTTP API backend relayTypeScriptv0.1.0 and still being hardened2github.com
cftcStreaming / file servingTelegram serves as the storage backend for a Cloudflare-based image host, with images uploaded and managed through a Telegram bot panel (telegram image hosting service)Telegram bot panel and web page management for uploadsJavaScriptUpdated Jun 9, 20252github.com
FileStoreStreaming / file servingTelegram serves as the file storage backend: files are stored in a designated DB channel and delivered to users through shareable linksTelegram botPython2github.com
Lazy StreamerStreaming / file servingTelegram serves as the file storage backend: media and document files sent to the bot (via a bin channel) are turned into instant direct download and stream links without waiting for the download to completeTelegram bot with an HTTP web server that generates direct download and stream linksPython2github.com
NoBufDeveloper library / API / databaseTelegram is used as unlimited cloud storage turned into a media library — video is streamed straight out of Telegram channels acting as folders, with files uploaded to and downloaded from TelegramDesktop GUI app (Tauri 2) with an optional local HTTP REST API for automationRust (backend), TypeScript/TSX (frontend)2github.com
RcloneBrowserMounted drive / storage protocolTelegram-backed storage accessed through the tgdrive/rclone rclone mod, which this GUI manages as an rclone remoteGUIC++Updated Aug 10, 20262github.com
reelnnStreaming / file servingTelegram is used as a storage backend for streaming and managing personally owned videos, with video files uploaded to a private Telegram group or channel and streamed or downloaded via Telegram-based storageSelf-hosted web app (web GUI) with a Next.js frontend, in-browser embedded player, and secured Next.js API routesNext.js for the frontend and Python for the backend2github.com
TAS — Telegram as StorageMounted drive / storage protocolTelegram serves as unlimited, encrypted cloud storage: TAS compresses, encrypts (AES-256-GCM), chunks, and uploads files to the user's own private Telegram bot chat, which acts as the storage backend for a cloud drive, FUSE-mounted folder, sync target, and backup storeCLI (with FUSE mount, Dropbox-style folder sync, local HTTP share server, and JSON output for automation; built on the Telegram Bot API)Node.js (JavaScript)2github.com
TDriveCloud-drive app / file managerTelegram is used as the storage layer: files are posted into Telegram channels/groups (My Drive is a private Telegram channel, shared drives are Telegram megagroups), with files larger than 2 GB split across multiple Telegram messages and rejoined on download, and metadata stored as TDX1 messagesGUI (drive-like UI) and CLI (terminal with a local daemon)GolangPackage removed from the registry; package last updated on 12 May 20262github.com
Telegram Drive (Optimized for VPNs)Streaming / file servingTurns the user's Telegram account into an unlimited cloud storage drive, using Telegram's servers to store files, treating "Saved Messages" and created Channels as folders, and streaming media directly from TelegramCross-platform desktop GUI application (file explorer interface) built with Tauri, Rust, and ReactRust (Tauri backend) with React and TypeScript frontendUpdated 3 months ago, version v1.1.8 released 2026-05-032github.com
Telegram Drive (Teldrive)Mounted drive / storage protocolBackend for a self-hosted cloud storage service, storing uploaded files in Telegram (via a default channel and bots)Web UI (Material You based) served over HTTP, with rclone support for faster uploadsGo2github.com
Telegram File Link BotStreaming / file servingTelegram serves as the file storage backend: users upload files to the bot via Telegram, and the bot stores them (referenced by unique file IDs) and generates secure, rate-limited public download links with time-based expiration for those filesTelegram bot (built with Pyrogram / Pyrofork) plus an HTTP download API via FastAPI, with an optional web-based admin dashboardPython2github.com
Telegram File To Link Generator BotStreaming / file servingTelegram serves as the streaming origin: the bot streams files stored in Telegram to users over HTTPTelegram bot with an HTTP file-streaming endpoint (deployable to Heroku behind a reverse proxy)Python2github.com
Telegram IndexStreaming / file servingOriginal Telegram chat indexing/streaming project on which Telegram Index Pro is based, using a Telegram channel/chat as the media index and streaming sourceAPIPython2github.com
Telegram StorageDeveloper library / API / databaseTelegram channel used as a key-value store (Map<K, V>), with the bot storing the keystore file ID in the channel descriptionlibraryKotlin2github.com
telegram2teldriveCloud-drive app / file managerIndexes existing files stored in Telegram channels (not uploaded via Teldrive) and adds them to the Teldrive DB, treating Telegram channels as file storageTelegram bot; Telegram APIPythonUpdated May 24, 20252github.com
TelegramFileManagerMounted drive / storage protocolTelegram acts as the file storage backend: the tool manages files stored in Telegram (with a Telegram session restored on startup, files organized in channels and folders), and exposes that stored content over WebDAV and an APIWebDAV, REST + SignalR API, and Android phone and TV clients (GUI).NET2github.com
telerealmStreaming / file servingTelegram's cloud storage serves as the storage backend for uploaded files, with the Telegram Bot API handling the actual storage and persistence of filesHTTP REST API (custom HTTP API for upload and download, with endpoints like /send, /url, /drive/:id, /info, and /verify)Go2github.com
TeleStoreStreaming / file servingTelegram channels act as the storage/streaming origin for IPA files; the local server reads Telegram with the user's own account session and streams the files, with no IPA files stored in the repo itselfSelf-hosted HTTP server (Docker) exposing source JSON URLs and a web config UI, consumed by AltStore / SideStore / LiveContainerPython2github.com
TeleSyncBot / CLI / other storage toolTelegram is used as the storage backend for local files, with files uploaded to, downloaded from, and deleted from a Telegram ChannelCLIPython2github.com
TeleVaultMounted drive / storage protocolSelf-hosted storage backend that connects to your Telegram channel and stores files on Telegram, with streaming upload, mounting as a local disk, and client-side encryptionWeb interface with streaming upload, mountable as a local diskTypeScriptCurrent and maintained as of 20262techblog.sdstudio.top
TFileDeveloper library / API / databaseunlimited cloud storage using the Telegram Database library (tdlib)File Manager (GUI)DartUpdated Mar 7, 20232github.com
TG Media Indexer APIStreaming / file servingTelegram serves as the storage and streaming origin for media files: the service fetches media files from Telegram public/private channels and streams or downloads files directly from TelegramFastAPI-based JSON REST API (HTTP)Python2github.com
TG Storage ClusterStreaming / file servingTelegram serves as a personal, unlimited, and free cloud storage backend, with files uploaded to a private Telegram channel via a cluster of bots and streamed back over HTTPHTTP API for uploading and streaming files, a web dashboard (drag-and-drop UI), and CLI toolsPythonProduction Ready2github.com
TGDrive PersonalBackup / archivalLocal desktop backup support (related to TGDrive's Telegram-backed storage)2github.com
tgStateStreaming / file servingTelegram is used as the storage backend for a file external link system, serving as a Telegram image hosting service or Telegram cloud drive with no restrictions on file size and formatWeb upload, Telegram bot (private chat uploads and get FileID by replying 'get'), HTTP API (POST to /api), and CLI binary; deployable via binary, Docker, Vercel, or CloudFlareGoupdated 16mo ago2github.com
UnLimCloud-drive app / file managerConnects your Telegram account and auto-backs up your camera roll, music, and documents to Telegram's cloudAndroid mobile app with a file manager UI2github.com
Unlimited Cloud DriveStreaming / file servingTelegram serves as the unlimited cloud storage backend: file chunks are routed to a private Telegram channel via the Telegram API, with file reference keys and document IDs stored in Cloudflare KV, and chunks streamed back to usersWeb UI (browser dashboard served by a Cloudflare Worker with drag-and-drop upload, preview, listing, and download over HTTP), deployed via CLI installersJavaScript2ziploot.vercel.app
Unlimited Telegram Storage (Beta)Bot / CLI / other storage toolGeneral-purpose file storage backend: files are split into chunks smaller than 2GB and uploaded to a dedicated Telegram storage chat, with metadata kept in sync for upload, download, management, and deletion of stored filesCLI (command-line interface)PythonBeta release; will be marked as stable once all features are complete and thoroughly tested2github.com
Unlimited-Cloud-StorageDeveloper library / API / databaseTelegram-based unlimited cloud storage built on the Telethon library (Telegram used as the storage backend)Jupyter Notebook / Google Colab notebookJupyter NotebookUpdated Mar 21, 20242github.com
aeon mirror botBot / CLI / other storage toolmirror bot (custom fork version with vps support) for mirroring/leeching files via TelegrambotPythonUNMAINTAINED1github.com
arshsisodiya/helios-mirrorBot / CLI / other storage toolTelegram mirror and leech bot that stores files on Telegrambotmost recent commit over 3 years ago1awesomeopensource.com
AV-FILE-TO-LINK-PROStreaming / file servingTelegram file streaming bot used for streaming and downloading moviesbotPythonUpdated Jan 14, 20221github.com
Chitralaya CloudGalleryBackup / archivalprivate photo cloud storage and backup target — photos are backed up directly from the phone to the user's own Telegram account/chat via a Telegram bot, with a local JSON metadata database also backed up to TelegramAndroid app (GUI) using the Telegram Bot API1github.com
Chizuru TG MirrorBotStreaming / file servingTelegram bot that stores forwarded media in a Telegram channel (BIN_CHANNEL) and serves instant stream links to the webTelegram bot with HTTP web streaming linksPython1github.com
Clash Drive (v3.0.0)Streaming / file servingTelegram supergroup forum topics serve as a personal cloud storage workspace, with files stored in topics and media chunk segments fetched from Telegram for progressive in-browser streamingClient-side web application (browser GUI) with direct MTProto connections via @mtcute, plus an optional Telegram bot (@clashdrivebot) and Cloudflare Worker HTTP endpoints for public downloadsTypeScript (React 19 frontend, built natively on Bun)1github.com
CloudGramStreaming / file servingTelegram cloud storage is used as the file storage backend, with all uploaded files stored on the user's own Telegram account's saved messages pageweb browser application (web GUI), accessible at cloudgram.vercel.app or run locally via a development server1github.com
CloudGramStoreCloud-drive app / file managerTelegram 作为文件存储后端 (Telegram used as the file storage backend for a personal cloud drive)云文件管理系统 built on Cloudflare Workers and the Telegram Bot API, supporting file upload, download, rename, delete, and directory managementJavaScriptUpdated Jul 3, 20251github.com
CraftCloudCloud-drive app / file managerTelegram is used as a fully-featured cloud drive / unlimited file storage backend for uploading, downloading, searching, syncing, and managing filesNative desktop GUI (cloud-drive UI with folder tree, list/icon views, drag-and-drop, system tray)PythonSide-project / production-ready-for-personal-use, stable, MIT licensed1dev.to
CyDriveMounted drive / storage protocolInfinite cloud storage engine and virtual Windows hard drive using Telegram as the storage backend with zero-disk footprintWebDAV and Web UI (web dashboard)PythonUpdated Aug 25, 20261github.com
DeekshithSH/tgfilestreamDeveloper library / API / databaseA version of tgfilestream without a database, i.e. a Telegram media file streaming server1github.com
DriveGramStreaming / file servingTelegram is used as a drive (personal cloud storage backend) for uploading, downloading, and organizing files via the Telegram APISelf-hosted web application with a clean UI (runnable via Docker or local server on port 3000)Actively under development, with frequent updates and new features expected1github.com
eunhamirrorBot / CLI / other storage toolTelegram mirror/leech bot that mirrors and stores files (from sources like Aria and qBittorrent downloads) to Telegram as a file-sharing/mirroring targetTelegram botPythonUpdated Feb 18, 20231github.com
FileGuardianBotBot / CLI / other storage toolTelegram data storage bot: stores user data on Telegram with a delete timer, password protection, and a no-forwarding forcefield, supporting batching multiple data at onceTelegram botJavaScriptUpdated Apr 13, 20241github.com
FilesLinkStreaming / file servingTelegram cloud storage used as the backend: the bot transforms a private Telegram channel into unlimited cloud storage, storing uploaded files (up to 2GB per file) and serving direct downloads and streaming from TelegramTelegram bot with a web interface (HTTP at http://localhost:8080) and a command-line interface (CLI)Rust1github.com
FileToLink System v8.0Streaming / file servingDistributed, cost-effective file backend; uploaded files are stored in a private Telegram channel and streamed via the MTProto protocolTelegram bot for uploads plus FastAPI HTTP API with an admin web panelPython 3.8+Production-ready1github.com
Flix-MusicStreaming / file servingTelegram serves as the streaming origin: the addon resolves playable direct stream URLs for audio files through an MTProto bot chain, forwarding candidates to a direct-download bot and extracting the direct playable URL to serve as the Stremio stream sourceStremio addon exposing an HTTP API (FastAPI endpoints such as /manifest.json, /catalog, /meta, /stream), with Telegram accessed via an MTProto bot chain using Telethon sessionsPython1github.com
Flysystem TelegramMounted drive / storage protocolTelegram Bot API used as object storage: files attached to Telegram messages serve as the storage backend, with local metadata keeping Flysystem paths, Telegram file_id values, MIME types, visibility, and chunk informationPHP library / Flysystem 3 storage adapter (used through the League Flysystem Filesystem API)PHP1github.com
GramDBDeveloper library / API / databasepersistent storage backend — private Telegram channels used to store data as a NoSQL database backendPython library with a MongoDB-like API (find, insert, update, delete), plus a Registry API servicePython1github.com
herliansyah/teledriveStreaming / file servingHigh-capacity personal cloud storage powered by Telegram MTProto, with Telegram serving as the storage backend for files and video streamingSingle static binary with a Google Drive-like Web Dashboard, resumable chunked uploads, and HTTP 206 video streamingGo1gitstars.io
huydatvn/telegram-cloud-driveStreaming / file servingTelegram's Bot API serves as the actual storage backend, with all uploaded files stored inside a Telegram bot instead of a paid server or traditional cloud storageWeb interface (web file-manager) that works on desktop and mobile, with JWT-authenticated loginPHP1explaingit.com
InternalBeyondMounted drive / storage protocolTelegram cloud as an upload destination for a mirror/leech bot (files downloaded from direct links, torrents, NZB, Google Drive, Telegram files, rclone clouds, yt-dlp and JDownloader sites are uploaded to Google Drive, Telegram cloud, or rclone clouds)Telegram botPythonUpdated Apr 2, 20261github.com
inulute/unlim-cloudBot / CLI / other storage toolunlimited cloud storage for user files, utilizing Telegram as the storage solutionmost recent commit over 2 years ago1awesomeopensource.com
JackgramDeveloper library / API / databaseIndexes media files from public and private Telegram channels and streams them; Telegram serves as the origin for media streaming and file storage, with indexed files stored in a searchable MongoDB database and served via a REST APITelegram bot and REST API (FastAPI), with a web admin dashboard and HTTP streaming/download endpointsPython1github.com
jmdkh-mltbMounted drive / storage protocolTelegram is used as an upload/leech destination where downloaded and mirrored files are stored — files are uploaded to Telegram (as documents or media, split into parts) to specific superGroups/channels or users' DMs, alongside Google Drive and rclone cloudsTelegram bot (commands set via BotFather), with a web interface for torrent file selection and rclone servePython1github.com
KF DriveStreaming / file servingCloud storage drive: stores files in the user's own private Telegram group via the Telegram Bot API, and streams videos directly from TelegramDesktop GUI application (Desktop UI with file management, built-in media player, and local cache management), using the Telegram Bot APIBeta1xdaforums.com
KPS - File To Link BotStreaming / file servingTelegram storage channel (BIN_CHANNEL) where uploaded files are permanently saved as the file storage backend, from which permanent direct HTTP(S) links are generated for streaming and downloadingTelegram bot with direct HTTP(S) links for browser streaming and downloadingPython1github.com
Media MirrorBot / CLI / other storage toolStoring large media files inside Telegram, with the ability to play them within TelegramTON storage-based dapp with playback within TelegramTypeScriptUpdated Aug 1, 20241github.com
MediaNestStreaming / file servingTelegram Bot API serves as the underlying storage layer: uploaded files are sent to a private Telegram channel or group, larger files are split into 19 MB chunks uploaded concurrently, and Telegram file parts are resolved and streamed back to clients on downloadWeb UI and REST API (Flask-based web application with an authenticated developer REST API supporting HTTP Range streaming)PythonExperimental self-hosted project1hattasimae.online
modularwallets-web-sdkMounted drive / storage protocolTelegram cloud as an upload destination for mirrored files (the bot downloads direct links, torrents, nzb, google drive, telegram documents and other sources, then uploads them to google drive, telegram cloud or rclone supported clouds)Telegram botTypeScriptUpdated Feb 4, 20261github.com
Nebula FTPMounted drive / storage protocolTelegram storage backend — files are chunked and uploaded as parts to a Telegram channel, and downloads are reassembled from those parts on demandFTP server, SFTP/SSH server, and web admin panel; mountable as a network drive via RaiDrive or rclone (FTP/SFTP mount, FUSE, WebDAV via rclone serve)PythonAvailable (Community open-source version); part of a larger ecosystem1github.com
NEO-WZMLBot / CLI / other storage toolUpload target and file-sharing host: downloaded files are uploaded ('leech') to Telegram as media or documents, with dump chats used as Telegram leech destinationsTelegram bot with commands, plus a FastAPI web UI for file selectionPythonActive and evolving1github.com
NETFLIXIAN XStreaming / file servingTelegram serves as the file storage backend: users send files to the bot or channel, the bot fetches the file from Telegram servers and converts it into high-speed HTTP(S) direct links for streaming and downloadsTelegram bot with generated HTTP(S) direct streaming/download links, plus bot commands (/start, /help, /ping, /stats, /speedtest, /links)Python1github.com
OgramStreaming / file servingTelegram serves as the storage backend for an "INFINITE-STORAGE-API": Ogram splits files into chunks and sends them through a Telegram bot, saving files and returning Telegram file linksTelegram bot and REST API (HTTP), with requests sent to the ogram APIPython1github.com
PaperfoldStreaming / file servingTelegram's unlimited file storage API serves as the cloud storage backend; files of any type are uploaded to Telegram (up to 2GB per file, unlimited total space) via a direct MTProto connection with no middleman servers, while metadata is stored locallyDesktop GUI client (built with Tauri and React)Rust (Tauri backend core) with React/TypeScript frontend1github.com
PawShareCloud-drive app / file managerEach account uses its own private Telegram channel as the storage backend for encrypted file and video sharingSelf-hosted web application (HTTP) with an in-app setup wizard and shareable URLsPython 3.11+ / FastAPI (backend), with Vanilla HTML+CSS+JS frontend1github.com
PencariMovie ServerStreaming / file servingTelegram serves as a personal media streaming and high-speed downloading hub, with video files streamed directly from Telegram's data centers via MTProto as the streaming originBrowser-based Netflix-style web player (HTTP/HTTPS), Stremio and Nuvio addon server (/manifest.json & /nuvio), CLI commands (pms), and a standalone Android APK appPHP1github.com
PublicLeechBackup / archivalTelegram serves as a destination for storing and sharing downloaded files: the bot uploads downloaded torrent/direct-link files (optionally archived and split into parts) to Telegram chats, and can also mirror Telegram files to cloud drivesTelegram bot (command-driven bot using commands like /leech, /gleech, /tleech)Python1github.com
rcloneMounted drive / storage protocolcan mount Telegram as a storage backendmount1ixchio.github.io
rclone-teldrive-v2Mounted drive / storage protocolrclone backend for teldrive v2 (Telegram drive storage)rcloneGoUpdated Aug 30, 20261github.com
rcmltbBot / CLI / other storage toolTelegram acts as a leech destination and file source: the bot transfers files between cloud storage services and Telegram, mirroring links/torrents/Telegram files to cloud and leeching files from cloud to Telegram for storageTelegram bot (bot commands set through BotFather)PythonCurrently in a large refactor phase; behavior may be unstable and breaking changes can happen between updates until the refactor is completed1github.com
shadowcloudMounted drive / storage protocolTelegram is used as a free, unlimited cloud storage backend that can be added as a storage (type=telegram) and combined with other storages into one virtual drive (region) with encryption, random file access and media streamingWeb interface (HTTP at localhost:1911) and experimental FUSE emulated file systemScala1github.com
ShreeCloudStorageDeveloper library / API / databaseTelegram Saved Messages serves as the personal cloud storage backend: every uploaded file is stored inside the user's own Telegram account via the MTProto protocol, with actual files remaining inside Telegram while a JSON database stores only metadataWeb dashboard (React frontend) with a REST backend and a Developer API (HTTP endpoints for upload, list, stream, delete), plus HTTP Range Request streaming and public share linksNode.js (JavaScript) with Express and GramJS on the backend; React with Vite on the frontend1github.com
Smart Web Stream APIStreaming / file servingTelegram channel used as file storage; files are forwarded to a Telegram log channel and streamed/downloaded from Telegram via TelethonHTTP API (FastAPI) with streaming and download endpoints, plus a Telegram bot integrationPython1github.com
SpringsFern/tgfilestreamStreaming / file servingacts as a proxy between Telegram servers and HTTP clients, allowing direct downloads of Telegram media files via HTTP (Telegram as streaming origin)web server exposing downloads over HTTPPython1gitstars.io
Streamfile WorkerStreaming / file servingTelegram serves as the file storage backend: uploaded files are kept in a Telegram channel and the bot generates Telegram, inline, download, and stream links pointing to those stored filesTelegram bot (with inline mode) plus HTTP download and stream links served from Cloudflare Workers1github.com
StreamXDeveloper library / API / databaseTelegram serves as the ingestion and storage layer for the music library, with main and dump Telegram source channels holding media that the backend streams through its media streaming endpointsTelegram bot plus HTTP API (FastAPI backend) with Android and web clientsPython1github.com
stremio-telegram-debridStreaming / file servingstreaming origin — streams videos, audio, and subtitles directly from private Telegram channelsStremio addon proxy serving over HTTP with range requests (HTTP 206)PythonUpdated Jul 25, 20261github.com
SUNDOWNERMounted drive / storage protocolTelegram is listed alongside D1/KV and R2/S3 as one of the storage backends for this open-source private media library and image-bedtelegram-bot and WebDAV (repository topics)JavaScriptUpdated Aug 17, 20261github.com
tcloudBot / CLI / other storage toolTelegram as free cloud storage; files are uploaded to Telegram (Saved Messages or specific chats) and downloaded, listed, deleted, and searched from thereCLI (command-line tool run from the terminal via python tcloud.py with flags like --upload, --list, --download, --delete)Python1github.com
TDS2 (Telegram Data Storage System)Developer library / API / databaseCloud storage backend — Telegram channels are used to upload, download, manage, and track files as secure private cloud storagePython library (client API with upload/download/delete functions, installed via pip)Python1github.com
Tel ArchiveBackup / archivalpersonal cloud storage backend for compressed, encrypted archives — files are uploaded to Telegram channels and downloaded/decrypted back from TelegramWeb UI (browser-based, served via Flask at http://localhost:5001) with tabs for processing files, viewing archives, and downloaded filesPython1github.com
TelconyxDeveloper library / API / databaseTelegram-backed cloud-storage bridge — turns a Telegram bot and chat into a file store; files are uploaded as Telegram messages (chunked when large) and streamed back on downloadHTTP API (server mode on :9090), embeddable Go library, and CLI (telconyx serve/upload/download)Go1pkg.go.dev
TeleCloudStreaming / file servingTelegram Bot API as the actual storage backend — uploads are streamed to the Telegram sendDocument endpoint, forwarded into a private channel, and downloads are served by 302-redirecting visitors to Telegram's temporary CDN URLWeb UI and API served by a Cloudflare Worker, with a thin React app as the user interfaceLive and free to use1prince.m2hio.in
teledriveapp.com forum.rclone.orgCloud-drive app / file managerUses Telegram's unlimited cloud storage as a file storage backend (drive) for uploading and storing user filesopen source1forum.rclone.org
Telegram automated db backupBackup / archivalTelegram serves as the backup storage target: the script performs a daily database backup and uploads the zip archive automatically to a Telegram group chat or personal chat ("Saved Messages" / "me"), so no cloud service is neededPython script run from the command line (bak.py / bak-per-table.py), built on the pyrogram Telegram client framework, scheduled daily via crontabPython1github.com
Telegram Cloud AndroidBot / CLI / other storage toolTelegram is used as the cloud storage backend for managing files, with chunked upload (4MB) for files of any size and unlimited storageAndroid GUI application (Material Design 3, Jetpack Compose) using a Telegram Bot tokenKotlin (Android application) with a C++ native core1github.com
Telegram Cloud Manager - UnofficialDeveloper library / API / databaseTelegram Cloud serves as the file storage backend from which the tool uploads and downloads filesCLI commands and a Node.js libraryUnder Development1github.com
Telegram File DriveBot / CLI / other storage toolTelegram channel used as encrypted cloud storage backend for synchronizing and storing user filesTelegram bot commands (CLI-style command list) with CMD login1github.com
telegram file systemMounted drive / storage protocolTelegram's protocol (MTProto) serves as the storage backend for a virtual filesystem that publishes and makes internet content accessible as mounted filesFUSE-mounted virtual filesystem used via a CLI (e.g. 'tfs mount'), built through a JNI interface to TDLibin development (being built, with a todo list)1github.com
Telegram File UploaderStreaming / file servingTelegram serves as the upload target for arbitrary files (build artifacts, logs, or any files), which are sent directly to a Telegram chat as a grouped messageGitHub Action and standalone CLI tool, with Docker supportPython1github.com
Telegram HLS StreamerStreaming / file servingdistributed, unlimited object store for HLS (HTTP Live Streaming) mediastreaming server with a chunked, resumable API, automated folder watcher, and web-based HLS players served over HTTP1deepwiki.com
Telegram Media Streamer BotStreaming / file servingTelegram channel (LOG_CHANNEL) where the bot stores messages/files so generated direct streaming links work; files are streamed from Telegram via block/chunk downloadsTelegram bot plus HTTP stream server (webapp) that serves generated direct stream links1github.com
Telegram Stremio AddonStreaming / file servingTelegram private channels serve as the user's personal media storage/streaming origin; the addon acts as a high-speed on-the-fly streaming HTTP proxy that streams video, audio, and subtitle files directly from those channels into StremioStremio addon (manifest URL installed in Stremio) exposed as an HTTP streaming proxy with range requests (HTTP 206), deployable via Docker or Python server; configured via bot token or Pyrogram user sessionPython1github.com
Telegram-Auto-Backup-BotBackup / archivalTelegram used as a backup target for automatic backupsbotPythonUpdated Apr 4, 20261github.com
telegram-file-hosting-streamingStreaming / file servingTelegram as cloud storage for uploading, storing and streaming filesTelegram bot with file server / streaming server (HTTP)TypeScriptUpdated May 4, 20261github.com
telegram-file-to-link-botStreaming / file servingTelegram stores uploaded files and serves them via public download links, with optional time-based expiration (TTL) and automatic cleanupTelegram bot providing public HTTP download links, with an optional admin dashboard and Docker/Railway deploymentconsidered stable for production use1github.com
Telegram-File-to-URLStreaming / file servingTelegram servers store the file and the project provides a direct link to ittelegram botPythonUpdated Nov 25, 20241github.com
telegram-file-uploader-jsDeveloper library / API / databaseTelegram used as a free media hosting service (CDN-like): files are uploaded to Telegram via bot and direct CDN file links are retrievedNode.js library/API using a Telegram bot (npm-installable utility with functions uploadToTelegram, uploadMultipleFiles, getFileUrl)Node.js (JavaScript)Public, published (version 1.1.0)1npmjs.com
TeleNest.-Cloud-SystemStreaming / file servingPersonal cloud storage backend powered by Telegram's MTProto infrastructure, with instant media streamingTypeScriptUpdated May 16, 20261github.com
TeleS3Streaming / file servingTelegram serves as the storage backend for a file sharing/hosting platform, with the app built on the Telegram Bot APIWeb GUI (React frontend) with HTTP API routes for status check, file upload, file existence check and file downloadTypeScript (frontend, React) and PHP (backend, Laravel 11)1github.com
TeleStremioStreaming / file servingLogs into the user's Telegram and streams the user's Telegram channels on demand as a local Stremio addonAndroid app that hosts a local Stremio addon (install via APK, log in with phone/QR, paste addon URL into Stremio)1github.com
Telezon S3Mounted drive / storage protocolTelegram is used as a storage backend for storing and retrieving files behind an Amazon S3-compatible APIAmazon S3-compatible API served over HTTP (usable with standard S3 clients such as boto3), with Swagger UI API documentation and CLI utility scriptsPython1github.com
tempfile-docsStreaming / file servingtemporary file hosting and storage backend for uploaded and shared files, with files auto-deleting after 1, 6, 24, or 48 hoursTelegram bot and API service for file uploads and sharingNode.jsUpdated Oct 11, 20251github.com
tflixStreaming / file servingTelegram bots and a log channel serve as the source and storage of media files that tflix discovers, downloads, and streams; a log channel stores streaming files that can also be accessed directlyInteractive command-line interface (CLI) with a built-in HTTP streaming server that generates streamable linksPython1pypi.org
tg-media-botStreaming / file servingFile-sharing host: the bot uploads downloaded media back to the user's chat as Telegram files (up to 2 GB via a local Bot API server), and Telegram's cache plus file_id storage serves instant re-sends of previously fetched filesTelegram bot (with inline quality-picker buttons and commands like /audio, /video, /formats)Python1antlis.is-a.dev
tg-pyrogram-uploadBot / CLI / other storage toolTelegram used as the destination to upload all files to from a particular folderPythonUpdated Jan 8, 20251github.com
tgarrStreaming / file servingTelegram channels act as the content source and streaming origin: tgarr indexes files posted in Telegram channels and, on grab, streams the file from Telegram's CDN over HTTPS/MTProto and delivers it to the *arr stack's download folderNewznab-compatible HTTP API (Newznab XML) for Sonarr/Radarr, with a web admin UI and Docker deploymentPythonActive development. Public alpha targeted end of week1github.com
TgCloudCLIBot / CLI / other storage toolTelegram is used as the backend of a system that emulates a cloud storage system, allowing users to store unlimited data for freeCLI (pseudo-shell interface)PythonUpdated Jun 2, 20251github.com
TgCloudCLI V2Bot / CLI / other storage toolTelegram is used as a secure backend for cloud storage, where files are uploaded, downloaded, organized, and deletedCLI (console-based terminal interface)Python1github.com
TGLFSDeveloper library / API / databaseTelegram serves as the file storage backend: TGLFS lets users upload, download, and share files stored on Telegram's servers without a file size limit, with files gzip-compressed and AES-256-CTR encrypted before uploadWeb app (static single-page web app) that makes requests to the Telegram API via the GramJS libraryJavaScript1github.com
TgNASMounted drive / storage protocolTelegram storage serves as the backend storage for an S3-compatible and WebDAV-capable gateway, with local SQLite metadata; buckets map to Telegram chat IDs and files are stored via a Telegram botS3 API and WebDAV over HTTP (single HTTP server with both protocols), plus read-only local CLI listing commands1github.com
TGStoreDeveloper library / API / databaseTelegram serves as the backend for an encrypted object storage system with unlimited spaceGo library/API (used via functions like tgstore.New, tgstore.TGStore.Upload and tgstore.TGStore.Download)Go1github.com
TGVaultStreaming / file servingTelegram channels and Saved Messages serve as the storage backend where the user's files actually live; TGVault is a desktop workspace over that storage for browsing, filtering, streaming, and uploading/downloading filesDesktop GUI application (with Overview, Channels, Transfers, and Account pages) for Windows and macOSAvailable now as a 0.1.0 release for Windows and macOS, with Linux support on the way1ntxm.org
ThunderStreaming / file servingTelegram serves as the file storage backend: uploaded files are forwarded to a private storage channel (BIN_CHANNEL) where they are permanently saved, and direct HTTP(S) links are generated from them for streaming and downloadingTelegram bot with direct HTTP(S) links for browser streaming and downloadingPython1github.com
tiny[stash]Streaming / file servingTelegram file servers store all shared files; the service is storage-less and proxies files from Telegramwebsite and Telegram botLua1github.com
Ton DriveCloud-drive app / file managerBackend file processing and storage for uploading, viewing, and managing large files, bypassing Telegram's 2GB file limitTelegram Web App (responsive interface)TypeScriptUpdated Nov 15, 20231github.com
UHD-FiletoLinks-BotStreaming / file servingTelegram serves as the file storage backend from which the bot generates download and stream linksTelegram botPythonUpdated Apr 7, 20261github.com
UlapBackup / archivalTelegram chat (via the Telegram Bot API) serves as the private media backup storage backend for photos and videos, with large files split into ~19MB document parts and reassembled for viewing and restoreAndroid app (GUI) using the Telegram Bot APIKotlin1github.com
WeebZone MLTBStreaming / file servingTelegram serves as an upload/leech destination where the bot stores files (leeching files to Telegram), alongside mirroring to Google DriveTelegram bot (Pyrogram-based)Python1gitlab.com
yaichi-tgDeveloper library / API / databasepersonal cloud file storage — upload, download and clone files on Telegram up to 4 GiB (2 GiB for free users) using your personal accountCLI (commands tg-up, tg-dw, tg-clone) with an interactive terminal wizard, installed as a Python package via pipPython (Python 3.7-3.13 supported)1pypi.org
YasirRoBotStreaming / file servingTelegram serves as the file storage and streaming origin: the bot takes media and document files sent to it (forwarded media or files posted in a BIN_CHANNEL) and turns them into instant direct download and stream links without waiting for the download to completeTelegram bot with a web server that serves direct download and stream links over HTTPPython1github.com
youtube_fellaDeveloper library / API / databaseTelegram stores video files, referenced by a Telegram file ID kept in the video record (telegram_file_id field)Telegram bot (built with the telebot library)Go1gitlab.com
Zee MirrorStreaming / file servingTelegram serves as an upload/leech destination where mirrored files from the Internet are stored (files uploaded to a specific chat, with split sizes, thumbnails, and document/media upload options)Telegram botPython1github.com
𝕏TV MediaStudio™Developer library / API / databaseTelegram serves as the persistent storage backend for the bot's MyFiles personal cloud storage — every processed file is routed to hidden Telegram Database Channels and stored persistently — and Telegram is also one of the 14 Mirror-Leech upload destinationsTelegram botPython 3.9+1github.com
Caution. Inclusion here is not an endorsement of any project's security, quality, legality, reliability, or continued maintenance. "Stated status" repeats only what the source pages said; blank cells were left blank rather than guessed. Table categories are inferred from each project's stated role and interface text, so they can differ slightly from the audited totals in the chart. Telegram's API rules, file-size caps, rate limits, and Terms of Service constrain all of these tools and can change at any time.

Method: live-web discovery snapshot researched on 2026-09-20. 12 search-query angles, 1,584 URL-deduplicated results, 604 candidate mentions, 163 retained normalized projects across 25 independent source hosts and 155 distinct source URLs; no single URL backs more than 2 rows (1.23%). "Pages" counts distinct discovery pages a project appeared on. Category totals in the chart come from the audited classification; blank language/status cells are preserved as found. Coverage is best effort, not exhaustive.

This report was generated automatically by Keenable SELECT at a user's request, from publicly available web sources linked herein. Keenable does not review, verify, or endorse its contents and makes no representation as to accuracy, completeness, or timeliness; AI-based extraction may contain errors. Nothing in this report is investment, legal, financial, or other professional advice. All trademarks and referenced content remain the property of their respective owners; no affiliation or endorsement is implied. To report an error, rights concern, or request removal: legal@keenable.ai.

Keenable SELECTAsk your own question
Made with Keenable SELECT