Skip to content

Commit 0bbe6e6

Browse files
authored
Merge pull request #3142 from PaulBoersma/master
download pages for version 6.4.58
2 parents ac28348 + e8e7181 commit 0bbe6e6

8 files changed

Lines changed: 33 additions & 33 deletions

docs/Welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<tr>
4848
<td bgcolor="#FFFFFF" colspan=2>
4949
<font size="+2"><b>Questions, problems, solutions:</b></font><br>
50-
&nbsp;&nbsp;&nbsp;1. Many problems can be solved by upgrading to <a href="manual/What_s_new_.html">version 6.4.56</a> of Praat.<br>
50+
&nbsp;&nbsp;&nbsp;1. Many problems can be solved by upgrading to <a href="manual/What_s_new_.html">version 6.4.58</a> of Praat.<br>
5151
&nbsp;&nbsp;&nbsp;2. Make sure you have read the <a href="manual/Intro.html">Intro</a> from Praat’s <b>Help</b> menu.<br>
5252
&nbsp;&nbsp;&nbsp;3. If that does not help, use the <b>Search</b> button in Praat’s manual window.<br>
5353
&nbsp;&nbsp;&nbsp;4. Or consult the <a href="manual/FAQ__Frequently_Asked_Questions_.html">Frequently Asked Questions</a> directly.<br>

docs/download_chrome.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@
5555
because a Linux edition for Intel64 processors is available from
5656
the download page that you are reading now. Here it is:</p>
5757
<dl>
58-
<dd><b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_chrome-intel64.tar.gz">praat6456_chrome-intel64.tar.gz</a></b> (23 January 2026; 31.3 MB)
58+
<dd><b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_chrome-intel64.tar.gz">praat6458_chrome-intel64.tar.gz</a></b> (25 January 2026; 31.3 MB)
5959
</dl>
6060
<p>If the next-to-last word is <b>aarch64</b> instead,
6161
this means that your Chromebook is powered by an ARM64 (i.e. 64-bit ARM) processor.
6262
Again, you are lucky, because a Linux edition for ARM64 processors is also available:</p>
6363
<dl>
64-
<dd><b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_chrome-arm64.tar.gz">praat6456_chrome-arm64.tar.gz</a></b> (23 January 2026; 30.0 MB)
64+
<dd><b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_chrome-arm64.tar.gz">praat6458_chrome-arm64.tar.gz</a></b> (25 January 2026; 30.0 MB)
6565
</dl>
6666

6767
<p>When you download one of these two files, it will appear in your <b>Downloads</b> folder,
6868
which is another folder under <b>My files</b> (if the file doesn’t download when you click on it,
6969
then try right-click and choose <b>Save link as...</b> in your browser).</p>
7070

71-
<p>Once the file praat6456_chrome-intel64.tar.gz or praat6456_chrome-arm64.tar.gz
71+
<p>Once the file praat6458_chrome-intel64.tar.gz or praat6458_chrome-arm64.tar.gz
7272
is in your <b>Downloads</b> folder, drag it from your <b>Downloads</b> folder to your <b>Linux files</b> folder.</p>
7373

