-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathdownloads.html
More file actions
773 lines (685 loc) · 34.2 KB
/
downloads.html
File metadata and controls
773 lines (685 loc) · 34.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<html lang="en">
<!--[if lt IE 9]>
Your web browser is too old to be compatible with our download page. Please
visit <a href="https://files.openscad.org">https://files.openscad.org</a>
directly to download the file you wish to use. Thanks.
<![endif]-->
<head>
<script src="assets/js/display-mode.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenSCAD - Downloads</title>
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/fonts/open-sans/all.css" rel="stylesheet">
<link href="assets/fontawesome/css/regular.css" rel="stylesheet">
<link href="assets/fontawesome/css/solid.min.css" rel="stylesheet">
<link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet">
<script src="assets/js/jquery-1.9.1.min.js"></script>
<!-- One-Page-Nav -->
<script src="assets/js/jquery.scrollTo.js"></script>
<!--waypoints-->
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/header.js"></script>
<script>
var fileinfo = {};
</script>
<script>
function setSnapshotFileInfo(key, name, size, url) {
fileinfo[key + "_NAME"] = name;
fileinfo[key + "_SIZE"] = size;
fileinfo[key + "_URL"] = url;
fileinfo[key + "_ASC_URL"] = url + ".asc";
fileinfo[key + "_SHA256_URL"] = url + ".sha256";
fileinfo[key + "_SHA512_URL"] = url + ".sha512";
}
jQuery(document).ready(function(){
for (var fileid in fileinfo) {
if (fileid.indexOf("_URL") >= 0) {
$("a[id="+fileid+"]").attr('href',fileinfo[fileid]);
} else {
$("#"+fileid).text(fileinfo[fileid]);
}
}
});
</script>
<script src="inc/releases.js"></script>
<script type="text/javascript" src="https://files.openscad.org/rc/.rc.js" onload="jQuery(function(){ jQuery('#rc').show(); jQuery('#nav-rc').show(); });"></script>
<script type="text/javascript" src="https://files.openscad.org/snapshots/.snapshots.js"></script>
</head>
<body>
<noscript>
<div style="text-align: center; background-color: #ffe8e8">
<p>Your browser has javascript disabled -- file links will go to a folder on <a href="https://files.openscad.org.">files.openscad.org</a></p>
<p>Please find your desired file inside the folder.</p>
</div>
</noscript>
<div id="page-wrap">
<header>
<div class="clear"></div>
<div id="logo" class="left"></div>
<div id="donate" class="right">
<a href="https://opencollective.com/openscad/donate" target="_blank">
<img src="assets/img/donate-opencollective.png" alt="Donate on Opencollective" width="200" height="33">
</a>
</div>
<div id="displayMode" class="right">
<div class="currentMode"><i class="fa fa-circle-half-stroke"></i> Theme</div>
<ul class="pickMode" style="display: none;">
<li class="system"><i class="fa fa-circle-half-stroke"></i> OS Default</li>
<li class="light"><i class="fa fa-sun"></i> Light</li>
<li class="dark"><i class="fa fa-moon"></i> Dark</li>
</ul>
</div>
<div id="title" style="margin-top:35px; width:620px;">
<h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1>
<h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid 3D CAD Modeller</h2>
</div>
<div id="navigation">
<div id="navigation-inner">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li class="current"><a href="downloads.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="libraries.html">Libraries</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="https://github.com/openscad/openscad/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</header>
<div id="page-content">
<div id="sidebar" class="sticky">
<h1>Downloads</h1>
<ul>
<li><a href="#osx">macOS</a></li>
<li><a href="#windows">Windows</a></li>
<li><a href="#linux">Linux</a></li>
<li><a href="#other-systems">Other Systems</a></li>
<li><a href="#source-code">Source Code</a></li>
<li id="nav-rc" style="display:none"><a href="#rc">Release Candidates</a></li>
<li><a href="#docker">Docker</a></li>
<li><a href="#snapshots">Development Snapshots</a></li>
<li><a href="#priorreleases">Prior Releases</a></li>
<li><a href="#gnupg">GnuPG Signature</a></li>
</ul>
</div>
<article>
<section-head>
<div class="link-grid">
<div class="link-button">
<a href="#osx"><i class="fas fa-box-open selected"></i></a>
<h1><a href="#osx">Releases</a></h1>
<p><small>Download the stable release version for your platform.</small></p>
</div>
<div class="link-button">
<a href="#snapshots"><i class="fas fa-shipping-fast selected"></i></a>
<h1><a href="#snapshots">Nightly Builds</a></h1>
<p><small>Try the nightly builds with all the new features and improvements. Enable the new Manifold geometry engine in Preferences for a huge performance boost.</small></p>
</div>
</div>
</section-head>
<section id="osx">
<h1>macOS</h1>
<div class="subsection">
<p>System requirements: OS X 10.9 or newer</p>
<div class="download-button">
<a id="MAC_RELEASE_URL" href="https://files.openscad.org">
<h3 id="MAC_RELEASE_NAME">OpenSCAD</h3></a>
<small>64 bit Intel - dmg package - </small><small id="MAC_RELEASE_SIZE">?? MB</small><br>
<small><a id="MAC_RELEASE_SHA256_URL" href="">sha256</a></small> -
<small><a id="MAC_RELEASE_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div class="subsection">
<p>OpenSCAD is also available on <a href="https://www.macports.org/" target="_blank">MacPorts</a> (<a href="https://ports.macports.org/port/openscad/summary">check version</a>):</p>
<pre>
<code>$ sudo port install openscad</code>
</pre>
</div>
<div class="subsection">
<p>OpenSCAD is also available on <a href="https://brew.sh/" target="_blank">Homebrew</a> (<a href="https://formulae.brew.sh/cask/openscad#default">check version</a>):</p>
<pre>
<code>$ brew install openscad@snapshot</code>
</pre>
</div>
</section>
<section id="windows">
<h1>Windows</h1>
<p>System requirements: Windows 7 or newer on x86 32/64 bit</p>
<div class="left, download-button">
<a id="WIN32_RELEASE_INSTALLER_URL" href="https://files.openscad.org">
<h3 id="WIN32_RELEASE_INSTALLER_NAME">OpenSCAD</h3></a>
<small>x86 (32-bit) - exe installer - </small><small id="WIN32_RELEASE_INSTALLER_SIZE">?? MB</small><br>
<small><a id="WIN32_RELEASE_INSTALLER_ASC_URL" href="">asc</a></small> -
<small><a id="WIN32_RELEASE_INSTALLER_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN32_RELEASE_INSTALLER_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="WIN32_RELEASE_ZIP_URL" href="https://files.openscad.org">
<h3 id="WIN32_RELEASE_ZIP_NAME">OpenSCAD</h3></a>
<small>x86 (32-bit) - zip package - </small><small id="WIN32_RELEASE_ZIP_SIZE">?? MB</small><br>
<small><a id="WIN32_RELEASE_ZIP_ASC_URL" href="">asc</a></small> -
<small><a id="WIN32_RELEASE_ZIP_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN32_RELEASE_ZIP_SHA512_URL" href="">sha512</a></small>
</div>
<br clear="both"/>
<div class="left, download-button">
<a id="WIN64_RELEASE_INSTALLER_URL" href="https://files.openscad.org">
<h3 id="WIN64_RELEASE_INSTALLER_NAME">OpenSCAD</h3></a>
<small>x86 (64-bit) - exe installer - </small><small id="WIN64_RELEASE_INSTALLER_SIZE">?? MB</small><br>
<small><a id="WIN64_RELEASE_INSTALLER_ASC_URL" href="">asc</a></small> -
<small><a id="WIN64_RELEASE_INSTALLER_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN64_RELEASE_INSTALLER_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="WIN64_RELEASE_ZIP_URL" href="https://files.openscad.org">
<h3 id="WIN64_RELEASE_ZIP_NAME">OpenSCAD</h3></a>
<small>x86 (64-bit) - zip package - </small><small id="WIN64_RELEASE_ZIP_SIZE">?? MB</small><br>
<small><a id="WIN64_RELEASE_ZIP_ASC_URL" href="">asc</a></small> -
<small><a id="WIN64_RELEASE_ZIP_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN64_RELEASE_ZIP_SHA512_URL" href="">sha512</a></small>
</div>
<div class="subsection">
<p>OpenSCAD is also through <a href="https://learn.microsoft.com/windows/package-manager/winget/" target="_blank">WinGet</a>:</p>
<pre>
<code>$ winget install --id=OpenSCAD.OpenSCAD -e</code>
</pre>
</div>
</section>
<section id="linux">
<h1>Linux</h1>
<div id="ubuntu" class="subsection">
<h2>Debian / Ubuntu / Kubuntu</h2>
<p>OpenSCAD is available in the repositories of most recent distributions.</p>
<pre>
<code>$ sudo apt-get install openscad</code>
</pre>
<!--
<h3>For Ubuntu users:</h3>
<p>To update to the latest release add the following
<a href="https://launchpad.net/~openscad/+archive/ubuntu/releases">PPA</a> before installing OpenSCAD:</p>
<pre>
<code>$ sudo add-apt-repository ppa:openscad/releases</code>
<code>$ sudo apt-get update</code>
</pre>
-->
</div>
<div id="fedora" class="subsection">
<h2>Fedora</h2>
<p>OpenSCAD is available in Fedora official repositories. To install, run the following command:</p>
<pre>
<code># yum install openscad</code>
</pre>
<p>If you want the MCAD library:</p>
<pre>
<code># yum install openscad-MCAD</code>
</pre>
</div>
<div id="opensuse" class="subsection">
<h2>openSUSE</h2>
<p>OpenSCAD is available from <a href="https://software.opensuse.org/download.html?project=graphics&package=openscad" target="_blank">software.opensuse.org</a></p>
</div>
<div id="arch" class="subsection">
<h2>Arch Linux</h2>
<pre>
<code># pacman -S openscad</code>
</pre>
</div>
<div id="other-linux" class="subsection">
<h2>Other Linux</h2>
<div class="download-button">
<a id="LIN64_RELEASE_URL" href="https://files.openscad.org">
<h3 id="LIN64_RELEASE_NAME">OpenSCAD</h3></a>
<small>x86 (64-bit) - AppImage - </small><small id="LIN64_RELEASE_SIZE">?? MB</small><br>
<small><a id="LIN64_RELEASE_ASC_URL" href="">asc</a></small> -
<small><a id="LIN64_RELEASE_SHA256_URL" href="">sha256</a></small> -
<small><a id="LIN64_RELEASE_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="ARM64_RELEASE_URL" href="https://files.openscad.org">
<h3 id="ARM64_RELEASE_NAME">OpenSCAD</h3></a>
<small>ARM (64-bit) - AppImage - </small><small id="ARM64_RELEASE_SIZE">?? MB</small><br>
<small><a id="ARM64_RELEASE_ASC_URL" href="">asc</a></small> -
<small><a id="ARM64_RELEASE_SHA256_URL" href="">sha256</a></small> -
<small><a id="ARM64_RELEASE_SHA512_URL" href="">sha512</a></small>
</div>
<h2>App Stores</h2>
<div class="store-button">
<a href="https://snapcraft.io/openscad">
<img width="200" alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-white.svg" />
</a>
</div>
<br/>
<div class="store-button">
<a href="https://flathub.org/apps/details/org.openscad.OpenSCAD">
<img width="200" alt="Download on Flathub" src="https://flathub.org/assets/badges/flathub-badge-i-en.svg"/>
</a>
</div>
</div>
</section>
<section id="bsd">
<h1>BSD</h1>
<div id="netbsd" class="subsection">
<h2>NetBSD (>=6.1)</h2>
<p><a href="https://pkgin.net/">Set up pkgin</a> and run this command:</p>
<pre>
<code># pkgin install openscad</code>
</pre>
</div>
<div id="freebsd" class="subsection">
<h2>FreeBSD (>=10)</h2>
<pre>
<code># pkg install openscad</code>
</pre>
</div>
<div id="openbsd" class="subsection">
<h2>OpenBSD</h2>
<p>OpenSCAD is available for amd64, i386 and macppc in OpenBSD packages:</p>
<pre>
<code># pkg_add openscad</code>
</pre>
</div>
</section>
<section id="other-systems">
<h1>Other Systems</h1>
<p>It's possible to build OpenSCAD on other systems as long as a C++ compiler and the prerequisite software libraries are available.</p>
</section>
<section id="source-code">
<div style="position: relative;">
<!-- Github Corner: https://github.com/tholman/github-corners (MIT License) -->
<a href="https://github.com/openscad/openscad" class="github-ribbon" aria-label="View source on GitHub">
<svg width="100" height="100" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path>
</svg>
</a>
</div>
<h1>Source Code</h1>
<div class="download-button">
<a id="SRC_RELEASE_URL" href="https://files.openscad.org">
<h3 id="SRC_RELEASE_NAME">OpenSCAD</h3></a>
<small>source code - tgz archive - </small><small id="SRC_RELEASE_SIZE">?? MB</small><br>
<small><a id="SRC_RELEASE_ASC_URL" href="">asc</a></small> -
<small><a id="SRC_RELEASE_SHA256_URL" href="">sha256</a></small> -
<small><a id="SRC_RELEASE_SHA512_URL" href="">sha512</a></small>
</div>
<p>You can also access the latest source code on github: <a href="https://github.com/openscad/openscad" target="_blank">openscad/openscad on github</a></p>
</section>
<section id="rc" style="display:none">
<h1>Release Candidates</h1>
<p>Release Candidates are builds that contain all features that will be included in the next release and are intended
to reach a wider audience for testing before the final release.
<p>
<p>The Binaries are signed with <a href="#gnupg">GnuPG</a></p>
<ul>
<li>The OpenSCAD Developers <dev@openscad.org></li>
<li>Key ID: <a href="http://keys.gnupg.net/pks/lookup?search=0x8af822a975097442&fingerprint=on&op=index">0x8AF822A975097442</a></li>
<li>Fingerprint: <code>B3C9 4B42 50DC 097E 9FFF 8177 8AF8 22A9 7509 7442</code></li>
</ul>
<div id="rc-osx" class="subsection">
<h2>macOS</h2>
<div class="left, download-button">
<a id="MAC_RC_URL" href="https://files.openscad.org">
<h3 id="MAC_RC_NAME">OpenSCAD</h3>
</a>
<small>64 bit Intel - dmg package - </small><small id="MAC_RC_SIZE">?? MB</small><br>
<small><a id="MAC_RC_ASC_URL" href="">asc</a></small> -
<small><a id="MAC_RC_SHA256_URL" href="">sha256</a></small> -
<small><a id="MAC_RC_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="rc-windows" class="subsection">
<h2>Windows</h2>
<div class="left, download-button">
<a id="WIN32_RC_INSTALLER_URL" href="https://files.openscad.org">
<h3 id="WIN32_RC_INSTALLER_NAME">OpenSCAD</h3>
</a>
<small>x86 (32-bit) - exe installer - </small><small id="WIN32_RC_INSTALLER_SIZE">?? MB</small><br>
<small><a id="WIN32_RC_INSTALLER_ASC_URL" href="">asc</a></small> -
<small><a id="WIN32_RC_INSTALLER_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN32_RC_INSTALLER_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="WIN32_RC_ZIP_URL" href="https://files.openscad.org">
<h3 id="WIN32_RC_ZIP_NAME">OpenSCAD</h3>
</a>
<small>x86 (32-bit) - zip package - </small><small id="WIN32_RC_ZIP_SIZE">?? MB</small><br>
<small><a id="WIN32_RC_ZIP_ASC_URL" href="">asc</a></small> -
<small><a id="WIN32_RC_ZIP_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN32_RC_ZIP_SHA512_URL" href="">sha512</a></small>
</div>
<br>
<div class="left, download-button">
<a id="WIN64_RC_INSTALLER_URL" href="https://files.openscad.org">
<h3 id="WIN64_RC_INSTALLER_NAME">OpenSCAD</h3>
</a>
<small>x86 (64-bit) - exe installer - </small><small id="WIN64_RC_INSTALLER_SIZE">?? MB</small><br>
<small><a id="WIN64_RC_INSTALLER_ASC_URL" href="">asc</a></small> -
<small><a id="WIN64_RC_INSTALLER_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN64_RC_INSTALLER_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="WIN64_RC_ZIP_URL" href="https://files.openscad.org">
<h3 id="WIN64_RC_ZIP_NAME">OpenSCAD</h3>
</a>
<small>x86 (64-bit) - zip package - </small><small id="WIN64_RC_ZIP_SIZE">?? MB</small><br>
<small><a id="WIN64_RC_ZIP_ASC_URL" href="">asc</a></small> -
<small><a id="WIN64_RC_ZIP_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN64_RC_ZIP_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="rc-linux" class="subsection">
<h2>Linux - AppImage</h2>
<div class="left, download-button">
<a id="LIN64_RC_URL" href="https://files.openscad.org">
<h3 id="LIN64_RC_NAME">OpenSCAD</h3>
</a>
<small>x86 (64-bit) - AppImage - </small><small id="LIN64_RC_SIZE">?? MB</small><br>
<small><a id="LIN64_RC_ASC_URL" href="">asc</a></small> -
<small><a id="LIN64_RC_SHA256_URL" href="">sha256</a></small> -
<small><a id="LIN64_RC_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="ARM64_RC_URL" href="https://files.openscad.org">
<h3 id="ARM64_RC_NAME">OpenSCAD</h3>
</a>
<small>ARM (64-bit) - AppImage - </small><small id="ARM64_RC_SIZE">?? MB</small><br>
<small><a id="ARM64_RC_ASC_URL" href="">asc</a></small> -
<small><a id="ARM64_RC_SHA256_URL" href="">sha256</a></small> -
<small><a id="ARM64_RC_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="rc-source" class="subsection">
<h2>Source Code</h2>
<div class="left, download-button">
<a id="SRC_RC_URL" href="https://files.openscad.org">
<h3 id="SRC_RC_NAME">OpenSCAD</h3>
</a>
<small>source code - tgz archive - </small><small id="SRC_RC_SIZE">?? MB</small><br />
<small><a id="SRC_RC_ASC_URL" href="">asc</a></small> -
<small><a id="SRC_RC_SHA256_URL" href="">sha256</a></small> -
<small><a id="SRC_RC_SHA512_URL" href="">sha512</a></small>
</div>
</div>
</section>
<section id="docker">
<h1>Docker</h1>
<img alt="Docker Logo" style="margin-bottom: 2em" src="assets/img/docker-horizontal-logo-monochromatic-white.png" width="200">
<p>
Docker images are provided at <a href="https://hub.docker.com/">Docker Hub</a> in the
<a href="https://hub.docker.com/r/openscad/openscad/tags">openscad/openscad</a> repository.
</p>
<p>
<ul>
<li>Release 2021.01, based on Debian Buster</li>
<li>Release 2019.05, based on Debian Buster</li>
<li>Release 2015.03, based on Debian Stretch</li>
<li>Development snapshot, based on Debian Bookworm</li>
</ul>
</p>
<p>
Images are currently available for platforms <code>linux/amd64</code> and <code>linux/arm64</code>.
</p>
<p>
For more details see the <a href="https://hub.docker.com/r/openscad/openscad">overview page</a> on Docker Hub.
</p>
</section>
<section id="snapshots">
<h1>Development Snapshots</h1>
<div id="snapshots-osx" class="subsection">
<h2 class="link-hover">macOS<span> <a class="section-link" href="#snapshots-osx">§</a></span></h2>
<p>System requirements: macOS 11 "Big Sur" or newer, universal build supporting Intel and Apple Silicon systems.</p>
<div class="left, download-button">
<a id="MAC_SNAPSHOT_URL" href="https://files.openscad.org">
<h3 id="MAC_SNAPSHOT_NAME">OpenSCAD</h3></a>
<small>64 bit Universal - dmg package - </small><small id="MAC_SNAPSHOT_SIZE">?? MB</small><br>
<small><a id="MAC_SNAPSHOT_SHA256_URL" href="">sha256</a></small> -
<small><a id="MAC_SNAPSHOT_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="snapshots-windows" class="subsection">
<h2 class="link-hover">Windows<span> <a class="section-link" href="#snapshots-windows">§</a></span></h2>
<p>System requirements: Windows 10 (64-bit), or newer, Intel/AMD system (ARM based systems are not supported).</p>
<div class="left, download-button">
<a id="WIN64_SNAPSHOT_INSTALLER_URL" href="https://files.openscad.org">
<h3 id="WIN64_SNAPSHOT_INSTALLER_NAME">OpenSCAD</h3></a>
<small>x86 (64-bit) - exe installer - </small><small id="WIN64_SNAPSHOT_INSTALLER_SIZE">?? MB</small><br>
<!-- <small><a id="WIN64_SNAPSHOT_INSTALLER_ASC_URL" href="">asc</a></small> - -->
<small><a id="WIN64_SNAPSHOT_INSTALLER_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN64_SNAPSHOT_INSTALLER_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="WIN64_SNAPSHOT_ZIP_URL" href="https://files.openscad.org">
<h3 id="WIN64_SNAPSHOT_ZIP_NAME">OpenSCAD</h3></a>
<small>x86 (64-bit) - zip package - </small><small id="WIN64_SNAPSHOT_ZIP_SIZE">?? MB</small><br>
<!-- <small><a id="WIN64_SNAPSHOT_ZIP_ASC_URL" href="">asc</a></small> - -->
<small><a id="WIN64_SNAPSHOT_ZIP_SHA256_URL" href="">sha256</a></small> -
<small><a id="WIN64_SNAPSHOT_ZIP_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="snapshots-linux" class="subsection">
<h2 class="link-hover">Linux - AppImage<span> <a class="section-link" href="#snapshots-linux">§</a></span></h2>
<p>The ARM 64-bit (aarch64) AppImage is built and tested only for
<a href="https://www.raspberrypi.org/blog/latest-raspberry-pi-os-update-may-2020/">Raspberry PI OS 64-bit</a>
(which may still be in <a href="https://www.raspberrypi.org/forums/viewtopic.php?t=275370">beta test</a>).
</p>
<div class="left, download-button">
<a id="LIN64_SNAPSHOT_URL" href="https://files.openscad.org">
<h3 id="LIN64_SNAPSHOT_NAME">OpenSCAD</h3>
</a>
<small>x86 (64-bit) - AppImage - </small><small id="LIN64_SNAPSHOT_SIZE">?? MB</small><br>
<!-- <small><a id="LIN64_SNAPSHOT_ASC_URL" href="">asc</a></small> - -->
<small><a id="LIN64_SNAPSHOT_SHA256_URL" href="">sha256</a></small> -
<small><a id="LIN64_SNAPSHOT_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="LIN_AARCH64_SNAPSHOT_URL" href="https://files.openscad.org">
<h3 id="LIN_AARCH64_SNAPSHOT_NAME">OpenSCAD</h3>
</a>
<small>ARM (64-bit) - AppImage - </small><small id="LIN_AARCH64_SNAPSHOT_SIZE">?? MB</small><br>
<!-- <small><a id="LIN_AARCH64_SNAPSHOT_ASC_URL" href="">asc</a></small> - -->
<small><a id="LIN_AARCH64_SNAPSHOT_SHA256_URL" href="">sha256</a></small> -
<small><a id="LIN_AARCH64_SNAPSHOT_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="snapshots-snap" class="subsection">
<h2 class="link-hover">Linux - Snap<span> <a class="section-link" href="#snapshots-snap">§</a></span></h2>
<div class="store-button">
<a href="https://snapcraft.io/openscad-nightly">
<img width="200" alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-white.svg" />
</a>
</div>
<p>Or install with</p>
<pre>
<small><code># snap install openscad-nightly</code></small>
</pre>
<p>To use Gamepads or supported 3D Mouse devices (like the SpaceMouse series
from 3D Connexion) the following command is needed to allow the snap package
access to the joystick interface.</p>
<pre>
<small><code># snap connect openscad:joystick snapd:joystick</code></small>
</pre>
</div>
<div id="snapshots-flatpak" class="subsection">
<h2 class="link-hover">Linux - Flatpak<span> <a class="section-link" href="#snapshots-flatpak">§</a></span></h2>
<div class="store-button">
<a href="https://github.com/flathub/org.openscad.OpenSCAD/blob/master/README.md#beta-versions">
<img border="1" width="200" alt="Get from flathub beta repository" src="images/flatpak-logo-horizontal-black.svg" />
</a>
</div>
<br clear="all">
<p>Note that this is not automatically updated as with most other nightly builds, but
instead is manually selected builds.</p>
<p>Setup beta repository</p>
<pre>
<small><code># flatpak remote-add --user --if-not-exists flathub-beta \</code></small>
<small><code> https://flathub.org/beta-repo/flathub-beta.flatpakrepo</code></small>
</pre>
<p>Install OpenSCAD beta version</p>
<pre>
<small><code># flatpak install --user flathub-beta org.openscad.OpenSCAD</code></small>
</pre>
</div>
<div id="snapshots-WASM" class="subsection">
<h2 class="link-hover">WebAssembly<span> <a class="section-link" href="#snapshots-WASM">§</a></span></h2>
<img alt="WebAssembly Logo" style="margin-bottom: 2em" src="assets/img/web-assembly-icon-64px.png">
<p>Many thanks to Dominick (<a href="https://github.com/DSchroer">DSchroer</a>) for making this
possible. Build instructions and examples can be found in the
<a href="https://github.com/DSchroer/openscad-wasm">openscad-wasm</a> repository on github</p>
<p>The ZIP package contains an experimental build based on this work for
<a href="https://webassembly.org/">WebAssembly</a> allowing OpenSCAD to run inside a web browser.
Right now it's a bit slow and there's no support for preview, fonts or a built-in GUI. Some of
those things will hopefully be supported or improved soon, however GUI support is unlikely to
be added.</p>
<p>Try it out at <a href="https://ochafik.com/openscad">https://ochafik.com/openscad</a> or start with a
slightly bigger <a href="https://tinyurl.com/262hkuu7">example</a>.</p>
<div class="left, download-button">
<a id="WASM_WEB_SNAPSHOT_URL" href="https://files.openscad.org">
<h3 id="WASM_WEB_SNAPSHOT_NAME">OpenSCAD</h3>
</a>
<small>WebAssembly - WEB package - </small><small id="WASM_WEB_SNAPSHOT_SIZE">?? MB</small><br>
<small><a id="WASM_WEB_SNAPSHOT_ASC_URL" href="">asc</a></small> -
<small><a id="WASM_WEB_SNAPSHOT_SHA256_URL" href="">sha256</a></small> -
<small><a id="WASM_WEB_SNAPSHOT_SHA512_URL" href="">sha512</a></small>
</div>
<div class="download-button">
<a id="WASM_NODE_SNAPSHOT_URL" href="https://files.openscad.org">
<h3 id="WASM_NODE_SNAPSHOT_NAME">OpenSCAD</h3>
</a>
<small>WebAssembly - NODE package - </small><small id="WASM_NODE_SNAPSHOT_SIZE">?? MB</small><br>
<small><a id="WASM_NODE_SNAPSHOT_ASC_URL" href="">asc</a></small> -
<small><a id="WASM_NODE_SNAPSHOT_SHA256_URL" href="">sha256</a></small> -
<small><a id="WASM_NODE_SNAPSHOT_SHA512_URL" href="">sha512</a></small>
</div>
</div>
<div id="snapshots-linux-distro" class="subsection">
<h2>Linux - Distribution Packages</h2>
<p>The packages are automatically built based on the
<a href="https://github.com/openscad/openscad/tree/master">master branch</a> on github.</p>
<p>Note: The packages are called "<b>openscad-nightly</b>" so it's possible to
install the development snapshot packages in parallel to the release version
from the official repositories.</p>
<h2>Debian / Ubuntu packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
<p>The <a href="https://build.opensuse.org/projects/home:t-paul/signing_keys">release key</a> must be added to
the apt key-ring so apt-get, apt and other tools can validate the packages.<br>
<code>Key ID: 75F3214F30EB8E08 (valid till 2028-04-04)</code><br/>
<code>Key UID: home:t-paul OBS Project <home:t-paul@build.opensuse.org></code>
<code>Fingerprint: 5F4A 8A2C 8BB1 1716 F294 82BB 75F3 214F 30EB 8E08</code></p>
<p style="color:coral">NOTE: 2026-01-25: Please re-import the key, it was updated to fix issue <a
href="https://github.com/openscad/openscad/issues/5899"
title="The release key on OpenSUSE build service causes 'Policy will reject signature within a year'">#5899</a>.
</p>
<p><pre>
<small><code># wget -qO- https://files.openscad.org/OBS-Repository-Key.pub | sudo tee /etc/apt/trusted.gpg.d/obs-openscad-nightly.asc</code></small>
</pre></p>
<p>After the key is added, the repository URL needs to be configured. This can be done by creating a new
file <b>/etc/apt/sources.list.d/openscad.list</b> with the URL specific to the distribution.</p>
<p>The repository links below are shown as <code>https</code>, please check for your installation if
<code>https</code> is supported. In Debian/Ubuntu this is usually handled by the
<code>apt-transport-https</code> package. OBS also supports HTTP links, but it's recommended to use
<code>https</code> whenever possible.</p>
<!--
<h3>Debian 11 (Bullseye)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_11/ ./</code></small>
</pre>
-->
<h3>Debian 12 (Bookworm)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_12/ ./</code></small>
</pre>
<h3>Debian 13 (Trixie)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_13/ ./</code></small>
</pre>
New style (modernized) configuration as separate file <code>obs-openscad-nightly.sources</code> in the
apt configuration directory <code>/etc/apt/sources.list.d/</code>, example for 64bit Intel/AMD.
<pre>
<small>X-Repolib-Name: obs-openscad-nightly
Types: deb
Suites: ./
URIs: https://download.opensuse.org/repositories/home:/t-paul/Debian_Testing/
Architectures: amd64
Signed-By: /etc/apt/trusted.gpg.d/obs-openscad-nightly.asc</small>
</pre>
<h3>Debian Testing</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_Testing/ ./</code></small>
</pre>
<h3>Debian Unstable</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_Unstable/ ./</code></small>
</pre>
<!--
<h3>Raspbian 11 (64-bit only)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Raspbian_11/ ./</code></small>
</pre>
-->
<h3>Raspbian 12 (64-bit only)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Raspbian_12/ ./</code></small>
</pre>
<h3>Raspbian 13 (64-bit only)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Raspbian_13/ ./</code></small>
</pre>
<!--
<h3>Ubuntu 22.04 (x86_64, aarch64)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_22.04/ ./</code></small>
</pre>
-->
<h3>Ubuntu 24.04 (x86_64, aarch64)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_24.04/ ./</code></small>
</pre>
<h3>Ubuntu 24.10 (x86_64, aarch64)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_24.10/ ./</code></small>
</pre>
<h3>Ubuntu 25.04 (x86_64, aarch64)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_25.04/ ./</code></small>
</pre>
<h3>Ubuntu 25.10 (x86_64, aarch64)</h3>
<pre>
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_25.10/ ./</code></small>
</pre>
<h2>openSUSE packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
<p>OpenSUSE nightly builds on OBS are currently disabled, if you are interested in helping to bring them back, please get in touch.</p>
<h2>Fedora packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
<p>Fedora nightly builds on OBS are currently disabled, if you are interested in helping to bring them back, please get in touch.</p>
<h2>Arch Linux</h2>
To install OpenSCAD from git on Arch Linux the
<a href="https://aur.archlinux.org/packages/openscad-git/">openscad-git pkgbuild</a>
is available on <a href="https://aur.archlinux.org/">AUR</a>.
</div>
</section>
<section id="priorreleases">
<h1>Prior Releases</h1>
<p>Prior releases are available at <a href="https://files.openscad.org">files.openscad.org</a></p>
</section>
<section id="gnupg">
<h1>Signature</h1>
<p>Releases are signed with GnuPG</p>
<ul>
<li>The OpenSCAD Developers <dev@openscad.org></li>
<li>Key ID: <a href="http://keys.gnupg.net/pks/lookup?search=0x8af822a975097442&fingerprint=on&op=index">0x8AF822A975097442</a></li>
<li>Fingerprint: <code>B3C9 4B42 50DC 097E 9FFF 8177 8AF8 22A9 7509 7442</code></li>
<li>Download: <a href="https://files.openscad.org/openscad-signing-key_0x8AF822A975097442.asc">openscad-signing-key_0x8AF822A975097442.asc</a></li>
</ul>
</section>
</article>
<div class="clear"></div>
</div><!--#page-content end-->
<footer>
</footer>
</div><!--#page-wrap end-->
</body>
</html>