Ross ROSS = Recommend OSS · open-source software intelligence for agents

webp-sh/webp_server_go

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly. observed · 2026-08-28

github.com/webp-sh/webp_server_go · homepage · Go · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 33
  • age_days: 2397
  • days_rel: 11
  • days_push: 9
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

2006 stars · 188 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go-based HTTP server that serves JPEG, PNG, BMP, GIF, SVG and other images as WebP/AVIF/JXL on the fly, without changing the original URLs. It caches converted outputs and is typically deployed via Docker behind a reverse proxy.

Use cases

  • serve jpg/png images as webp without changing urls
  • reduce image bandwidth and speed up website loading
  • improve google pagespeed score with modern image formats
  • on-the-fly image compression for an existing image directory
  • convert images to avif automatically on a self-hosted server
  • optimize blog or gallery images with a caching image proxy

When to choose

  • you have a directory of legacy JPG/PNG images and want modern formats without renaming files or regenerating assets
  • you want a standalone self-hosted image optimization service deployable with Docker
  • you need automatic caching of converted images to avoid repeated conversion cost

When to avoid

  • you need image processing embedded in your application code rather than a separate HTTP service
  • you require formats or transformations beyond WebP/AVIF/JXL conversion, such as resizing or cropping
  • you cannot run an additional service or container in front of your static files

Facets

service · maturity active

image-processing http-server caching web-development image-processing self-hosted performance go self-hosted cross-platform webp avif image-optimization on-the-fly-conversion pagespeed image-compression docker linux

2 sources

Member repositories

RepositoryRoleHealth v2
webp-sh/webp_server_gomain95

For agents

markdown · JSON · MCP: product_card(name="webp-sh/webp_server_go")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem