<% data = public.download._data %> <% dl = function(version, file) { %> <% return "https://github.com/BinaryMuse/planetary.js/releases/download/" + version + "/" + file; %> <% } %>

Download Planetary.js

Download the core Planetary.js library and supporting files here.

Up-to-the-minute releases, archived versions, and full release notes can be found on the GitHub releases page.

<% if (data.stable.latest) { %>

Latest Stable Build: <%= data.stable.latest.version %> (<%= data.stable.latest.name %>)

Release notes | GitHub tag

Core library: [ '>minified | '>unminified ]
Core library (no plugins): [ '>minified | '>unminified ]
Earth TopoJSON data ("land" and "countries" objects): [ '>download ]
Source code [ .zip | .tar.gz ]
<% } else { %>

No stable builds yet

<% } %> <% if (data.unstable.latest) { %>

Latest Unstable Build: <%= data.unstable.latest.version %>

Release notes | GitHub tag

Core library: [ '>minified | '>unminified ]
Core library (no plugins): [ '>minified | '>unminified ]
Earth TopoJSON data ("land" and "countries" objects): [ '>download ]
Source code [ .zip | .tar.gz ]
<% } else { %>

No unstable builds yet

<% } %>