Binary header

Mongoose Web Server Pre-built executable downloads

IMPORTANT: By downloading this binary, you accept the EULA.
If you do not agree to the terms of this EULA, DO NOT install or use the Mongoose binary.

Downloads below are automatically built from the open source Mongoose Library Github repository. You can review the automatic build process and build executables yourself. Source code: examples/http-server. Otherwise, you can download a pre-built executable following instructions below.

Pre-built executables contain NO malware or viruses. Executables are provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall Cesanta be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

  1. Right-click the download button
  2. "Save As" to folder you want to share
  3. Double-click on mongoose.exe
  1. Right-click the download button
  2. "Save As" to $HOME/mongoose
  3. Start terminal, chmod 0755 $HOME/mongoose
  4. $HOME/mongoose -d DIRECTORY_TO_SHARE
  1. Right-click the download button
  2. "Save As" to $HOME/mongoose
  3. Start terminal, chmod 0755 $HOME/mongoose
  4. $HOME/mongoose -d DIRECTORY_TO_SHARE
When the server is started, point your browser to http://localhost:8000.