DOWNLOAD — 1.0.0-BETA.3 · PRE-RELEASE FOR TESTERS

Download Loombre

One server, every platform. Free, AGPL-3.0, no account. 1.0.0-beta.3 is the current public beta — a pre-release for testers, with the packaged installers below and Docker Compose straight from the repository. v1.0 follows the beta line (beta.N → rc.1 → 1.0.0). Whichever path you pick, the first-run wizard — admin account, library paths, hardware probe — takes it from there.

Docker Compose — recommended

Docker Compose RECOMMENDED
LINUX · MACOS · WINDOWS (WSL2) · NAS
$ git clone https://github.com/Loombre/Loombre.git && cd Loombre
$ cp installers/docker/loombre.env.example installers/docker/loombre.env
$ $EDITOR installers/docker/loombre.env # set POSTGRES_PASSWORD + LOOMBRE_JWT_SECRET
$ docker compose -f docker-compose.prod.yml --env-file installers/docker/loombre.env up -d postgres
$ docker compose -f docker-compose.prod.yml --env-file installers/docker/loombre.env run --rm server node packages/db/scripts/migrate.mjs migrate # schema migrate — waits for postgres healthy
$ docker compose -f docker-compose.prod.yml --env-file installers/docker/loombre.env up -d
→ open http://your-host:3000 — the compose file builds from the checkout; published images are cosign-signed
Full walkthrough, upgrades, and every variable: docs/install/docker →

Platform installers

Linux

.RPM · .DEB · TARBALL · X86-64
Native .rpm (Fedora, RHEL, Rocky) and .deb (Debian, Ubuntu) packages, or a tarball with an install script — each a self-contained install under /opt/loombre with embedded PostgreSQL and systemd services.
1.0.0-BETA.3 · 2026-09-07 · SHA-256 · ATTESTED · MINISIGNED

Windows

.EXE INSTALLER · WINDOWS 10+
Installs as a Windows service. Unsigned — SmartScreen will warn; verify the download instead (below).
1.0.0-BETA.3 · 2026-09-07 · SHA-256 · ATTESTED · MINISIGNED

macOS

.PKG + MENU BAR APP · APPLE SILICON · INTEL
Runs in the background with a menu-bar controller. Not notarized — Gatekeeper will warn; verify the download instead.
1.0.0-BETA.3 · 2026-09-07 · SHA-256 · ATTESTED · MINISIGNED
Checksums and signatures for every file above — SHA256SUMS, SHA256SUMS.minisig, manifest.json, manifest.json.minisig — are on the 1.0.0-beta.3 release page →. It is a pre-release: the in-app update check does not announce betas, so testers move between betas by hand.
UNSIGNED INSTALLERS — ON PURPOSE, NOT AN OVERSIGHT

Three layers of trust instead

Signing certificates cost money this project has no revenue — and no telemetry — to fund. In their place, every release carries three independent proofs, so you never take a single one on faith.

1 — BUILD ATTESTATION
Proves the file was built by this repo’s own CI, at this exact commit. No key handling.
gh attestation verify <file> \ --repo Loombre/Loombre
2 — MINISIGN SIGNATURE
The release manager’s personal blessing — proves SHA256SUMS itself is authentic. Download SHA256SUMS.minisig alongside it; the command finds it by name.
minisign -Vm SHA256SUMS \ -P RWSE4IWHHb2pnrgvN8eVIFOOv1vK84f5Zkk8lMtw6t4VlggsYAOj2oA5
3 — SHA-256 CHECKSUMS
With SHA256SUMS proven authentic, confirm the bytes you got are the bytes that were released.
sha256sum --ignore-missing \ -c SHA256SUMS
Docker images are additionally signed keyless via cosign with GitHub’s OIDC identity. Full details: verifying a release →
WILL IT RUN? — ENFORCED BUDGETS, NOT MARKETING TIERS

Hardware tiers

Tier-0 — minimumCI-ENFORCED
4-CORE CPU · 4 GB RAM
~$100 MINI PC
1080P DIRECT PLAY + 1 TRANSCODE
Tier-1 — comfortable
QUAD-CORE + QUICKSYNC / VAAPI
8–16 GB RAM
4K HDR TONE-MAP, MULTIPLE STREAMS
Tier-2 — household
8-CORE + DISCRETE GPU / NVENC
16 GB+ RAM · EXTERNAL POSTGRES
MANY CONCURRENT REMOTE STREAMS
Tier-0 isn’t a degraded experience — server idle RSS ≤ 220 MB and p95 ≤ 100 ms browse at 50k items are blocking CI jobs on every commit; the full stack (server + worker + PostgreSQL) budgets ≤ 500 MB.