A tiny, static, crystal speedtest server.
  • Crystal 95.1%
  • Dockerfile 4.9%
Find a file
2026-04-26 04:11:10 +02:00
.forgejo/workflows Add .forgejo/workflows/docker.yml 2026-04-25 05:09:00 +02:00
doc Upload files to "doc" 2026-04-25 05:07:12 +02:00
blurr.cr Update blurr.cr 2026-04-26 04:08:10 +02:00
compose.yml Update compose.yml 2026-04-26 04:11:10 +02:00
Dockerfile Update Dockerfile 2026-04-26 01:47:44 +02:00
LICENSE Initial commit 2026-04-25 04:56:02 +02:00
README.md Update README.md 2026-04-25 23:54:13 +02:00

blurr

A tiny, static, speedtest server written in Crystal.

This was made due to the heavy bloat with other speedtests out there. Blurr is a tiny self-contained binary that takes up 7MB when stripped, and doesn't rely on any external web frameworks.

Building is as simple as crystal build ./blurr.cr --release --static --no-debug -o ./blurr && strip ./blurr.

Blurr runs on port 8080 by default! You can run it on a different port with PORT=8052 ./blurr for example!

Blurr's results are most accurate on your own server! If you run a homelab or own a VPS, host your own instance with the compose.yml!

Try it here: https://blurr.click

showcase