Zerene Stacker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stacker:softwaredownloads:currentbeta [2019/10/08 02:40]
rjlittlefield T2019-10-07-1410-beta first post
stacker:softwaredownloads:currentbeta [2026/05/06 01:11] (current)
rjlittlefield punctuation
Line 7: Line 7:
 If you have other security concerns about the beta installers, please see **[[stacker:​softwaredownloads:​howtovalidateadownload|How To Validate A Download]]**. If you have other security concerns about the beta installers, please see **[[stacker:​softwaredownloads:​howtovalidateadownload|How To Validate A Download]]**.
  
-Current beta is:+<​html>​ 
 +<​body>​
  
-  * **[[https://zerenesystems.com/stacker/​downloads/​betas/ZS-Win64-fullsetup-T2019-10-07-1410-beta.exe|64-bit Windows 10, 8, 7, Vista, or XP: ZS-Win64-fullsetup-T2019-10-07-1410-beta.exe]]** ​ \\ //Length 33,944,680 bytes \\ MD5 checksum b319bde2803611a1b081a7cf496488c1 \\ SHA-1 checksum 6f3987903343b454fa94e3d272159d6c5ef40f54//+<div class="​card">​ 
 +    <​b>​System Compatibility Checks</​b>​ <​br>​ 
 +    <div class="​details"​ style="​padding-left20px;">​ 
 +        OS: <span id="​os-val">​...<​/span><​br>​ 
 +        Arch: <span id="​arch-val">​...<​/span><​br>​ 
 +        Bitness: <span id="​bit-val">​...</span><​br>​ 
 +        Renderer: <span id="​renderer">​...<​/span> 
 +        <div id="​status-badge" class="​bit-badge">​Detecting...</div> 
 +    </div> 
 +    <p id="​message"><​/p> 
 +</div>
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Win32-fullsetup-T2019-10-07-1410-beta.exe|32-bit Windows 10, 8, 7, Vista, or XP: ZS-Win32-fullsetup-T2019-10-07-1410-beta.exe]]** \\ //Length 30,907,368 bytes \\ MD5 checksum 0c73d2d5f7f15c713762542a8146ad2c \\ SHA-1 checksum f743549b7f08b8a7c5efe0d431750428c295cf2e//​+<​script>​ 
 +async function detectSystem() { 
 +    let os = "​unknown";​ 
 +    let arch = "​unknown";​ 
 +    let bitness = "​unknown";​
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-MacOSX-SA-T2019-10-07-1410-beta.zip|Mac OS X (newest): ​ ZS-MacOSX-SA-T2019-10-07-1410-beta.zip]]**,​ downloads as a .zip file that automatically expands into an application bundle named ZereneStacker (.app). ​ \\ This is the recommended bundle for modern Macs running macOS 10.14 or above. ​ It is self-contained and includes its own Java 12 runtime environment. \\ //Length 52,869,695 bytes \\ MD5 checksum 2dcdd78784882797eb6a2472a4820630 \\ SHA-1 checksum b61d3d99cd0ab7ef579cd1885b54ddfba0adb453//​+    const uad = navigator.userAgentData;​
  
