OpenSource-Hub
F

Flyimg

1.2k stars·Developer Tools·SHA-256 checksum verified

Open-source, self-hosted image optimization service. Resize, crop, compress on the fly with Docker. Supports AVIF, WebP, and MozJPEG.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted image optimization service like Cloudinary, but you own the server.

Core Features

  • Supports AVIF, WebP, JPEG XL for superior compression
  • One Docker container, easy deployment
  • Real-time image fetching, resizing, cropping, caching
  • Full self-hosting, data privacy, no API limits
  • Customizable parameters for quality, size, format

What It Can't Do

  • If building from source, run `composer install` inside container first; default port is 8080; cache is ephemeral—consider mounting a persistent volume for production.

Use Cases

  • Speed up website images for better performance
  • Batch resize and compress product images for e-commerce
  • Adapt images for different devices and screen sizes
  • Replace expensive SaaS image optimization with free self-hosted solution

Detailed Introduction

Flyimg is a Dockerized application that allows you to build your own Cloudinary-like image optimization service. It fetches images from any URL, then resizes, crops, compresses, caches, and serves them in modern formats like AVIF, WebP, and MozJPEG. With one Docker container, you get a complete image processing pipeline. It also supports JPEG XL via ImageMagick. The service is fully self-hosted, giving you full control over your data and no API rate limits. Ideal for developers who want to improve website performance without relying on third-party services.

Tags

image-optimizationdockerself-hostedopen-sourcewebpavif

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Ensure Docker is installed, run `docker pull flyimg/flyimg`

4

Start container: `docker run -itd -p 8080:80 flyimg/flyimg`

5

Open http://localhost:8080 in browser to verify service is up

Install Guide
  1. Ensure Docker is installed, run `docker pull flyimg/flyimg`
  2. Start container: `docker run -itd -p 8080:80 flyimg/flyimg`
  3. Open http://localhost:8080 in browser to verify service is up
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop container: `docker stop flyimg`, remove: `docker rm flyimg`, delete image: `docker rmi flyimg/flyimg`

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-05-13 16:56:25
GitHub RepositoryOfficial Website

Similar Projects