Sponsor Edition
The sponsor edition is a Docker-first distribution with every renderer and media codec bundled in, designed for teams that need a complete standalone deployment — online or fully offline.
Quickstart
Section titled “Quickstart”docker run --rm -p 8000:8000 \ ghcr.io/thumbrella/thumbrella-sponsor:latest serveThat starts the full server with all optional dependencies included and ready. No additional configuration needed for basic use.
What the sponsor edition includes
Section titled “What the sponsor edition includes”- Every media renderer preinstalled: video (FFmpeg), camera RAW (LibRaw), documents (Poppler), 3D geometry (Open3D), vector graphics.
- Prebuilt for ARM64 and x86_64 — Linux and macOS targets.
- Offline operation — no network call required for any render.
- Custom caching backends: Redis, PostgreSQL, or bring your own via the cache adapter interface.
- Advanced operational features: structured logging, Prometheus metrics endpoint, graceful shutdown.
Compose example
Section titled “Compose example”services: thumbrella: image: ghcr.io/thumbrella/thumbrella-sponsor:latest ports: - "8000:8000" environment: TBR_CACHE_BACKEND: redis TBR_REDIS_URL: redis://cache:6379 TBR_API_TOKEN: ${THUMBRELLA_TOKEN} command: serve cache: image: redis:7-alpineLicensing
Section titled “Licensing”A sponsor license covers:
- One year of new releases and upgrades.
- A perpetual license for the version at time of purchase.
- Access to priority support channels.
- Use across your own infrastructure (not for resale or redistribution).
Contact us for pricing and to receive your access credentials.
Who this is for
Section titled “Who this is for”- Teams running containerized deployments that need everything working out of the box.
- Use cases requiring fully offline or air-gapped operation.
- Projects needing custom caching layers or Postgres-backed storage.
- Organizations that want a support relationship behind their media runtime.
Next steps
Section titled “Next steps”- Explore managed online hosting if you prefer not to operate infrastructure yourself.
thumbrella.dev