-  * **[[https://zerenesystems.com/​stacker/​downloads/​betas/​ZS-MacOSXinterim-SA-T2019-10-07-1410-beta.zip|Mac OS X (interim):  ZS-MacOSXinterim-SA-T2019-10-07-1410-beta.zip]]**, downloads as a .zip file that automatically expands into an application bundle named ZereneStacker ​(.app).  \\ This bundle is suitable for Macs running macOS 10.9 through 10.14 It is self-contained and includes its own Java 12 runtime environment\\ //Length 52,314,667 bytes \\ MD5 checksum f3c73747e770d23d152957978a8acfdb \\ SHA-1 checksum 956568d8608e9ff26ff4d6fc07e17dfa63eac75c//​+    ​// --- STEP 1: Attempt Modern API --- 
 +    if (uad
 +        // High entropy request 
 +        try { 
 +            const hints = await uad.getHighEntropyValues(["​architecture",​ "​bitness",​ "​platform"​]); 
 +            os = (hints.platform || ""​).toLowerCase();​ 
 +            arch = (hints.architecture || ""​).toLowerCase();​ 
 +            bitness = (hints.bitness || ""​).toLowerCase();​ 
 +        } catch (e) { 
 +            ​// If the promise failswe fall through to STEP 2 
 +        }
  
-  * **[[https://zerenesystems.com/​stacker/​downloads/​betas/​ZS-MacOSXold-SA-T2019-10-07-1410-beta.zip|Mac ​OS (old):  ZS-MacOSXold-SA-T2019-10-07-1410-beta.zip]]**,​ downloads as an application bundle named ZereneStacker ​(.app).  \\ This bundle is not self-contained. ​ It requires a Java runtime environment installed by Apple, and will prompt for installation of Java if one is not already installed. ​ It runs as 64-bit where the processor and operating system support it, and as 32-bit otherwise. \\ //Length 8,587,189 bytes \\ MD5 checksum 6344e86f260ead12d2d9e4e6f88269a5 \\ SHA-1 checksum 02e3a7859bfc0dba9c26c915a68535e3c7a908d1//​+        ​// Basic platform check if the promise didn't give us the OS 
 +        if (os === "​unknown"​ || os === ""​
 +            os = (uad.platform || ""​).toLowerCase();​ 
 +        } 
 +    }
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/betas/ZS-Linux-Intel-64bit-T2019-10-07-1410-beta.zip|64-bit Linux (Intel): ZS-Linux-Intel-64bit-T2019-10-07-1410-beta.zip]]** ​ \\ See [[:​stacker:​docs:​Linux Installation Instructions|Linux Installation Instructions]] for details \\ //Length 56,285,668 bytes \\ MD5 checksum 923f6d2f96ac6dd8359cacbb94065578 \\ SHA-1 checksum d681de28c165ea561feae50d0dcc6bb83ac31e83//​+    ​// --- STEP 2: The "​Waterfall"​ Fallback (Safari, Firefox, or API Failure) ​--- 
 +    const ua = navigator.userAgent.toLowerCase()
 +    const platform = navigator.platform.toLowerCase();​
  
-  * **[[https://zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-i386-32bit-T2019-10-07-1410-beta.zip|32-bit Linux (Intel): ZS-Linux-i386-32bit-T2019-10-07-1410-beta.zip]]** ​ \\ See [[:​stacker:​docs:​Linux Installation Instructions|Linux Installation Instructions]] for details. ​ \\ //Length 87,593,194 bytes \\ MD5 checksum e1ed1985b36eb9712449031b07b92844 \\ SHA-1 checksum 4ac23315e695a3d4f22231e62dc98e3d28597a11//​+    ​// Fix OS if still unknown 
 +    if (os === "​unknown"​ || os === ""​) { 
 +        if (ua.includes("​win"​)) os = "​windows";​ 
 +        else if (ua.includes("​mac"​)) os = "​macos";​ 
 +        else if (ua.includes("​linux"​)) os = "​linux";​ 
 +    }
  
-**Note:** On Macintosh and Linux, ​if you already have Zerene Stacker installed and are downloading a new version to update it, then you need to manually move the old version to trash, and move or rename the new version to replace itOtherwise both versions will continue to be available, and you will run whichever one you happen to click on For further information,​ see the **[[stacker:​docs:​faqlist|FAQS]]** on "Installing and Updating"​. ​ On Mac, when trashing out the old version, do __**NOT**__ allow any third party uninstaller or cleanup applications like "AppCleaner" ​to run In their enthusiasm to eliminate files that they think are not used, they'​re likely to also delete files you really do need, like your license key and Zerene Stacker configuration files.+    // Fix Bitness & Arch if still unknown 
 +    if (bitness === "​unknown"​ || bitness === ""​) { 
 +        // 64-bit markers 
 +        if (/​\b(x86_64|x64|amd64|win64|wow64|arm64|aarch64)\b/​.test(ua) || 
 +            platform.includes("​win64"​) ​|| platform.includes("x64")) { 
 +            bitness = "​64";​ 
 +            arch = (ua.includes("arm") || ua.includes("​aarch64"​)) ? "​arm"​ : "​x86";​ 
 +        } 
 +        // 32-bit markers 
 +        else if (/​\b(i386|i686|win32)\b/​.test(ua) || platform.includes("​win32"​)) { 
 +            bitness = "​32";​ 
 +            arch = "​x86";​ 
 +        } 
 +    }
  
-This T2019-10-07-1410-beta is functionally equivalent ​to the immediately previous T2019-09-15-2111-beta.  The build number has been updated ​to match the current full release.+    // High-accuracy fallback for Safari on M-series: 
 +    // We check for the presence of the M-series GPU "​fingerprint"​ 
 +    // by creating a tiny WebGL context. 
 +    try { 
 +        const canvas = document.createElement('​canvas'​);​ 
 +        const gl = canvas.getContext('​webgl'​);​ 
 +        const debugInfo = gl.getExtension('​WEBGL_debug_renderer_info'​);​ 
 +        const renderer = gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL);​ 
 +        document.getElementById('​renderer'​).innerText = ""​ + renderer; 
 +        if (renderer.includes('​Apple'​)) { 
 +            bitness = "​64";​ 
 +            arch = "​arm";​ 
 +        } 
 +    } catch (e) { 
 +        // If WebGL fails, we default ​to Intel for safety or show a choice 
 +    } 
 +     
 +        // --- STEP 3: Final Normalization ​--- 
 +    // Map "​windows"​ or "​win32" ​to your "​windows"​ flavor 
 +    if (os.includes("​win"​)) os = "​windows";​ 
 +    if (os.includes("​mac"​)) os = "​macos";​
  
-Compared to the earlier T2019-09-03-1609-betathis T2019-10-07-1410-beta contains the following improvements:​+    // Defaulting logic for your "Crazy Edge Case" (32-bit Linux on 64-bit hardware) 
 +    // If the UA says i386/i686 and NOT x86_64force 32-bit. 
 +    if (os === "​linux"​ && /​i386|i686/​.test(ua) && !/​x86_64|amd64/​.test(ua)) { 
 +        bitness = "​32";​ 
 +    }
  
-  * User interface: Added {projecttag in depth maps folder path to allow project-relative placement.+    return ​os, arch, bitness ​}
 +
 +async function run() { 
 +    const sys = await detectSystem();​ 
 +    const badge = document.getElementById('​status-badge'​);​ 
 +    const msg = document.getElementById('​message'​);​ 
 + 
 +    document.getElementById('​os-val'​).innerText = sys.os.toUpperCase();​ 
 +    document.getElementById('​arch-val'​).innerText = sys.arch; 
 +    document.getElementById('​bit-val'​).innerText = sys.bitness + "​-bit";​ 
 + 
 +    ​
     ​     ​
-  * Bug fix: "Fit window" ​was not being preserved as an image scale from exit to next launch.+    if (sys.bitness === "64") { 
 +        badge.innerText = "​COMPATIBLE";​ 
 +        badge.className = "​bit-badge valid";​ 
 +        msg.innerText = `You can download the 64-bit ${sys.os} installer.`;​ 
 +    } else if (sys.bitness === "​32"​) { 
 +        badge.innerText = "NOT COMPATIBLE";​ 
 +        badge.className = "​bit-badge invalid";​ 
 +        msg.innerText = "​Sorry,​ this software requires a 64-bit operating system.";​ 
 +    } else { 
 +        badge.innerText = "​UNKNOWN";​ 
 +        badge.className = "​bit-badge";​ 
 +        msg.innerText = "We couldn'​t verify your system bitness. Please choose manually.";​ 
 +    }
     ​     ​
-Compared to the earlier full release Build T2018-07-19-1515 and the corresponding T2018-07-19-1515_beta,​ this T2019-09-15-2111-beta contains the following additional improvements:​+    if (sys.os === "​windows"​ && sys.arch === "​arm"​ && sys.bitness === "​64"​) { 
 +        msg.innerHTML = "You can download ​the <b>64-bit ARM Windows</​b>​ installer.";​ 
 +    } 
 +    if (sys.os === "​windows"​ && sys.arch === "​x86"​ && sys.bitness === "​64"​) { 
 +        msg.innerHTML = "You can download the <b>64-bit Windows</​b>​ installer.";​ 
 +    } 
 +    if (sys.os === "​macos"​ && sys.arch === "​x86"​ && sys.bitness === "​64"​) { 
 +        msg.innerHTML = "You can download the <​b>​macOS (Intel cpu)</​b>​ installer.";​ 
 +    } 
 +    if (sys.os === "​macos"​ && sys.arch === "​arm"​ && sys.bitness === "​64"​) { 
 +        msg.innerHTML = "You can download the <​b>​macOS (M-series cpu)</​b>​ installer.";​ 
 +    } 
 +    if (sys.os === "​linux"​ && sys.arch === "​arm"​ && sys.bitness === "​64"​) { 
 +        msg.innerHTML = "You can download ​the <b>64-bit Linux (ARM architecture)</​b>​ installer.";​ 
 +    } 
 +    if (sys.os === "​linux"​ && sys.arch === "​x86"​ && sys.bitness === "​64"​) { 
 +        msg.innerHTML = "You can download the <b>64-bit Linux (Intel compatible)</​b>​ installer.";​ 
 +    }
  
-  * ** Macintosh: compatibility with macOS 10.15 "​Catalina"​ ** +}
-    * Notarized the standard .zip bundle so as to avoid issues with Gatekeeper. +
-    * Introduced a notarized .pkg installer to easily and automatically install in Applications. +
-    * Switched to Java Cross-Platform look-and-feel,​ for improved performance. +
-    * // Faster automatic switch to JFileChooser if system native filechooser (Finder) does not open; reverted at T2019-09-03-1609-beta due to improved Catalina beta 8 (19A546d).) // +
-    * Diagnose issue with macOS Catalina (10.15) not allowing use of native filechooser.+
  
-  * User interface +run(); 
-    * Allow .zsj files to appear in Input Files list. +</​script>​ 
-    * Added configuration file option to suppress warning about "not yet completely aligned",​ \\ UIStyle.SuppressNotCompletelyAlignedWarning=true+</​body>​ 
 +</​html>​
  
-  * Bug fixes 
-    * Avoid invalid index using Nearest Neighbor interpolator in "edge streak"​ areas. 
-    * Automatically fall back to external TIFF reader in case of "​Unexpected count..."​ and related javax.imageio.IIOExceptions. 
-    * Attempt to prevent host operating system from deleting "​temp"​ projects that are actually in use. 
-    * Avoid exceptions caused by switching source files while canceling or committing retouching. 
-    * Avoid exception caused by edit-undo while canceling or committing retouching. 
-    * StackShot 3x, activate Shutter 2 in addition to Shutter 1. 
  
-  * Embedded JRE +Current ​beta is:
-    * Upgraded to AdoptOpenJDK JRE 12.0.1+12 on all 64-bit platforms and 32-bit Windows. +
-     +
-**Please immediately inform [[support@zerenesystems.com]] if you encounter any difficulties or odd behavior with this beta version. ​ Be sure to send a console log if appropriate -- instructions for that are provided __[[:stacker:​docs:​faqlist#​i_need_to_report_a_problem_are_there_log_files_i_can_send_you|HERE]]__.**+
  
-A complete list of modifications can be read in the **[[:​stacker:​docs:​modificationhistory|Modification History]]**.+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Win64-fullsetup-T2026-05-04-0750-beta.exe|64-bit Windows 11, 10: ZS-Win64-fullsetup-T2026-05-04-0750-beta.exe]]**  \\ This installer is for most Windows computers, which still run Intel and AMD processors (actually anything Intel-compatible). ​ It will also run on Windows 11 ARM computers in emulation mode.\\ //Length 34854520 bytes \\ MD5 checksum 925b1e23a66b5f36fecb92eca6b80b26 \\ SHA-1 checksum e27850023aff71f5b132d35f58761cd113355bd1//​
  
-Previous ​beta was:+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-macOS-universal-SA-T2026-05-04-0750-beta.zip|macOS universal ​ZS-macOS-universal-SA-T2026-05-04-0750-beta.zip]]**,​ downloads as a .zip file that automatically expands into an application bundle named ZereneStacker (.app). ​ \\ This is the recommended bundle for all modern Macs.  It supports both "Apple silicon"​ M-series cpu (ARM architecture) and Intel cpu.  It is self-contained and includes its own Java 25 runtime environments. ​ Rosetta is no longer required for this build. \\ //Length 91,304,391 bytes \\ MD5 checksum 2d704611b55ef326c8e79ae6dc84f330 \\ SHA-1 checksum 1c970b1deae666acff3db66e50b4b1a01baf3bda//​
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Win64-fullsetup-T2019-09-03-1609-beta.exe|64-bit ​Windows 1087Vistaor XP: ZS-Win64-fullsetup-T2019-09-03-1609-beta.exe]]** ​ \\ //​Length ​33,​940,​456 ​bytes \\ MD5 checksum ​b92d17b16dd059b1d86ed45e5a26683c ​\\ SHA-1 checksum ​5f913d3bc5693eb02da50ebf3ccccd83911ba547//+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-Intel-64bit-T2026-05-04-0750-beta.zip|64-bit ​Linux (Intel compatible):​ ZS-Linux-Intel-64bit-T2026-05-04-0750-beta.zip]]** ​ \\ See [[:​stacker:​docs:​Linux Installation Instructions|Linux Installation Instructions]] for details. ​ \\ //Length 53,398,603 bytes \\ MD5 checksum 1674c71e4beef690be6388a8f6516479 \\ SHA-1 checksum f9b9d24b95a279c5fe3d82327b694ed3e0c9004b//​ 
 + 
 +  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-ARM-64bit-T2026-05-04-0750-beta.zip|64-bit Linux (ARM architecture):​ ZS-Linux-ARM-64bit-T2026-05-04-0750-beta.zip]]** ​ \\ See [[:​stacker:​docs:​Linux Installation Instructions|Linux Installation Instructions]] for details. ​ \\ //Length 52,830,548 bytes \\ MD5 checksum 34390154a2625fe67c5f191c2b965016 \\ SHA-1 checksum 409396b91c79753f5fc29939386b608fbaff53fa//​ 
 + 
 +  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-WinARM64-fullsetup-T2026-05-04-0750-beta.exe|64-bit ARM Windows 11: ZS-WinARM64-fullsetup-T2026-05-04-0750-beta.exe]]**  ​\\ This installer is specific for Windows 11 computers with ARM processors, such as Qualcomm Snapdragon. ​ It runs in ARM-native mode and will not run on Intel and AMD processors. ​ With ARM processors, this version is significantly faster than running the Intel version in emulation mode.\\ //​Length ​33484312 ​bytes \\ MD5 checksum ​f3a6814b4eb37f666173e356a6bb09e4 ​\\ SHA-1 checksum ​5749b0efde34d146ff7b1b44eadcba318917b9ac// 
 + 
 + 
 +**Note 1:** This and all future versions of Zerene Stacker will require a 64-bit processor and relatively modern operating system. ​ Support has been dropped for 32-bit processors. ​ Support has also been dropped for Windows XP, 7, and 8, and for MacOS 12 and below. 
 + 
 +**Note 2:** On Macintosh and Linux, if you already have Zerene Stacker installed and are downloading a new version to update it, then you need to manually move the old version to trash, and move or rename the new version to replace it. Otherwise both versions will continue to be available, and you will run whichever one you happen to click on.  For further information,​ see the **[[stacker:​docs:​faqlist|FAQS]]** on "​Installing and Updating"​. ​ On Mac, when trashing out the old version, do __**NOT**__ allow any third party uninstaller or cleanup applications like "​AppCleaner"​ to run.  In their enthusiasm to eliminate files that they think are not used, they'​re likely to also delete files you really do need, like your license key and Zerene Stacker configuration files. 
 + 
 +**Improvements** 
 + 
 +Compared to the previous production version T2026-02-27-1525 and its corresponding T2026-02-27-1525-beta,​ this new T2026-05-04-0750-beta incorporates the following improvements:​ 
 + 
 +  * Mac packaging:​ 
 +    * The distribution is now "​universal"​ (Apple Silicon + Intel cpu), to conform with future Apple requirements and avoid current warning messages.  
 +  * User interface:​ 
 +    * Initial size for retouching brush is increased to 100 pixels. 
 +    * If source file is not found, open search navigator in parent folder of project. 
 +    * Added "Copy All" in context menu for text fields such as console log window. ​    
 +    * jdk.accessibility is now supported (including Java Access Bridge on Windows). 
 +  * Launch configuration:​ 
 +    * Added -showjavaconsole debug option for Windows launch programs. 
 +    * Display system accelerations are now disabled by default on all platforms, for improved resistance to computer quirks.  
 +    * Added Options > Preferences > Look & Feel > "Use operating system display accelerations"​ to override the new default. 
 +    * Added zerenstk.cfg tag "​LaunchConfiguration.JVM.PersistentArgs"​ to allow custom configurations without altering installation files. 
 +  * Bug fixes: 
 +    * Image orientation specified by EXIF tag was not honored. 
 +    * EXIFPropagator would occasionally fail with special characters in Windows username. 
 + 
 +     
 +\\ 
 +**Please immediately inform [[support@zerenesystems.com]] if you encounter any difficulties or odd behavior with this beta version. ​ Be sure to send a console log if appropriate -- instructions for that are provided __[[:​stacker:​docs:​faqlist#​i_need_to_report_a_problem_are_there_log_files_i_can_send_you|HERE]]__.**
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Win32-fullsetup-T2019-09-03-1609-beta.exe|32-bit Windows 10, 8, 7, Vista, or XPZS-Win32-fullsetup-T2019-09-03-1609-beta.exe]]** \\ //Length 30,906,200 bytes \\ MD5 checksum 869178c266ca5af29cdf0e90f0e2b897 \\ SHA-1 checksum 5749e9290b7e1f0759f3b623140ab212e8659681//​+Previous public ​beta was:
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-MacOSX-SA-T2019-09-03-1609-beta.zip|Mac OS X (newest) ZS-MacOSX-SA-T2019-09-03-1609-beta.zip]]** \\ //​Length ​52,​868,​966 ​bytes \\ MD5 checksum ​dbe85d339fdf9a32cae68adee1c7f808 ​\\ SHA-1 checksum ​a90c2a544f487ed75b1db02b7ae643e2735dd5c8//+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Win64-fullsetup-T2026-02-27-1525-beta.exe|64-bit Windows 11, 10: ZS-Win64-fullsetup-T2026-02-27-1525-beta.exe]]**  \\ //​Length ​34621544 ​bytes \\ MD5 checksum ​a24a224c59f9e329bf18127ebdef4011 ​\\ SHA-1 checksum ​aa0c61420cccb5371ec6bb0e5e24cadf8ab08ed0//
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-MacOSXinterim-SA-T2019-09-03-1609-beta.zip|Mac OS X (interim) ZS-MacOSXinterim-SA-T2019-09-03-1609-beta.zip]]** \\ //​Length ​52,​313,​948 ​bytes \\ MD5 checksum ​ec62d418f7dce803c5d7984f0c0ad29f ​\\ SHA-1 checksum ​ba9182d5518c328a7b05dfba667a703b6ace7e65//+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-WinARM64-fullsetup-T2026-02-27-1525-beta.exe|64-bit ARM Windows 11: ZS-WinARM64-fullsetup-T2026-02-27-1525-beta.exe]]**  \\ //​Length ​33250160 ​bytes \\ MD5 checksum ​0d64e124d72e0b290aa0de7dc8fdb4d7 ​\\ SHA-1 checksum ​e0ba92192afbf7a8d10350c50bab6b31596c5f98//
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-MacOSXold-SA-T2019-09-03-1609-beta.zip|Mac OS X (old):  ZS-MacOSXold-SA-T2019-09-03-1609-beta.zip]]** \\ //​Length ​8,587,092 bytes \\ MD5 checksum ​093bd439f87d0d48414330aa89d2901c ​\\ SHA-1 checksum ​515ec3d29d143de191b567abf44db2d9cc8f0d35//+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-macOS-AppleSilicon-SA-T2026-02-27-1525-beta.zip|macOS (M-series cpu):  ZS-macOS-AppleSilicon-SA-T2026-02-27-1525-beta.zip]]**, downloads as a .zip file that automatically expands into an application bundle named ZereneStacker (.app). ​ \\ This is the recommended bundle for modern Macs with an "Apple silicon"​ M-series cpu (ARM architecture). ​ It is self-contained and includes its own ARM-native Java 25 runtime environment. ​ Rosetta is required for the launch program and a few helper programs -- so macOS will report the package as "​Intel"​ -- but all the heavy computation runs ARM-native.\\ //​Length ​48,889,306 bytes \\ MD5 checksum ​05ccf24c34684cac8274e6927b2a7fcc ​\\ SHA-1 checksum ​d1151cd4ba263eca4bd3fc0a0cf59504dc61e3f3//
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-Intel-64bit-T2019-09-03-1609-beta.zip|64-bit Linux (Intel): ZS-Linux-Intel-64bit-T2019-09-03-1609-beta.zip]]** ​ \\ //​Length ​56,284,967 bytes \\ MD5 checksum ​36089937297cf33696601a5d104a7ec7 ​\\ SHA-1 checksum ​e5bbac060c0ef16be52a2c9e30b115b6e2254074//+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-macOS-Intel-SA-T2026-02-27-1525-beta.zip|macOS (Intel ​cpu):  ZS-macOS-Intel-SA-T2026-02-27-1525-beta.zip]]**, downloads as a .zip file that automatically expands into an application bundle named ZereneStacker (.app). ​ \\ This is the recommended bundle for modern Intel Macs running macOS 13 or above. ​ It is self-contained and includes its own Java 25 runtime environment. ​\\ //​Length ​50,312,091 bytes \\ MD5 checksum ​51fab45578f685c27a247251dbf8191f ​\\ SHA-1 checksum ​c6aee919e67837c4eecf49122f9239780735e449//
  
