⚡ Powered by Cloudflare Workers
Download any file
instantly.
Paste any direct link. We auto-detect the file type, preview it, and download at full speed — no fuss.
0
Downloads
∞
File Size Limit
30+
Formats Supported
File Category
📄
Preview
FILE
—
Why FastDL?
Built on Cloudflare's global edge network for speed and reliability.
Smart Auto-Detection
Paste any URL and we instantly detect the file type from the extension, headers, or URL pattern.
Inline Preview
Images, GIFs, videos and audio play right in the browser before you download.
Edge-Accelerated
Downloads route through Cloudflare's 300+ data centers to reduce latency worldwide.
No Data Stored
We never log or store your files. Direct proxy, zero persistence.
Download History
Your recent downloads are saved locally in the browser for quick re-access.
30+ Formats
Archives, images, GIFs, video, audio, documents — and a catch-all for anything else.
Supported Formats
All common file types are supported out of the box.
Archives
.zip.rar.7z
.tar.gz.bz2
Images
.jpg.jpeg.png
.webp.bmp.svg
.tiff.ico
Video
.mp4.webm.mov
.avi.mkv.flv
.m4v
Audio
.mp3.wav.ogg
.m4a.flac.aac
GIF
.gif.apng
Documents
.pdf.docx.xlsx
.pptx.txt
FAQ
Common questions about FastDL.
What URLs work with auto-detect?
Any direct file URL works — with or without a file extension. If the URL has a known extension (.mp4, .png, .zip…) it's detected instantly on the client. For extension-less URLs (like
/download?id=123), the worker fires a real HEAD request to the server, reads the Content-Type and Content-Disposition headers, and classifies the file automatically. If even that fails, it will still try to stream and download whatever the server returns.Is there a file size limit?
No hard cap on our end. Cloudflare Workers can stream very large files. The real limit is the origin server's bandwidth and your own connection speed.
Why does a link fail?
The origin server may block non-browser requests, require authentication, or the link may have expired. Make sure you're using a direct, public download link.
Can I download from YouTube, Instagram, etc.?
No. This tool only handles direct file URLs. Social platforms use streaming manifests and authentication that require dedicated scrapers.
Is my data private?
Yes. We act as a transparent proxy only. URLs are not logged or stored on our servers. History is stored locally in your browser's localStorage only.