74-
<p>After you confirm that your <b>Linux files</b> folder contains praat6456_chrome-intel64.tar.gz (or its ARM64 friend),
74+
<p>After you confirm that your <b>Linux files</b> folder contains praat6458_chrome-intel64.tar.gz (or its ARM64 friend),
7575
you are ready to install Praat via the Terminal. Thus, open your Terminal app again and type:</p>
7676
<code>
7777
&nbsp;&nbsp;&nbsp;ls -al
@@ -80,7 +80,7 @@
8080
the resulting list shows a number of hidden files, with names that start with “.”,
8181
but it should also show you the file that you downloaded, probably in a line like this:</p>
8282
<code>
83-
-rw-r--r-- 1 yourname yourname 14764270 Nov 7 09:52 praat6456_chrome-intel64.tar.gz
83+
-rw-r--r-- 1 yourname yourname 14764270 Nov 7 09:52 praat6458_chrome-intel64.tar.gz
8484
</code>
8585
<p>Here, 14764270 is the size of the file in bytes (i.e., the file is 14.7 MB big), “Nov 7 09:52” is the date and time
8686
at which the file was created (i.e. downloaded or copied), and “yourname” is the name
@@ -90,21 +90,21 @@
9090
so you have to uncompress it by typing the following command into the Terminal window
9191
(i.e. type the text, followed by Enter):</p>
9292
<code>
93-
&nbsp;&nbsp;&nbsp;gunzip praat6456_chrome-intel64.tar.gz
93+
&nbsp;&nbsp;&nbsp;gunzip praat6458_chrome-intel64.tar.gz
9494
</code>
9595
<p>After this command, do</p>
9696
<code>
9797
&nbsp;&nbsp;&nbsp;ls -al
9898
</code>
9999
<p>again, and you see that the file has been unpacked to something that is 55.2 MB big:</p>
100100
<code>
101-
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6456_chrome-intel64.tar
101+
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6458_chrome-intel64.tar
102102
</code>
103103
<p>This file is still not the Praat app. The extension <b>.tar</b> means that the file
104104
has been archived by <b>tar</b>,
105105
so you have to unpack it again with the following command:</p>
106106
<code>
107-
&nbsp;&nbsp;&nbsp;tar xvf praat6456_chrome-intel64.tar
107+
&nbsp;&nbsp;&nbsp;tar xvf praat6458_chrome-intel64.tar
108108
</code>
109109
<p>where <b> xvf</b> stands for eXtract - Verbose - File. After this command, do</p>
110110
<code>
@@ -115,7 +115,7 @@
115115
in the <b>Linux files</b> folder):</p>
116116
<code>
117117
-rwxr-xr-x 1 yourname yourname 55235168 Jan &nbsp;3 00:51 praat<br>
118-
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6456_chrome-intel64.tar
118+
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6458_chrome-intel64.tar
119119
</code>
120120
<p>You see that the file <b>praat</b> has the date and time at which it was originally
121121
created by the authors of Praat. The three little <i>x</i>es in <b>-rwxr-xr-x</b> mean
@@ -139,9 +139,9 @@
139139
<p>This is the name by which the <b>Linux files</b> folder is known to Linux!
140140
So they are the same folder, known under two different names,
141141
depending on whether you look from the ChromeOS side or from the Linux side.</p>
142-
<p>You no longer need the file praat6456_chrome-intel64.tar. You can throw it away by typing</p>
142+
<p>You no longer need the file praat6458_chrome-intel64.tar. You can throw it away by typing</p>
143143
<code>
144-
&nbsp;&nbsp;&nbsp;rm praat6456_chrome-intel64.tar
144+
&nbsp;&nbsp;&nbsp;rm praat6458_chrome-intel64.tar
145145
</code>
146146
<p>where <code>rm</code> stands for “remove”.</p>
147147

@@ -152,12 +152,12 @@
152152
<p>If instead of</p>
153153
<code>
154154
-rwxr-xr-x 1 yourname yourname 55235168 Jan &nbsp;3 00:51 praat<br>
155-
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6456_chrome-intel64.tar
155+
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6458_chrome-intel64.tar
156156
</code>
157157
<p>you see</p>
158158
<code>
159159
-rw-r--r-- 1 yourname yourname 55235168 Jan &nbsp;3 00:51 praat<br>
160-
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6456_chrome-intel64.tar
160+
-rw-r--r-- 1 yourname yourname 55200000 Jan &nbsp;3 00:51 praat6458_chrome-intel64.tar
161161
</code>
162162
<p>then the file <b>praat</b> is not executable, i.e. the command</p>
163163
<code>

