The suggested way to obtain the latest version of WASS for Linux or Mac OSX is by cloning the project GitHub repository and compile it from sources.

Open a terminal in a directory of your choice and enter the following commands:

git clone https://github.com/fbergama/wass
cd wass
git submodule update --init

Read the Installation instructions for a step-by-step tutorial on how to build the source code depending on your system.

Windows binaries

For Microsoft Windows (64bit), you can also download a pre-built binary distribution (Tested on Windows 7 and Windows 10, Compiled with MSVC 2015):

Latest version (recommended):

Previous versions:

NOTE: Pre-built WASS distribution requires Visual C++ 2015 Redistributable x64

Fork me on GitHub