OrcaForge
Marketplace Download How it works API
Get OrcaForge

The OrcaSlicer fork
with a plugin marketplace built in.

OrcaForge tracks upstream OrcaSlicer for bug fixes and slicing improvements, and adds a permissioned plugin host plus an in-app Marketplace tab for browsing and installing community plugins. Free, open source, AGPL-3.0.

Download OrcaForge Browse the marketplace
Free foreverAuto-migrates OrcaSlicer profilesAnonymous installs

How it works

OrcaForge is the OrcaSlicer build you actually run; the marketplace is the layer that makes it extensible. Both ship from the same source tree.

1

Download OrcaForge

Linux AppImage, macOS universal DMG, or Windows NSIS installer — all signed, all shipped. Existing OrcaSlicer profiles auto-migrate on first launch.

2

Open the Marketplace tab

The slicer ships with a built-in Marketplace browser that fetches its catalog from this site. No account required to install — browsing and installs are anonymous.

3

Stay in sync with upstream

OrcaForge pulls bug fixes and slicing improvements from upstream OrcaSlicer weekly. The marketplace stays independent so plugin authors only build against the OrcaForge engine boundary.

Download OrcaForge

Linux AppImage, macOS universal DMG, and Windows NSIS installer all ship from the same source tree. Hosted on ZRegistry, served through the OrcaForge worker.

LinuxChecking…

AppImage (x86_64)

No installer needed — chmod +x and run.

macOSChecking…

DMG (Universal)

Apple Silicon + Intel · signed + notarized.

WindowsChecking…

NSIS Installer

Windows 10 / 11 · x86_64.

First launch auto-migrates your existing OrcaSlicer profiles — ~/.config/OrcaSlicer/~/.config/OrcaForge/ (and equivalents on macOS/Windows). The original directory is left untouched.

API surface

Everything the OrcaSlicer client and publisher CLI consume — anonymous reads, JWT-gated writes.

  • GET/v1/catalog.json

    Full plugin catalog (60s edge cache).

  • GET/v1/plugins/{id}

    Per-plugin detail (manifest + versions).

  • GET/v1/plugins/{id}/versions/{v}/download

    302 redirect to the signed ZRegistry blob.

  • PUT/v1/plugins/{id}/metadata

    Publisher metadata write — used by orca-plugin-publish.

    auth: ZAuth JWT
  • GET/v1/health

    Liveness probe.

OrcaForge An OrcaSlicer fork with a built-in plugin marketplace. AGPL-3.0, free forever, no account required to install. Download Latest release Browse the marketplace Credits OrcaSlicer upstream Powered by Ztana © 2026 OrcaForge. AGPL-3.0. Built with Ztana web components.