Browse and install community plugins directly from OrcaSlicer's Marketplace tab. Open source, GitHub-signed, no account required to install.
Publishing is free. Installs are anonymous. The whole catalog is served from a single Cloudflare Worker.
Authors authenticate through ZAuth using their GitHub account. No separate marketplace account, no email signup.
Run orca-plugin-publish publish foo.orcaplugin to upload a signed artifact. Versioning, checksums, and metadata are handled for you.
Your plugin appears in the in-app Marketplace tab for anyone with the marketplace enabled. Updates ship the same way.
Live catalog, fetched directly from /v1/catalog.json.
Everything the OrcaSlicer client and publisher CLI consume — all anonymous reads.
GET /v1/catalog.json — full plugin catalogGET /v1/plugins/{id} — plugin detail (manifest + versions)GET /v1/plugins/{id}/versions/{v}/download — 302 redirect to the signed plugin blob