|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link type="image/x-icon" rel="icon" href="../favicon.ico">
|
|
|
|
<link type="image/x-icon" rel="shortcut icon" href="../favicon.ico">
|
|
|
|
<link rel="stylesheet" href="../pipe.css">
|
|
|
|
<link rel="stylesheet" href="../sh_vim-dark.css">
|
|
|
|
<link rel="alternate"
|
|
|
|
type="application/rss+xml"
|
|
|
|
title="node blog"
|
|
|
|
href="http://feeds.feedburner.com/nodejs/123123123">
|
|
|
|
<title>node.js</title>
|
|
|
|
</head>
|
|
|
|
<body class="int" id="download-page">
|
|
|
|
<div id="intro" class="interior">
|
|
|
|
<a href="/" title="Go back to the home page">
|
|
|
|
<img id="logo" src="http://nodejs.org/images/logo.png" alt="node.js">
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div id="content" class="clearfix">
|
|
|
|
<div id="column2" class="interior">
|
|
|
|
<ul>
|
|
|
|
<li><a href="/" class="home">Home</a></li>
|
|
|
|
<li><a href="/download/" class="download current">Download</a></li>
|
|
|
|
<li><a href="/about/" class="about">About</a></li>
|
|
|
|
<li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
|
|
|
|
<li><a href="http://nodejs.org/api/" class="docs">Docs</a></li>
|
|
|
|
<li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
|
|
|
|
<li><a href="/community/" class="community">Community</a></li>
|
|
|
|
<li><a href="/logos/" class="logos">Logos</a></li>
|
|
|
|
<li><a href="http://jobs.nodejs.org/" class="jobs">Jobs</a></li>
|
|
|
|
</ul>
|
|
|
|
<p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
|
|
|
|
</div>
|
|
|
|
<div id="column1" class="interior row">
|
|
|
|
<div class="interior row">
|
|
|
|
<p>
|
|
|
|
Download the Node.js source code or a pre-built installer for your platform, and start developing today.
|
|
|
|
</p>
|
|
|
|
<p>Current version: <b>__VERSION__</b></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="interior row">
|
|
|
|
<div id="installers">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-x86.msi">
|
|
|
|
<img src="http://nodejs.org/images/platform-icon-win.png"
|
|
|
|
height=50 width=45 alt="">
|
|
|
|
Windows Installer
|
|
|
|
<small>node-__VERSION__-x86.msi</small>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__.pkg">
|
|
|
|
<img src="http://nodejs.org/images/platform-icon-osx.png"
|
|
|
|
height=50 width=45 alt="">
|
|
|
|
Macintosh Installer
|
|
|
|
<small>node-__VERSION__.pkg</small>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li id="source">
|
|
|
|
<a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__.tar.gz">
|
|
|
|
<img src="http://nodejs.org/images/platform-icon-generic.png"
|
|
|
|
height=50 width=45 alt="">
|
|
|
|
Source Code
|
|
|
|
<small>node-__VERSION__.tar.gz</small>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<table style="font-size:14px">
|
|
|
|
<tr>
|
|
|
|
<th>Windows Installer (.msi)</th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-x86.msi">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/x64/node-__VERSION__-x64.msi">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Windows Binary (.exe)</th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node.exe">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/x64/node.exe">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Mac OS X Installer (.pkg)</th>
|
|
|
|
<td colspan=2><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__.pkg">Universal</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Mac OS X Binaries (.tar.gz)</strong></th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-darwin-x86.tar.gz">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-darwin-x64.tar.gz">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<!-- TODO Uncomment when we have these
|
|
|
|
<tr>
|
|
|
|
<th>Linux Installer (.deb)</th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x86.deb">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x64.deb">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Linux Installer (.rpm)</th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x86.rpm">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x64.rpm">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Linux Binaries (.tar.gz)</th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x86.tar.gz">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-linux-x64.tar.gz">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>SunOS Binaries (.tar.gz)</th>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-x86.tar.gz">32-bit</a></td>
|
|
|
|
<td><a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__-sunos-x64.tar.gz">64-bit</a></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th>Source Code</th>
|
|
|
|
<td colspan=2>
|
|
|
|
<a href="http://nodejs.org/dist/__VERSION__/node-__VERSION__.tar.gz">node-__VERSION__.tar.gz</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<h2 style="margin-top:1em" id=other-info>Other Info</h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://nodejs.org/dist/__VERSION__/SHASUMS.txt">Shasums</a></li>
|
|
|
|
<li><a href="https://raw.github.com/joyent/node/__VERSION__/ChangeLog">Change Log</a></li>
|
|
|
|
|
|
|
|
<li><a href="http://nodejs.org/docs/__VERSION__/api/">Documentation</a></li>
|
|
|
|
|
|
|
|
<li><a href="https://github.com/joyent/node">Git Repository</a></li>
|
|
|
|
<li><a href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">Installing from package managers</a>
|
|
|
|
|
|
|
|
<li><a href="http://nodejs.org/dist/__VERSION__">Other release files</a></li>
|
|
|
|
<li><a href="http://nodejs.org/dist/">Other releases</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="interior row">
|
|
|
|
<h2 id="license">License</h2>
|
|
|
|
<p>
|
|
|
|
Node.js is released under the MIT
|
|
|
|
license, and bundles other liberally licensed OSS components.
|
|
|
|
<a
|
|
|
|
href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">Download the license</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|