OSS Tanbou

Openinary — self-host URL-driven image and video transformations

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
405
Primary language
TypeScript
License
AGPL-3.0
Repository last updated
Sep 18, 2026

Overview

Openinary is a self-hostable media processing platform that performs image and video resizing, cropping, format conversion, and optimization from URL parameters while integrating S3-compatible storage and asset management.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Transform images and videos on demand through URL parameters

Width, height, crop, gravity, format, quality, video seek, and clip operations can be expressed directly in transformation URLs.

Sources: [2][3]

Combine S3/R2 storage with automatic caching

AWS S3, Cloudflare R2, MinIO, and other S3-compatible backends can store assets while transformation outputs are cached.

Sources: [2][3]

For teams wanting Cloudinary-style media APIs on owned infrastructure

It fits applications that need programmable image/video transformation while keeping processing and storage self-hosted.

Sources: [2]

Account for pre-v1 compatibility and mixed licensing

The README warns that backward compatibility is not guaranteed before v1.0, and apps/cloud/ uses a commercial license.

Sources: [2][4][5]

Official sources

  1. [1]openinary/openinary repository(2026-09-21)
  2. [2]Openinary README(2026-09-21)
  3. [3]Openinary documentation(2026-09-21)
  4. [4]Openinary AGPL root license(2026-09-21)
  5. [5]Openinary Cloud commercial license(2026-09-21)
Supplemental curator note

The self-hosted product is AGPL-3.0, but `apps/cloud/` in the same repository uses the Openinary Commercial License and may not be run in production without written agreement; `apps/marketing/` is MIT. The repository is therefore recorded as `NOASSERTION`. Self-hosting does not require `apps/cloud/`.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/openinary/openinary.git
  2. 2

    Enter the repository

    cd openinary
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

405 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
1
Open PRs
6

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • cloudinary
  • developer-tools
  • cloudflare-r2
  • docker
  • image-processing
  • media-processing
  • media-server
  • open-source
  • optimization
  • performance
  • rest-api
  • s3-compatible
Stars
405
Forks
55
Watchers
5
Open issues
8
Contributors
15
Primary language
TypeScript
License
AGPL-3.0
Repository last updated
Sep 18, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.

Openinary — Self-hosted Media Transformations as a Cloudinary Alternative | OSS Tanbou