comparison pages/download.md @ 288:2e13395adcc0

Major design change, footer, texts.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 29 May 2022 01:25:16 +0900
parents
children
comparison
equal deleted inserted replaced
287:7b528322279e 288:2e13395adcc0
1 ---
2 layout: page
3 title: Download
4 icon: <i class="fas fa-download"></i>
5 menu: true
6 permalink: download
7 ---
8
9 <div class="primary callout">
10 <i class="fas fa-info-circle" style="color:#1779ba;"></i>
11 <strong>GNU Octave 7.1.0</strong> is the latest stable release.
12 &nbsp;
13 (Release Notes:
14 <a href="{{ "/NEWS-7.html" | relative_url }}">7.1.0</a>)
15 </div>
16
17 <div class="button-group large expanded stacked-for-small">
18 <a class="button" href="#source"><i class="fas fa-code"></i> Source</a>
19 <a class="button" href="#linux"><i class="fab fa-linux"></i> GNU/Linux</a>
20 <a class="button" href="#bsd"><i class="fab fa-freebsd"></i> BSD</a>
21 <a class="button" href="#macos"><i class="fab fa-apple"></i> macOS</a>
22 <a class="button" href="#ms-windows"><i class="fab fa-windows"></i> MS Windows</a>
23 </div>
24
25
26 <p id="source">&nbsp;</p>
27
28 ### <i class="fas fa-code"></i> Source {#source2}
29
30 The latest released version of Octave is always available from
31
32 - https://ftp.gnu.org/gnu/octave
33 - ftp://ftp.gnu.org/gnu/octave
34
35 Please download from
36 [https://ftpmirror.gnu.org/octave](https://ftpmirror.gnu.org/octave),
37 which will redirect automatically to a nearby
38 [mirror site](https://www.gnu.org/order/ftp.html).
39
40
41 <p id="linux">&nbsp;</p>
42
43 ### <i class="fab fa-linux"></i> GNU/Linux {#linux2}
44
45 Packaged versions of Octave for GNU/Linux systems are provided by the
46 individual distributions described in the
47 [Octave wiki]({{ site.wiki_url }}/Category:Installation).
48 These packages are created by volunteers.
49 The delay between an Octave source release and the availability of a package
50 for a particular GNU/Linux distribution varies.
51
52 Alternatively,
53 there are some distribution independent installation methods for more recent
54 versions of GNU Octave described in the
55 [Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent).
56
57
58 <p id="bsd">&nbsp;</p>
59
60 ### <i class="fab fa-freebsd"></i> BSD {#bsd2}
61
62 Executable versions of Octave for BSD systems are provided by the individual
63 distributions.
64 Both [FreeBSD](https://www.freebsd.org/) and [OpenBSD](https://www.openbsd.org/)
65 have Octave packages.
66 These packages are created by volunteers and the Octave project has no control
67 over that process.
68
69
70 <p id="macos">&nbsp;</p>
71
72 ### <i class="fab fa-apple"></i> macOS {#macos2}
73
74 The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for
75 installing Octave on macOS systems.
76 Octave is also available in third-party package managers such as
77 [Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org).
78
79
80 <p id="ms-windows">&nbsp;</p>
81
82 ### <i class="fab fa-windows"></i> Microsoft Windows {#ms-windows2}
83
84 <div class="primary callout small" data-closable>
85 <b>Note:</b> All installers below bundle several <b>Octave packages</b>
86 so they don't have to be installed separately.
87 After installation type <code>pkg list</code> to list them.<br>
88 <a href="{{ site.wiki_url }}/Octave_for_Microsoft_Windows">Read more.</a>
89 <a href="#ms-windows" class="close-button" aria-label="Dismiss alert" type="button" data-close>
90 <span aria-hidden="true">&times;</span>
91 </a>
92 </div>
93
94 - Windows-64 (recommended)
95 - [octave-7.1.0-w64-installer.exe](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-installer.exe)
96 (~ 380 MB)
97 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-installer.exe.sig)
98 - [octave-7.1.0-w64.7z](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64.7z)
99 (~ 375 MB)
100 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64.7z.sig)
101 - [octave-7.1.0-w64.zip](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64.zip)
102 (~ 660 MB)
103 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64.zip.sig)
104
105 <p></p>
106
107 - Windows-32 (old computers)
108 - [octave-7.1.0-w32-installer.exe](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w32-installer.exe)
109 (~ 380 MB)
110 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w32-installer.exe.sig)
111 - [octave-7.1.0-w32.7z](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w32.7z)
112 (~ 375 MB)
113 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w32.7z.sig)
114 - [octave-7.1.0-w32.zip](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w32.zip)
115 (~ 650 MB)
116 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w32.zip.sig)
117
118 <p></p>
119
120 - Windows-64 (64-bit linear algebra for large data)
121 <br><small>
122 Unless your computer has more than ~32GB of memory
123 <strong>and</strong> you need to solve linear algebra problems
124 with arrays containing more than ~2 billion elements, this
125 version will offer no advantage over the recommended Windows-64
126 version above.
127 </small>
128
129 - [octave-7.1.0-w64-64-installer.exe](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-64-installer.exe)
130 (~ 380 MB)
131 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-64-installer.exe.sig)
132 - [octave-7.1.0-w64-64.7z](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-64.7z)
133 (~ 375 MB)
134 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-64.7z.sig)
135 - [octave-7.1.0-w64-64.zip](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-64.zip)
136 (~ 660 MB)
137 [[signature]](https://ftpmirror.gnu.org/octave/windows/octave-7.1.0-w64-64.zip.sig)
138
139 All Windows binaries with corresponding source code can be downloaded from
140 [https://ftpmirror.gnu.org/octave/windows/](https://ftpmirror.gnu.org/octave/windows/).