view download.md @ 184:171c46307031

Strip download tabbing from landing page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Jul 2020 13:11:04 +0900
parents e7efa40deb17
children 3a99431030c1
line wrap: on
line source

---
layout: page
title: Download
menu: true
---

<ul class="tabs">
  <li class="tab-title"><a href="#source">Source</a></li>
  <li class="tab-title"><a href="#linux">GNU/Linux</a></li>
  <li class="tab-title"><a href="#macos">macOS</a></li>
  <li class="tab-title"><a href="#bsd">BSD</a></li>
  <li class="tab-title"><a href="#ms-windows">MS Windows</a></li>
</ul>

<a name="source">
### Source

The latest released version of Octave is always available from

- https://ftp.gnu.org/gnu/octave
- ftp://ftp.gnu.org/gnu/octave

Please download from
[https://ftpmirror.gnu.org/octave](https://ftpmirror.gnu.org/octave),
which will redirect automatically to a nearby
[mirror site](https://www.gnu.org/order/ftp.html).


<a name="linux">
### GNU/Linux

Packaged versions of Octave for GNU/Linux systems are provided by the
individual distributions described in the
[Octave wiki]({{ site.wiki_url }}/Category:Installation).
These packages are created by volunteers.
The delay between an Octave source release and the availability of a package
for a particular GNU/Linux distribution varies.

Alternatively,
there are some distribution independent installation methods for more recent
versions of GNU Octave described in the
[Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent).


<a name="macos">
### macOS

The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for
installing Octave on macOS systems.
Octave is also available in third-party package managers such as
[Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org).


<a name="bsd">
### BSD

Executable versions of Octave for BSD systems are provided by the individual
distributions.
Both [FreeBSD](https://www.freebsd.org/) and [OpenBSD](https://www.openbsd.org/)
have Octave packages.
These packages are created by volunteers and the Octave project has no control
over that process.


<a name="ms-windows">
### Microsoft Windows

<div data-alert class="alert-box info radius">
<b>Note:</b> All installers below bundle several <b>Octave Forge packages</b>
so they don't have to be installed separately.
After installation type <code>pkg list</code> to list them.
<a href="{{ site.wiki_url }}/Octave_for_Microsoft_Windows">Read more.</a>
<a href="#" class="close">&times;</a>
</div>

- Windows-64 (recommended)
  - [octave-5.2.0_1-w64-installer.exe](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-installer.exe)
    (~ 300 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-installer.exe.sig)
  - [octave-5.2.0_1-w64.7z](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64.7z)
    (~ 300 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64.7z.sig)
  - [octave-5.2.0_1-w64.zip](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64.zip)
    (~ 530 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64.zip.sig)

<p></p>

- Windows-32 (old computers)
  - [octave-5.2.0_1-w32-installer.exe](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w32-installer.exe)
    (~ 275 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w32-installer.exe.sig)
  - [octave-5.2.0_1-w32.7z](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w32.7z)
    (~ 258 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w32.7z.sig)
  - [octave-5.2.0_1-w32.zip](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w32.zip)
    (~ 447 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w32.zip.sig)

<p></p>

- Windows-64 (64-bit linear algebra for large data)
  <br><small>
  Unless your computer has more than ~32GB of memory
  <strong>and</strong> you need to solve linear algebra problems
  with arrays containing more than ~2 billion elements, this
  version will offer no advantage over the recommended Windows-64
  version above.
  </small>

  - [octave-5.2.0_1-w64-64-installer.exe](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-64-installer.exe)
    (~ 286 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-64-installer.exe.sig)
  - [octave-5.2.0_1-w64-64.7z](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-64.7z)
    (~ 279 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-64.7z.sig)
  - [octave-5.2.0_1-w64-64.zip](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-64.zip)
    (~ 490 MB)
    [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-5.2.0_1-w64-64.zip.sig)

All Windows binaries with corresponding source code can be downloaded from
[https://ftpmirror.gnu.org/octave/windows/](https://ftpmirror.gnu.org/octave/windows/).