-  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-i386-32bit-T2019-09-03-1609-beta.zip|32-bit Linux (Intel): ZS-Linux-i386-32bit-T2019-09-03-1609-beta.zip]]** ​ \\ //​Length ​87,592,493 bytes \\ MD5 checksum ​31298ea0f1b3745358b1cd784368940c ​\\ SHA-1 checksum ​68491e4c1bd1fea21be0cfc111c2beee8d6158b2//+  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-Intel-64bit-T2026-02-27-1525-beta.zip|64-bit Linux (Intel ​compatible): ZS-Linux-Intel-64bit-T2026-02-27-1525-beta.zip]]** ​ \\ See [[:​stacker:​docs:​Linux Installation Instructions|Linux Installation Instructions]] for details. ​ \\ //​Length ​53,362,937 bytes \\ MD5 checksum ​4f33fe82abe26bbbebb84626d1997d75 ​\\ SHA-1 checksum ​e3b4fcb40f37bd08d3a3a6d3d8836379ac1d7502//
  
 +  * **[[https://​zerenesystems.com/​stacker/​downloads/​betas/​ZS-Linux-ARM-64bit-T2026-02-27-1525-beta.zip|64-bit Linux (ARM architecture):​ ZS-Linux-ARM-64bit-T2026-02-27-1525-beta.zip]]** ​ \\ See [[:​stacker:​docs:​Linux Installation Instructions|Linux Installation Instructions]] for details. ​ \\ //Length 52,792,657 bytes \\ MD5 checksum 89f081830939edde735443cbf071ef97 \\ SHA-1 checksum b62a4496138562c4417fd528650fd145082b959d//​
  
stacker/softwaredownloads/currentbeta.1570502410.txt.gz · Last modified: 2019/10/08 02:40 by rjlittlefield
Copyright 2009-2026, Zerene Systems LLC, all rights reserved.