2
2
< html lang ="en ">
3
3
<!--[if lt IE 9]>
4
4
Your web browser is too old to be compatible with our download page. Please
5
- visit <a href="https://files.openscad.org">https://files.openscad.org</a>
5
+ visit <a href="https://files.openscad.org">https://files.openscad.org</a>
6
6
directly to download the file you wish to use. Thanks.
7
7
<![endif]-->
8
8
< head >
9
9
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
10
10
< title > OpenSCAD - Downloads</ title >
11
11
12
12
< link href ="assets/css/style.css " rel ="stylesheet ">
13
-
13
+
14
14
< link href ="assets/fonts/open-sans/all.css " rel ="stylesheet ">
15
15
16
16
< script src ="assets/js/jquery-1.9.1.min.js "> </ script >
44
44
for ( var fileid in fileinfo ) {
45
45
if ( fileid . indexOf ( "_URL" ) >= 0 ) {
46
46
$ ( "a[id=" + fileid + "]" ) . attr ( 'href' , fileinfo [ fileid ] ) ;
47
- } else {
47
+ } else {
48
48
$ ( "#" + fileid ) . text ( fileinfo [ fileid ] ) ;
49
49
}
50
50
}
@@ -98,7 +98,7 @@ <h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid
98
98
</ header >
99
99
100
100
< div id ="page-content ">
101
-
101
+
102
102
< div id ="sidebar " class ="sticky ">
103
103
< h1 > Downloads</ h1 >
104
104
< ul >
@@ -114,7 +114,7 @@ <h1>Downloads</h1>
114
114
< li > < a href ="#gnupg "> GnuPG Signature</ a > </ li >
115
115
</ ul >
116
116
</ div >
117
-
117
+
118
118
< article >
119
119
< section id ="osx ">
120
120
< h1 > macOS</ h1 >
@@ -454,7 +454,7 @@ <h3 id="MAC_SNAPSHOT_NAME">OpenSCAD</h3></a>
454
454
< div id ="snapshots-windows " class ="subsection ">
455
455
< h2 > Windows</ h2 >
456
456
457
- < p > System requirements: Windows 10 (64-bit), or newer, Intel system.</ p >
457
+ < p > System requirements: Windows 10 (64-bit), or newer, Intel/AMD system (ARM based systems are not supported) .</ p >
458
458
459
459
< div class ="left, download-button ">
460
460
< a id ="WIN64_SNAPSHOT_INSTALLER_URL " href ="https://files.openscad.org ">
@@ -477,16 +477,16 @@ <h3 id="WIN64_SNAPSHOT_ZIP_NAME">OpenSCAD</h3></a>
477
477
478
478
< div id ="snapshots-linux " class ="subsection ">
479
479
< h2 > Linux - AppImage</ h2 >
480
-
480
+
481
481
< p > Please try the automatically built snapshots first if you are running a
482
482
supported distribution (see < a href ="#snapshots-linux-distro "> below</ a > ), the
483
483
following AppImage builds are still experimental.</ p >
484
-
484
+
485
485
< p > The ARM 64-bit (aarch64) AppImage is built and tested only for
486
486
< a href ="https://www.raspberrypi.org/blog/latest-raspberry-pi-os-update-may-2020/ "> Raspberry PI OS 64-bit</ a >
487
487
(which may still be in < a href ="https://www.raspberrypi.org/forums/viewtopic.php?t=275370 "> beta test</ a > ).
488
488
</ p >
489
-
489
+
490
490
< div class ="left, download-button ">
491
491
< a id ="LIN64_SNAPSHOT_URL " href ="https://files.openscad.org ">
492
492
< h3 id ="LIN64_SNAPSHOT_NAME "> OpenSCAD</ h3 >
@@ -496,7 +496,7 @@ <h3 id="LIN64_SNAPSHOT_NAME">OpenSCAD</h3>
496
496
< small > < a id ="LIN64_SNAPSHOT_SHA256_URL " href =""> sha256</ a > </ small > -
497
497
< small > < a id ="LIN64_SNAPSHOT_SHA512_URL " href =""> sha512</ a > </ small >
498
498
</ div >
499
-
499
+
500
500
< div class ="download-button ">
501
501
< a id ="LIN_AARCH64_SNAPSHOT_URL " href ="https://files.openscad.org ">
502
502
< h3 id ="LIN_AARCH64_SNAPSHOT_NAME "> OpenSCAD</ h3 >
@@ -510,7 +510,7 @@ <h3 id="LIN_AARCH64_SNAPSHOT_NAME">OpenSCAD</h3>
510
510
511
511
< div id ="snapshots-snap " class ="subsection ">
512
512
< h2 > Linux - Snap</ h2 >
513
-
513
+
514
514
< div class ="store-button ">
515
515
< a href ="https://snapcraft.io/openscad-nightly ">
516
516
< img width ="200 " alt ="Get it from the Snap Store " src ="https://snapcraft.io/static/images/badges/en/snap-store-white.svg " />
@@ -605,27 +605,27 @@ <h2>Debian / Ubuntu packages built on <a href="https://build.opensuse.org/">Open
605
605
606
606
< p > After the key is added, the repository URL needs to be configured. This can be done by creating a new
607
607
file < b > /etc/apt/sources.list.d/openscad.list</ b > with the URL specific to the distribution.</ p >
608
-
608
+
609
609
< p > The repository links below are shown as < code > https</ code > , please check for your installation if
610
610
< code > https</ code > is supported. In Debian/Ubuntu this is usually handled by the
611
611
< code > apt-transport-https</ code > package. OBS also supports HTTP links, but it's recommended to use
612
612
< code > https</ code > whenever possible.</ p >
613
-
613
+
614
614
< h3 > Debian 11 (Bullseye)</ h3 >
615
615
< pre >
616
616
< small > < code > deb https://download.opensuse.org/repositories/home:/t-paul/Debian_11/ ./</ code > </ small >
617
617
</ pre >
618
-
618
+
619
619
< h3 > Debian 12 (Bookworm)</ h3 >
620
620
< pre >
621
621
< small > < code > deb https://download.opensuse.org/repositories/home:/t-paul/Debian_12/ ./</ code > </ small >
622
622
</ pre >
623
-
623
+
624
624
< h3 > Debian Testing</ h3 >
625
625
< pre >
626
626
< small > < code > deb https://download.opensuse.org/repositories/home:/t-paul/Debian_Testing/ ./</ code > </ small >
627
627
</ pre >
628
-
628
+
629
629
< h3 > Debian Unstable</ h3 >
630
630
< pre >
631
631
< small > < code > deb https://download.opensuse.org/repositories/home:/t-paul/Debian_Unstable/ ./</ code > </ small >
@@ -662,29 +662,29 @@ <h3>Ubuntu 24.04 (x86_64, aarch64)</h3>
662
662
</ pre >
663
663
664
664
< h2 > openSUSE packages built on < a href ="https://build.opensuse.org/ "> OpenSUSE build service</ a > </ h2 >
665
-
665
+
666
666
< h3 > openSUSE Leap 15.3 (64-bit only)</ h3 >
667
667
< pre >
668
668
< small > < code > https://download.opensuse.org/repositories/home:/t-paul/openSUSE_Leap_15.3/</ code > </ small >
669
669
</ pre >
670
-
670
+
671
671
< h3 > openSUSE Leap 15.4 (64-bit only)</ h3 >
672
672
< pre >
673
673
< small > < code > https://download.opensuse.org/repositories/home:/t-paul/openSUSE_Leap_15.4/</ code > </ small >
674
674
</ pre >
675
-
675
+
676
676
< h3 > openSUSE Tumbleweed</ h3 >
677
677
< pre >
678
678
< small > < code > https://download.opensuse.org/repositories/home:/t-paul/openSUSE_Tumbleweed/</ code > </ small >
679
679
</ pre >
680
-
680
+
681
681
< h2 > Fedora packages built on < a href ="https://build.opensuse.org/ "> OpenSUSE build service</ a > </ h2 >
682
-
682
+
683
683
< h3 > Fedora 34 (x86_64, armv7l, aarch64, ppc64le)</ h3 >
684
684
< pre >
685
685
< small > < code > https://download.opensuse.org/repositories/home:/t-paul/Fedora_34/</ code > </ small >
686
686
</ pre >
687
-
687
+
688
688
< h3 > Fedora 35 (x86_64, armv7l, aarch64, ppc64le)</ h3 >
689
689
< pre >
690
690
< small > < code > https://download.opensuse.org/repositories/home:/t-paul/Fedora_35/</ code > </ small >
@@ -704,7 +704,7 @@ <h3>Fedora Rawhide (x86_64, i586)</h3>
704
704
< pre >
705
705
< small > < code > https://download.opensuse.org/repositories/home:/t-paul/Fedora_Rawhide/</ code > </ small >
706
706
</ pre >
707
-
707
+
708
708
< h2 > Arch Linux</ h2 >
709
709
To install OpenSCAD from git on Arch Linux the
710
710
< a href ="https://aur.archlinux.org/packages/openscad-git/ "> openscad-git pkgbuild</ a >
@@ -736,7 +736,7 @@ <h1>Signature</h1>
736
736
</ div > <!--#page-content end-->
737
737
738
738
< footer >
739
-
739
+
740
740
</ footer >
741
741
</ div > <!--#page-wrap end-->
742
742
0 commit comments