Download

Download VisualWget

Download the latest VisualWget release!

Download - Version 2.6

A changelog from previous releases is also available.

Installing

Windows

  • Firstly make sure you have Microsoft .NET Framework 2.0, or higher, installed. (Most windows computers have this.)
  • Download VisualWget and extract the .zip file
  • Then run the .exe file and start VisualWgeting!

Linux

  • To use VisualWget on Linux, use wine. Linux downloads of wine are available here.
  • Download VisualWget and extract the .zip file
  • Then run the .exe file using wine and start VisualWgeting!

Mac

  • To use VisualWget on Mac, use wine. Mac downloads of wine are available here.
  • Download VisualWget and extract the .zip file
  • Then run the .exe file using wine and start VisualWgeting!

Build VisualWget Yourself

To build VisualWget, use Microsoft Visual Studio Express 2013 for Windows Desktop.

  • Install the software and once completed open “VisualWget.sln” file.

  • Via the menu bar choose “Build -> Build Solution”.

  • There should now be 2 directories, named “bin” and “obj”.

To build Wget, please use MinGW.

  • Make sure that MinWG has been added to your path.

  • Open cmd.exe from the Wget source tree (VisualWget/wget/wget-1.11.4-mingw/src, run

mingw32-make

If you want SSL support (recommended), run

mingw32-make SSL=1

There should now be a Wget.exe file.