Is this legal?
Downloading pages you can already view in a browser is generally fine for personal use,
research, and archiving — it is what your browser's cache does, more thoroughly. What you do
with the copy is where the law lives: copyright, terms of service, and personal-data rules
still apply, and republishing someone's site is not okay just because you have a copy.
WebClone respects robots.txt by default and rate-limits its requests. Don't turn
either off without a reason you'd be comfortable explaining.
Does it work with JavaScript-rendered sites?
Partly. WebClone downloads the HTML the server sends, plus the scripts and stylesheets it
references. Sites that render content client-side from an API will save, but pages that fetch
their content at runtime won't have that content in the copy. Documentation sites, blogs,
wikis, marketing sites and most static-generated sites clone essentially perfectly.
Single-page apps that are entirely API-driven do not.
Can it get past a login?
No. WebClone doesn't handle authentication, and won't in v1.
How big will the folder be?
An average documentation site: 20–200 MB. A large media-heavy site: several GB. Set a page
cap before you start a site you don't know.
Will it get me blocked?
WebClone identifies itself honestly in every request —
WebClone/1.0 (+https://webclone.app; macOS) — waits between requests, and caps
concurrency at 4 by default. It does not disguise itself as a browser and does not rotate
identities. A crawler that announces itself can be allow-listed; one that hides can only be
blocked. Raise the limits only on sites you own.
Where do my files go?
Wherever you choose. WebClone asks once, remembers with a security-scoped bookmark, and
writes nowhere else. It is sandboxed — it cannot read the rest of your disk.
Do you collect anything?
No. No account, no sign-in, no analytics, no crash reporting to us, no cloud. The App Store
privacy label says "Data Not Collected" and the app's privacy manifest declares zero collected
data types. The only server WebClone contacts is the one you asked it to clone.
What happens if I stop paying?
Every archive you've already made is a folder on your disk. It keeps working forever, with
or without the app.
Does it sync across my Macs?
Not yet. Today, put your archive folder in iCloud Drive or Dropbox and it syncs like any
other folder.
Can it re-download a site to see what changed?
It can re-crawl to update today. Showing you a diff of exactly what changed is planned.