imgproxy
Open-source · self-hostable · replaces 1 SaaS tool on os-alt
imgproxy/imgproxy · alive · ★ 10.7k · last commit 1d ago · 56 open issues
License: MIT — Open-source edition is MIT; Pro edition with extra processors and AVIF speedups is paid.
Good fit for Most use cases — fastest single-binary image processor, near-perfect feature parity with Cloudinary's transformation surface.
Weak at No upload/management UI; you push images to S3 yourself. Video transformation requires the Pro edition.
In a terminal? npx -y github:SolvoHQ/os-alt-cli cloudinary prints
the Cloudinary comparison table including imgproxy.
how the CLI works →
Replaces these SaaS
- Cloudinary · Image / video CDN + on-the-fly transformation
`docker run -d -p 8080:8080 -e IMGPROXY_KEY='hex' -e IMGPROXY_SALT='hex' -e IMGPROXY_S3_ENDPOINT='https://s3.example.com' darthsim/imgproxy:latest`. Replace Cloudinary URLs (`https://res.cloudinary.com/.../w_400/image.jpg`) with imgproxy URLs (`https://imgproxy.example.com/<signature>/w:400/<base64-or-plain-source-url>`). Source images live in S3/MinIO. Put Cloudflare or Bunny.net in front for global edge cache.
README badges for the SaaS this replaces
Maintainers and forks: drop a badge in your README to link readers from the SaaS-comparison page back to your repo.