accelerate your downloads

self-deployed download accelerator powered by cloudflare workers

unlimited downloads global cdn bypass restrictions self-hosted

frequently asked questions

what is anyflare?
anyflare is a self-deployed download accelerator that runs on cloudflare workers. it acts as a proxy to speed up downloads, bypass regional restrictions, and provide a more reliable download experience through cloudflare's global edge network.
how does it work?
when you enter a download url, anyflare creates a proxy link like your-domain.com/proxy/original-url. the cloudflare worker fetches the file from the original source and streams it to you through cloudflare's optimized network, potentially improving speed and reliability. It works on almost all hosts.
is it free to use?
anyflare itself is open source and free. however, you need to deploy it on your own cloudflare workers account. cloudflare workers has a generous free tier (100,000 requests/day), but heavy usage may incur costs based on cloudflare's pricing.
what file types are supported?
anyflare can proxy any file type - videos, archives, documents, software, etc. there are no restrictions on file types, only cloudflare workers' limits on request size and duration apply.
having issues or need help?
for bugs, feature requests, or deployment help, please open an issue on github.
is my data safe?
since you deploy anyflare on your own cloudflare account, you have full control over your instance. no data is stored permanently - files are streamed through the worker without being saved. always deploy from the official github repository.

deploy your own instance

get started with anyflare on cloudflare workers in under 2 minutes