2025-10-18 02:57:24 -04:00
2025-10-18 01:51:33 -04:00
2025-10-18 01:43:26 -04:00
2025-09-23 01:41:02 -04:00
2025-10-18 01:43:26 -04:00
2025-10-18 01:53:39 -04:00
2025-10-18 02:57:24 -04:00
2025-10-18 02:07:37 -04:00
2025-10-18 02:07:37 -04:00
2025-09-23 01:41:02 -04:00
2025-09-23 01:41:02 -04:00
2025-10-18 02:20:30 -04:00
2025-10-18 02:20:30 -04:00
2025-10-18 02:20:30 -04:00
2025-10-18 02:20:30 -04:00

Relibre

Music release one-page generator

Relibre is a simple, free, and open-source landing-page generator—an alternative to HyperFollow—that produces a single self-contained HTML file you can host anywhere.

Try the generator → https://relibre.site


What you get

  • A clean, responsive, single-file HTML page for a release
  • No trackers, no analytics
  • Host it anywhere (Neocities, object storage, GitHub/Gitea Pages, your own server, IPFS, etc.)
  • Optional native desktop app (only Arch Linux and Flatpak supported for now)

Launch / self-host with Docker or Podman

docker compose pull
docker compose  up -d 

Native desktop build (Go webview app)

Builds a single executable that opens Relibre inside the OS webview. The app runs a tiny localhost server and can save the generated HTML directly to your Downloads folder.

Build

make deps
make build
./relibre-app

Arch Linux (AUR) packaging

makepkg -si

Flatpak / Flathub

Relibre works well as a Flatpak using the GNOME runtime (WebKitGTK included).

Build & run locally:

flatpak install -y org.gnome.Platform//46 org.gnome.Sdk//46
flatpak-builder --user --install --force-clean build-dir com.circlewithadot.Relibre.yml
flatpak run com.circlewithadot.Relibre
Description
Relibre is a simple, free and open source landing page generator that is an alternative to services such as HyperFollow. Relibre has one job- giving the artist the ability to generate a single html file to self-host with their own methods.
Readme AGPL-3.0 16 MiB
Languages
JavaScript 49.4%
HTML 29.9%
Go 9.1%
CSS 7.4%
Shell 3.6%
Other 0.6%