/Cloneable

The best free, open source, all-in-one website downloader tool for offline browsing, archiving, and backups.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cloneable

License

The all-in-one website downloader tool for offline browsing, archiving, backups, and more.

Screenshots

Screenshot Screenshot Screenshot

Downloads

Downloadable binaries are currently not available, but will be soon. For now, follow the steps in the Installation section.

Requirements

If you want to use your own version of wget, your system must have that installed and you must set that path in your settings. Binaries of wget is included with this software but they're not guaranteed to work properly on all systems.

Installation

To run Cloneable locally in development mode:

git clone git@github.com:CloneableApp/Cloneable.git
cd Cloneable
npm install
npm start

To get a working binary created in dist/:

npm install
npm postinstall # might be necessary
npm run app:dist

Information

Cloneable is a free and open source desktop application that can clone websites to your local computer automatically, with smart handling of links, images, files, stylesheets, and more, so sites load seamlessly for offline browsing.

It is built with Electron and React. Check the package.json for a list of all dependencies.

Behind the scenes, Cloneable relies heavily on wget.

TODO

  • Add dark mode
  • Add internationalization
  • Add pagination to Clones page
  • Add different format options to supply cookies (instead of just Netscape cookies.txt format)
  • Add ability to stop and continue Clones, saving progress

Getting Help

Feel free to open an issue here, or email me at cloneableapp@gmail.com.

❤️ Donating

If you would like to support development of this project, please consider donating. We currently prefer Ko-fi to accept donations. Here's our Ko-fi page.

License

Cloneable is released under the GNU General Public License v3.0.


For further information check cloneable.app