Skip to content

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.

Terminal window
docker run --rm -p 8000:8000 \
ghcr.io/thumbrella/thumbrella-sponsor:latest serve

That starts the full server with all optional dependencies included and ready. No additional configuration needed for basic use.

  • 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.
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-alpine

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.

  • 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.