docs/download_linux.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
To download, click on the compressed archive for your processor type:</p>
4040
<dl>
4141
<dd><b>normal edition</b> (for interactive work as well as scripting):<br>
42-
&nbsp;- for Intel64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_linux-intel64.tar.gz">praat6456_linux-intel64.tar.gz</a></b> (23 January 2026; 30.8 MB) &nbsp; <b><-- most commonly downloaded</b><br>
43-
&nbsp;- for ARM64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_linux-arm64.tar.gz">praat6456_linux-arm64.tar.gz</a></b> (23 January 2026; 29.5 MB)<br>
44-
&nbsp;- for s390x: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_linux-s390x.tar.gz">praat6456_linux-s390x.tar.gz</a></b> (23 January 2026; 30.5 MB)
42+
&nbsp;- for Intel64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-intel64.tar.gz">praat6458_linux-intel64.tar.gz</a></b> (25 January 2026; 30.8 MB) &nbsp; <b><-- most commonly downloaded</b><br>
43+
&nbsp;- for ARM64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-arm64.tar.gz">praat6458_linux-arm64.tar.gz</a></b> (25 January 2026; 29.5 MB)<br>
44+
&nbsp;- for s390x: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-s390x.tar.gz">praat6458_linux-s390x.tar.gz</a></b> (25 January 2026; 30.5 MB)
4545
<dd>&nbsp;
4646
<dd><b>barren server edition</b> (no GUI, no network, no sound, no graphics):<br>
47-
&nbsp;- for Intel64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_linux-intel64-barren.tar.gz">praat6456_linux-intel64-barren.tar.gz</a></b> (23 January 2026; 31.7 MB)<br>
48-
&nbsp;- for ARM64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_linux-arm64-barren.tar.gz">praat6456_linux-arm64-barren.tar.gz</a></b> (23 January 2026; 30.2 MB)<br>
49-
&nbsp;- for s390x: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_linux-s390x-barren.tar.gz">praat6456_linux-s390x-barren.tar.gz</a></b> (23 January 2026; 31.2 MB)
47+
&nbsp;- for Intel64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-intel64-barren.tar.gz">praat6458_linux-intel64-barren.tar.gz</a></b> (25 January 2026; 31.7 MB)<br>
48+
&nbsp;- for ARM64: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-arm64-barren.tar.gz">praat6458_linux-arm64-barren.tar.gz</a></b> (25 January 2026; 30.2 MB)<br>
49+
&nbsp;- for s390x: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-s390x-barren.tar.gz">praat6458_linux-s390x-barren.tar.gz</a></b> (25 January 2026; 31.2 MB)
5050
</dl>
5151
<p>Unpack with <b>gunzip</b> and <b>tar xvf</b>. This will create the executable file <b>praat</b>.
5252
You can remove the <b>tar</b> file.</p>

docs/download_mac.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>To download the latest version of the <b>MacOS</b> edition of <b>Praat</b>,
1010
click once on the following disk image file:</p>
1111
<dl>
12-
<dd>64-bit edition: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_mac.dmg">praat6456_mac.dmg</a></b> (23 January 2026; 46.1 MB)
12+
<dd>64-bit edition: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_mac.dmg">praat6458_mac.dmg</a></b> (25 January 2026; 46.1 MB)
1313
</dl>
1414
<p>This edition of Praat is tested to work correctly on at least the following MacOS versions,
1515
for both Intel64 and ARM64 (i.e. “Apple Silicon”) processors:</p>
@@ -26,7 +26,7 @@
2626
If your browser did not open the <b>.dmg</b> file,
2727
then you should double-click the <b>.dmg</b> file in the <b>Downloads</b> window (or in the <b>Downloads</b> folder in your home directory);
2828
after double-clicking you may see the program <b>Praat</b> or <b>Praat.app</b> directly,
29-
or you may see a disk icon called <b>Praat6456</b>, which when you open it will show you the program <b>Praat</b> or <b>Praat.app</b>.
29+
or you may see a disk icon called <b>Praat6458</b>, which when you open it will show you the program <b>Praat</b> or <b>Praat.app</b>.
3030
To install Praat, just drag the program <b>Praat</b> or <b>Praat.app</b> to your <b>Applications</b> folder (or anywhere else).</p>
3131

