Short answer: OrcaSlicer’s official sources are its GitHub repository, github.com/OrcaSlicer/OrcaSlicer, and its website, www.orcaslicer.com. The project also publishes it on the Microsoft Store, Flathub, winget and a Homebrew cask. The project’s README warns that
orca-slicer[.]comandorcaslicer[.]netare “clickbait and malicious websites” pretending to be official. The current stable release is v2.4.2, published July 7, 2026, and was still the latest on September 26, 2026. Every release file has a SHA-256 hash on GitHub. Compare it with your download before you install.
OrcaSlicer’s official download sources
We checked each of these against the project’s own README and website. The README says: “Our only official website is www.orcaslicer.com.” The site’s FAQ adds cloud.orcaslicer.com, its OrcaCloud service, as the second official domain.
| Source | Address | Notes |
|---|---|---|
| GitHub releases | github.com/OrcaSlicer/OrcaSlicer/releases | Every official build is attached here, with SHA-256 digests |
| Official website | www.orcaslicer.com/download/ | Its download buttons point to GitHub releases, the Microsoft Store and Flathub |
| Microsoft Store | apps.microsoft.com, product ID 9MV6GL23XM59 | The project recommends it on Windows. The README says a Store-signed package helps with Windows 11 Smart App Control |
| Flathub | flathub.org/apps/com.orcaslicer.OrcaSlicer | Recommended on Linux by the project |
| winget | winget install --id=SoftFever.OrcaSlicer -e |
Listed in the README |
| Homebrew | brew install --cask orcaslicer |
The README says the cask installs the official macOS DMG from GitHub releases |
The website’s download page puts it plainly: official builds come from GitHub releases, the Microsoft Store and Flathub, “nowhere else.” Its FAQ says: “Do not download installers from third-party websites.”
Fake OrcaSlicer sites the project names
The caution box at the top of OrcaSlicer’s README names two domains. It says several “clickbait and malicious websites, such as orca-slicer[.]com and orcaslicer[.]net,” pretend to be the official site and “may redirect you to dangerous downloads or contain misleading information.”
orca-slicer.com: named by the OrcaSlicer projectorcaslicer.net: named by the OrcaSlicer project
The README asks users who see these in search results to report them to Google Safe Browsing, Microsoft Security Intelligence and IPThreat. We list only these two because they are the ones the project has named. Any other domain not listed above is unofficial, whether or not anyone has flagged it. Our guide to fake download sites covers the wider pattern.
Current release: OrcaSlicer v2.4.2
GitHub’s releases API lists v2.4.2 “Official Release” as the latest stable version, published July 7, 2026. It follows v2.4.1 (June 28) and v2.4.0 (June 20). The project describes 2.4.2 as a maintenance update focused on profiles, cloud sync and printer connectivity. It fixes presets that pointed at renamed or removed profiles, several crashes, and Bambu network plugin installation on Windows.
The hashes below are GitHub’s SHA-256 digests for the main files. We downloaded the Windows x64 installer on September 26, 2026, and its hash matched.
| Platform | File | Size | SHA-256 |
|---|---|---|---|
| Windows x64 installer | OrcaSlicer_Windows_Installer_V2.4.2_x64.exe |
131.5 MB | f602f9d646f49bee387d8f342a0193a7ef20756eabb845e19795c5a62b90a58a |
| Windows ARM64 installer | OrcaSlicer_Windows_Installer_V2.4.2_arm64.exe |
119.1 MB | ce00548d9444eeada4e61f49f35e2984e493671aadd3d98a9ee94fe18977527d |
| Windows x64 portable | OrcaSlicer_Windows_V2.4.2_x64_portable.zip |
163.4 MB | feba3009dfb9d268779cca5758a1a5bc3b7d0722bf8fa48d5c57340de975d6be |
| macOS (Apple Silicon and Intel) | OrcaSlicer_Mac_universal_V2.4.2.dmg |
234.7 MB | e15e7bb1b66214ec6e96b169b388004179c4f5f705effcdaf8c80d4992ee0366 |
| Linux x86_64 AppImage | OrcaSlicer_Linux_AppImage_Ubuntu2404_V2.4.2.AppImage |
131.4 MB | d12fb8c8eac1aecd2dfb6377acd48f994f8fa439ed5292fa532dd82880f029fd |
| Linux ARM64 AppImage | OrcaSlicer_Linux_AppImage_Ubuntu2404_aarch64_V2.4.2.AppImage |
129.2 MB | e1a07275a25f176626c55a5df39e91bc4476d8c28ee4a3192ff758e29dd5c3ba |
The release also includes an ARM64 portable ZIP, two Flatpak files and a file named Debug_PDB_V2.4.2_for_developers_only.7z. You don’t need that last one. As its name says, it is for developers.
How to verify your download
- Check the address. The file should come from
github.com/OrcaSlicer/OrcaSlicer/releases, directly or through the download buttons on www.orcaslicer.com. The project’s download page tells you to always verify that you are downloading from github.com/OrcaSlicer/OrcaSlicer. - Compute the hash.
- Windows (PowerShell):
Get-FileHash .\OrcaSlicer_Windows_Installer_V2.4.2_x64.exe - macOS:
shasum -a 256 OrcaSlicer_Mac_universal_V2.4.2.dmg - Linux:
sha256sum OrcaSlicer_Linux_AppImage_Ubuntu2404_V2.4.2.AppImage
- Windows (PowerShell):
- Compare the result with the table above or with the digest GitHub shows next to the file on the release page. One different character means a different file.
Don’t use a digital signature as your check on Windows. The x64 installer we downloaded is not Authenticode-signed, so Windows may show an “unknown publisher” warning for the genuine file. The hash is the check that works. If you want a signed package, the README points Windows users to the Microsoft Store build.
Which file should you download?
- Most Windows PCs: the x64 installer, or the Microsoft Store version, which the project recommends and which updates itself.
- Windows on ARM (Snapdragon laptops): the ARM64 installer. The README says to pick the one matching your CPU.
- No admin rights, or a USB stick: the portable ZIP.
- Mac: the universal DMG, which runs on both Apple Silicon and Intel Macs.
- Linux: Flathub, which the project recommends and which updates itself, or the AppImage for your CPU.
If the Windows build won’t start, the README lists two runtimes to install: Microsoft Edge WebView2 and the Visual C++ 2019 x64 redistributable. It links Microsoft-hosted downloads for both.
System requirements
From the official download page:
| Platform | Requirements |
|---|---|
| Windows | Windows 10 or later (64-bit), 4 GB RAM minimum (8 GB+ recommended), OpenGL 3.3 compatible graphics card, 500 MB free disk space |
| macOS | macOS 10.15 (Catalina) or later, 4 GB RAM minimum (8 GB+ recommended), Intel or Apple Silicon, 500 MB free disk space |
| Linux | Ubuntu 20.04+ or equivalent, 4 GB RAM minimum (8 GB+ recommended), OpenGL 3.3 compatible graphics card, 500 MB free disk space |
All three list an internet connection for updates.
Nightly and belt-printer builds
The project also publishes nightly builds on a separate “nightly-builds” release. The website warns they “may be unstable.” The nightly release also carries experimental belt-printer builds, marked with a _belt suffix, for belt or conveyor printers. The README says belt support is under active development and not yet merged into the main code. For normal printing, use v2.4.2.
If you downloaded OrcaSlicer from another site
- Compare the file’s hash with the official one. If it doesn’t match, don’t run it.
- If you already ran an unverified installer, uninstall it, run a full scan with reputable security software, and reinstall from an official source.
- Report the site through Google Safe Browsing and Microsoft’s unsafe-site form, as the OrcaSlicer README suggests.
Our OrcaSlicer app page is updated with each release. If you are choosing between slicers, see OrcaSlicer vs Bambu Studio and our free slicer guide by printer brand.
Questions
Is orcaslicer.com the official site?
Yes. The README says www.orcaslicer.com is the only official website, and the site’s FAQ also lists cloud.orcaslicer.com.
Are orca-slicer.com and orcaslicer.net fake?
The OrcaSlicer project calls them clickbait and malicious websites pretending to be official. Don’t download from them.
What is the latest OrcaSlicer version?
v2.4.2, released July 7, 2026. It was still the latest stable release on September 26, 2026.
Is OrcaSlicer free?
Yes. It is open source under the GNU Affero General Public License v3. The website calls it “Free for every platform.” The project accepts optional donations through GitHub Sponsors, Ko-fi and PayPal.
Why does Windows warn about an unknown publisher?
The GitHub installer isn’t code-signed. Check the SHA-256 hash instead, or install the Microsoft Store version.
Can I install OrcaSlicer with winget?
Yes: winget install --id=SoftFever.OrcaSlicer -e, as listed in the project’s README.
Installer or portable?
Both are official. The installer adds Start menu entries. The portable ZIP runs from any folder.
Should I use nightly builds?
Only if you want to test upcoming features. The project warns they may be unstable.
Does OrcaSlicer need an account?
No, slicing and printing don’t. The website says “No account, no telemetry.” OrcaCloud and cloud sync of presets are optional.
Sources
- OrcaSlicer README (caution box, install instructions, license), GitHub
- OrcaSlicer v2.4.2 Official Release, GitHub (July 7, 2026)
- OrcaSlicer releases API (asset digests), GitHub, checked September 26, 2026
- OrcaSlicer official website and FAQ, orcaslicer.com
- Download OrcaSlicer (system requirements, install guide), orcaslicer.com
- Releases now expose digests for release assets, GitHub Changelog (June 3, 2025)
- Get-FileHash, Microsoft Learn