explaingit

ivanwithsuccess/foldedcloud

Analysis updated 2026-05-18

0TypeScriptAudience · vibe coderComplexity · 2/5Setup · easy

TLDR

A macOS desktop app that mounts your Telegram account as a real network drive, giving you free cloud storage with no caps or fees.

Mindmap

mindmap
  root((Folded Cloud))
    What it does
      Mounts Telegram as drive
      Free cloud storage
      No storage caps
    Tech stack
      Rust backend
      Tauri and React
      WebDAV layer
    Use cases
      Browse files in Finder
      Store large files
      Keep data local
    Audience
      Mac users
      Privacy conscious users
    Roadmap
      Windows support
      Linux support
      End to end encryption

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Browse, upload, and stream files from your Telegram account directly in macOS Finder.

USE CASE 2

Store large files by having them automatically split into chunks and reassembled on access.

USE CASE 3

Keep all session credentials and encryption keys local instead of relying on a third-party cloud server.

What is it built with?

RustTauriReactWebDAVSQLite

How does it compare?

ivanwithsuccess/foldedcloud0xradioac7iv/tempfsabboskhonov/hermium
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity2/53/54/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Currently macOS only, sign in via QR code or phone number, then connect Finder to the local address provided.

In plain English

Folded Cloud is a desktop application that turns your Telegram account into personal cloud storage, mounted as a real network drive on your operating system. Instead of paying for a cloud storage service, it uses Telegram's infrastructure to store your files, with no storage caps and no monthly fees. The application works by connecting to your Telegram account and exposing your stored files through WebDAV, a protocol that lets operating systems treat remote storage like a local disk. On macOS, this means you can open Finder and browse, upload, or stream files from Telegram just as you would from a normal folder. Large files are automatically split into optimized chunks to stay within Telegram's individual file size limits, then reassembled transparently when you access them. Privacy is handled locally: all session credentials, encryption keys, and file metadata are stored on your own machine. There are no intermediate servers between you and Telegram. The application is currently optimized for macOS and is available as a downloadable installer. Setup involves installing the app, signing in to your Telegram account via QR code or phone number, and then connecting Finder to the local address the app provides. The roadmap includes Windows and Linux support, end-to-end encryption for stored files, and a search feature with document indexing. The technology stack includes a Rust backend for performance, a Tauri v2 and React desktop interface, a native MTProto implementation for Telegram communication, a custom WebDAV layer, and a local SQLite database for indexing. The app's core source code is kept in a private repository.

Copy-paste prompts

Prompt 1
Set up Folded Cloud to mount my Telegram account as a Finder drive
Prompt 2
Explain how Folded Cloud splits and reassembles large files to fit Telegram's limits
Prompt 3
Walk me through signing in to Folded Cloud with a QR code
Prompt 4
What data does Folded Cloud store locally versus send to Telegram?

Frequently asked questions

What is foldedcloud?

A macOS desktop app that mounts your Telegram account as a real network drive, giving you free cloud storage with no caps or fees.

What language is foldedcloud written in?

Mainly TypeScript. The stack also includes Rust, Tauri, React.

How hard is foldedcloud to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is foldedcloud for?

Mainly vibe coder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.