DOWNLOAD — V1.0 LAUNCHES AUGUST 2026
Get Loombre
One server, every platform. Free, AGPL-3.0, no account. The packaged installers below land with v1.0 in August 2026 — Docker Compose already runs straight from the repository. 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 # set POSTGRES_PASSWORD + LOOMBRE_JWT_SECRET
$ docker compose -f docker-compose.prod.yml --env-file installers/docker/loombre.env up -d
→ open http://your-host:3001 — images are cosign-signed: ghcr.io/loombre/loombre:1.0.0
Full walkthrough, upgrades, and the schema-migrate step: docs/install/docker →
Platform installers
Linux
Self-contained install under
/opt/loombre with an install script, embedded PostgreSQL, and a systemd service.
loombre-1.0.0-linux-x64.tar.gz
AUGUST 2026 · SHA-256 · ATTESTED · MINISIGNED
Windows
Installs as a Windows service. Unsigned — SmartScreen will warn; verify the download instead (below).
loombre-1.0.0-x64.msi
AUGUST 2026 · SHA-256 · ATTESTED · MINISIGNED
macOS
Runs in the background with a menu-bar controller. Not notarized — Gatekeeper will warn; verify the download instead.
loombre-1.0.0.pkg
AUGUST 2026 · SHA-256 · ATTESTED · MINISIGNED
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 — SHA-256 CHECKSUMS
Plain integrity: the bytes you got are the bytes that were released.
sha256sum --ignore-missing \
-c SHA256SUMS
3 — MINISIGN SIGNATURE
The release manager’s personal blessing — public key published in three places at once.
minisign -Vm SHA256SUMS \
-P <public key>
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
~$100 MINI PC
1080P DIRECT PLAY + 1 TRANSCODE
Tier-1 — comfortable
6-CORE + QUICKSYNC / VAAPI
8–16 GB RAM
4K HDR TONE-MAP, MULTIPLE STREAMS
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
16 GB+ RAM · EXTERNAL POSTGRES
MANY CONCURRENT REMOTE STREAMS
Tier-0 isn’t a degraded experience — idle RSS ≤ 220 MB and p95 ≤ 100 ms browse at 50k items are blocking CI jobs on every commit.