3232
<hr><h3>2. How to start</h3>
@@ -103,7 +103,7 @@
103103
<p>For details see <a href="manual/Scripting_6_9__Calling_from_the_command_line.html">Calling from the command line</a> in the Scripting manual.</p>
104104

105105
<hr><h3>7. Editions of Praat for older computers or operating system versions</h3>
106-
<p>On a modern computer you would use <a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_mac.dmg">Praat 6.4.56</a>, as suggested above.
106+
<p>On a modern computer you would use <a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_mac.dmg">Praat 6.4.58</a>, as suggested above.
107107
If that does not work on your computer, you can probably try an older version:</p>
108108
<ul>
109109
<li>On MacOS 10.11, 10.12, 10.13 or 10.14, try <a href="https://github.com/praat/praat/releases/download/v6.4.49/praat6449_mac.dmg">Praat 6.4.49</a> of 23 December 2025

docs/download_raspberrypi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<p>To download the latest version of the <b>Raspberry Pi</b> edition of <b>Praat</b>,
1111
click on one of the following compressed archives:</p>
1212
<ul>
13-
<li>32-bit edition (ARMv7 processor, e.g. the Pi 4B): <b><a href="https://github.com/praat/praat/releases/download/v6.4.51/praat6451_rpi-armv7.tar.gz">praat6451_rpi-armv7.tar.gz</a></b> (30 December 2025; 26.4 MB)
14-
<li>64-bit edition (ARM64/Aarch64 processor, e.g. the Pi 400): <b><a href="https://github.com/praat/praat/releases/download/v6.4.51/praat6451_linux-arm64.tar.gz">praat6451_linux-arm64.tar.gz</a></b> (30 December 2025; 29.5 MB; this is the general Linux ARM64 edition)
13+
<li>32-bit edition (ARMv7 processor, e.g. the Pi 4B): <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_rpi-armv7.tar.gz">praat6458_rpi-armv7.tar.gz</a></b> (25 January 2026; 26.4 MB)
14+
<li>64-bit edition (ARM64/Aarch64 processor, e.g. the Pi 400): <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_linux-arm64.tar.gz">praat6458_linux-arm64.tar.gz</a></b> (25 January 2026; 29.5 MB; this is the general Linux ARM64 edition)
1515
</ul>
1616
<p>Unpack with <b>gunzip</b> and <b>tar xvf</b>. This will create the executable file <b>praat</b>.
1717
You can remove the <b>tar</b> file.</p>

docs/download_win.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<p>To download the latest version of the <b>Windows</b> (10, 11...) edition of <b>Praat</b>,
1010
download one of the following zip folders to your desktop:</p>
1111
<dl>
12-
<dd>64-bit edition (also known as Intel64, AMD64, x86_64, x64...): <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_win-intel64.zip">praat6456_win-intel64.zip</a></b> (23 January 2026; 23.8 MB) &nbsp; <b>&lt;-- you probably want this</b>
13-
<dd>ARM64 edition: <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_win-arm64.zip">praat6456_win-arm64.zip</a></b> (23 January 2026; 21.8 MB)
14-
<dd>32-bit edition (also known as Intel32, IA-32, x86, i386, i686...): <b><a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_win-intel32.zip">praat6456_win-intel32.zip</a></b> (23 January 2026; 24.0 MB)
12+
<dd>64-bit edition (also known as Intel64, AMD64, x86_64, x64...): <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_win-intel64.zip">praat6458_win-intel64.zip</a></b> (25 January 2026; 23.8 MB) &nbsp; <b>&lt;-- you probably want this</b>
13+
<dd>ARM64 edition: <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_win-arm64.zip">praat6458_win-arm64.zip</a></b> (25 January 2026; 21.8 MB)
14+
<dd>32-bit edition (also known as Intel32, IA-32, x86, i386, i686...): <b><a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_win-intel32.zip">praat6458_win-intel32.zip</a></b> (25 January 2026; 24.0 MB)
1515
</dl>
1616

