Skip to content

Commit 45f0d5c

Browse files
committed
Add link to macOS Apple silicon download
Still a work in progress, but now quite functional.
1 parent 14023aa commit 45f0d5c

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

_includes/fiji/download-links

+29-18
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,60 @@
33
<table>
44
<tbody>
55
<tr>
6-
<th colspan="3" style="font-size: large; text-align: center">~ Download Fiji for your OS ~</th>
6+
<th>&nbsp;</th>
7+
<th>Operating system</th>
8+
<th>Download links</th>
79
</tr>
810
911
<tr>
10-
<th rowspan="2"><img style="vertical-align:middle;" alt="Windows" src="/media/icons/windows.svg" width="24" height="24"></th>
11-
<td>Windows 64-bit</td>
12+
<th><img alt="Linux" src="/media/icons/linux.svg" width="24" height="24"></th>
13+
<td>Linux (64-bit)</td>
1214
<td>
13-
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-win64.zip">imagej.net (USA)</a>,
14-
<a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-win64.zip">micron.ox.ac.uk (European mirror)</a>
15+
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-linux64.zip">imagej.net (USA)</a>
16+
| <a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-linux64.zip">micron.ox.ac.uk (Europe)</a>
1517
</td>
1618
</tr>
19+
1720
<tr>
18-
<td>Windows 32-bit</td>
21+
<th><img alt="macOS" src="/media/icons/macos.png" width="24" height="24"></th>
22+
<td>macOS (Apple silicon)</td>
1923
<td>
20-
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-win32.zip">imagej.net (USA)</a>,
21-
<a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-win32.zip">micron.ox.ac.uk (European mirror)</a>
24+
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/future/fiji-future-macos-arm64.zip">imagej.net (USA)</a>
2225
</td>
2326
</tr>
2427
2528
<tr>
2629
<th><img alt="macOS" src="/media/icons/macos.png" width="24" height="24"></th>
27-
<td>macOS (x86_64)</td>
30+
<td>macOS (Intel)</td>
2831
<td>
29-
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-macosx.zip">imagej.net (USA)</a>,
30-
<a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-macosx.zip">micron.ox.ac.uk (European mirror)</a>
32+
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-macosx.zip">imagej.net (USA)</a>
33+
| <a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-macosx.zip">micron.ox.ac.uk (Europe)</a>
3134
</td>
3235
</tr>
3336
3437
<tr>
35-
<th><img alt="Linux" src="/media/icons/linux.svg" width="24" height="24"></th>
36-
<td>Linux (64-bit)</td>
38+
<th><img alt="Windows" src="/media/icons/windows.svg" width="24" height="24"></th>
39+
<td>Windows (64-bit)</td>
40+
<td>
41+
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-win64.zip">imagej.net (USA)</a>
42+
| <a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-win64.zip">micron.ox.ac.uk (Europe)</a>
43+
</td>
44+
</tr>
45+
<tr>
46+
<th><img alt="Windows" src="/media/icons/windows.svg" width="24" height="24"></th>
47+
<td>Windows (32-bit)</td>
3748
<td>
38-
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-linux64.zip">imagej.net (USA)</a>,
39-
<a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-linux64.zip">micron.ox.ac.uk (European mirror)</a>
49+
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-win32.zip">imagej.net (USA)</a>
50+
| <a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-win32.zip">micron.ox.ac.uk (Europe)</a>
4051
</td>
4152
</tr>
4253
4354
<tr>
44-
<th><img alt="Linux" src="/media/icons/fiji.png" width="24" height="24"></th>
55+
<th><img alt="no-JRE" src="/media/icons/fiji.png" width="24" height="24"></th>
4556
<td>No JRE</td>
4657
<td>
47-
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-nojre.zip">imagej.net (USA)</a>,
48-
<a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-nojre.zip">micron.ox.ac.uk (European mirror)</a>
58+
<a style="text-decoration: underline;" href="https://downloads.imagej.net/fiji/latest/fiji-nojre.zip">imagej.net (USA)</a>
59+
| <a style="text-decoration: underline;" href="https://downloads.micron.ox.ac.uk/fiji_update/mirrors/fiji-latest/fiji-nojre.zip">micron.ox.ac.uk (Europe)</a>
4960
</td>
5061
</tr>
5162
</tbody>

_pages/software/fiji/downloads.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Fiji is supported on the following systems:
1616

1717
However, Fiji (like ImageJ) should run on any system for which a Java 8 runtime is available (Solaris, Raspbian, etc.).
1818

19-
* MacOS Arm64 Note: The default MacOS download should run on Arm64 via the Rosetta translator (https://en.wikipedia.org/wiki/Rosetta_(software)) which may come at some performance cost. Alternatively you can install the no-JRE version which defaults to the Mac Java and will limit some native library functionality that does not yet have Arm64 support (https://forum.image.sc/t/fiji-clij-etc-native-on-apple-silicon-arm64-m1/53627/25).
20-
2119
# Installation
2220

2321
{% include warning/avoid-program-files %}

0 commit comments

Comments
 (0)