The all-in-one website downloader tool for offline browsing, archiving, backups, and more.
Downloadable binaries are currently not available, but will be soon. For now, follow the steps in the Installation section.
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.
To run Cloneable locally in development mode:
git clone git@github.com:CloneableApp/Cloneable.git
cd Cloneable
nvm install
nvm use
npm install
npm start
To get a working binary created in dist/
:
nvm install
nvm use
npm install
npm postinstall # might be necessary
npm run app:dist
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.
- 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
Feel free to open an issue here, or email me at cloneableapp@gmail.com.
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.
Cloneable is released under the GNU General Public License v3.0.