1717
<hr><h3>2. Which of the three editions do I need?</h3>
@@ -106,10 +106,10 @@
106106
<p>For details see <a href="manual/Scripting_6_9__Calling_from_the_command_line.html">Calling from the command line</a> in the Scripting manual.</p>
107107

108108
<hr><h3>8. Editions of Praat for older operating system versions</h3>
109-
<p>On a modern computer you would use <a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_win-intel64.zip">praat6456_win-intel64.zip</a>,
110-
or <a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_win-arm64.zip">praat6456_win-arm64.zip</a>, as suggested above.
109+
<p>On a modern computer you would use <a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_win-intel64.zip">praat6458_win-intel64.zip</a>,
110+
or <a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_win-arm64.zip">praat6458_win-arm64.zip</a>, as suggested above.
111111
If that does not work on your computer, you can probably use
112-
<a href="https://github.com/praat/praat/releases/download/v6.4.56/praat6456_win32.zip">praat6456_win32.zip</a> (as suggested above),
112+
<a href="https://github.com/praat/praat/releases/download/v6.4.58/praat6458_win32.zip">praat6458_win32.zip</a> (as suggested above),
113113
or try an older version:</p>
114114
<ul>
115115
<li>If you have Windows 7 or 8.1, try <a href="https://github.com/praat/praat/releases/download/v6.4.50/praat6450_win32.zip">praat6450_win32.zip</a> of 29 December 2025

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<tr>
4848
<td bgcolor="#FFFFFF" colspan=2>
4949
<font size="+2"><b>Questions, problems, solutions:</b></font><br>
50-
&nbsp;&nbsp;&nbsp;1. Many problems can be solved by upgrading to <a href="manual/What_s_new_.html">version 6.4.56</a> of Praat.<br>
50+
&nbsp;&nbsp;&nbsp;1. Many problems can be solved by upgrading to <a href="manual/What_s_new_.html">version 6.4.58</a> of Praat.<br>
5151
&nbsp;&nbsp;&nbsp;2. Make sure you have read the <a href="manual/Intro.html">Intro</a> from Praat’s <b>Help</b> menu.<br>
5252
&nbsp;&nbsp;&nbsp;3. If that does not help, use the <b>Search</b> button in Praat’s manual window.<br>
5353
&nbsp;&nbsp;&nbsp;4. Or consult the <a href="manual/FAQ__Frequently_Asked_Questions_.html">Frequently Asked Questions</a> directly.<br>

docs/praat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<tr>
4848
<td bgcolor="#FFFFFF" colspan=2>
4949
<font size="+2"><b>Questions, problems, solutions:</b></font><br>
50-
&nbsp;&nbsp;&nbsp;1. Many problems can be solved by upgrading to <a href="manual/What_s_new_.html">version 6.4.56</a> of Praat.<br>
50+
&nbsp;&nbsp;&nbsp;1. Many problems can be solved by upgrading to <a href="manual/What_s_new_.html">version 6.4.58</a> of Praat.<br>
5151
&nbsp;&nbsp;&nbsp;2. Make sure you have read the <a href="manual/Intro.html">Intro</a> from Praat’s <b>Help</b> menu.<br>
5252
&nbsp;&nbsp;&nbsp;3. If that does not help, use the <b>Search</b> button in Praat’s manual window.<br>
5353
&nbsp;&nbsp;&nbsp;4. Or consult the <a href="manual/FAQ__Frequently_Asked_Questions_.html">Frequently Asked Questions</a> directly.<br>

0 commit comments

Comments
 (0)