Downloads
Select a link to the right to download the Nitrogen 2.0 environment for your platform. Each download is a self-contained installation of Nitrogen that includes both Erlang and a web server. (In other words, you don't need to have Erlang installed to run this.)

You have a choice between three popular Erlang web servers:

  • Mochiweb - Erlang HTTP server developed by Bob Ippolito/MochiMedia.
  • Yaws - Erlang HTTP server developed by Claes "Klacke" Wikstrom.
  • Inets - Lightweight HTTP server built into Erlang.

Either Mochiweb or Yaws is recommended for production use. Whichever one you choose is up to personal preference, but Inets is not recommended for running in production because it does not yet include content-caching/expiration headers, which can cause slow loadtimes.

These packages were generated from Nitrogen source code by running make package_inets, make package_mochiweb, and make package_yaws.

Alternatively, if you plan on contributing to the Nitrogen source code, you can download the source tree from GitHub.

Nitrogen DocumentationView OnlineDocs are also included in platform downloads.

Linux Binaries Coming SoonNitrogen 2.0.2 for Linux on MochiwebNitrogen 2.0.2 for Linux on YawsNitrogen 2.0.2 for Linux on Inets
Windows Binaries Coming SoonNitrogen 2.0.2 for Windows on MochiwebNitrogen 2.0.2 for Windows on YawsNitrogen 2.0.2 for Windows on Inets
Copyright © 2008-2010 Rusty Klophaus. Released under the MIT License.