Viktor Petersson b2f7fde946 fix(viewer): address review — gate Wayland wait on env, share the deadline
- _is_wayland_board() is x86-only, so gating the socket wait on it
  skipped exactly the Pi 5 where ANTHIAS-19 fired. Gate on the
  WAYLAND_DISPLAY env cage exports instead — set on x86/arm64/pi5
  alike, unset on linuxfb/eglfs — so the wait engages on every cage
  board (Copilot)
- Fold the wait into _spawn_webview_once's existing monotonic
  deadline so the socket wait and the handshake share one
  startup_timeout budget rather than stacking up to +10s on the
  inline respawn path (Copilot)
- Drop the now-unused BROWSER_WAYLAND_SOCKET_WAIT_SECONDS constant
- Tests now drive the real env signals (incl. a DEVICE_TYPE=pi5 case
  that fails if the wait is board-gated) and pass a monotonic deadline

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 19:37:29 +00:00
2026-06-02 22:17:00 +02:00

Anthias · Open Source Digital Signage Solution for Raspberry Pi and PC

Run Unit Tests CodeQL Run Python Linter
GitHub release (latest by date)


Anthias Logo


About Anthias

Anthias is a digital signage platform for Raspberry Pi devices and PCs. Formerly known as Screenly OSE, it was rebranded to clear up the confusion between Screenly (the paid version) and Anthias. More details can be found in this blog post.

Want to help Anthias thrive? Support us using GitHub Sponsor.

🚀 Getting Started

See this page for options on how to install Anthias.

Compatibility

balenaOS

Note

See this page for instructions on how to install Anthias on balenaOS. You can either use the images from balenaHub or download the images from the releases.

Raspberry Pi OS

See the supported hardware section on the website for the full list of supported devices.

Generic 64-bit ARM SBCs (best-effort)

The installer recognizes any 64-bit ARM host that isn't a Raspberry Pi as arm64 and runs the same Anthias stack on it — Armbian on Rock Pi, Orange Pi, Banana Pi and similar boards. The dashboard, scheduler, and asset library all work as on a Pi.

Anthias only supports Debian-based Armbian images (Bookworm / Trixie). The installer wires up the Docker apt repository under download.docker.com/linux/debian, so Ubuntu-based Armbian downloads (Jammy / Noble) will fail at the apt update step. Pick the Debian build of the image for your board on the Armbian site.

Things to know before you pick a board:

  • Videos decode in software — fine for casual 720p, stutter-prone at 1080p on slower SoCs, not suitable for 4K. If your content is mostly video, prefer a Pi 4 / 5 or x86.
  • Images and web pages run smoothly across the supported boards.
  • Tested boards: Rock Pi 4, Rock 5, Orange Pi 5, Banana Pi M5. Allwinner H616 / H618 boards (e.g. Orange Pi Zero 3) currently have weaker mainline display support and are best limited to non-video content.
  • The Plymouth boot splash is wired up but typically does not display on non-Pi boards (their U-Boot bootloaders don't hand the kernel an early DRM device for Plymouth to draw to). The kernel boot log scrolls on the screen until the viewer takes over and renders your first asset — functionally fine, just less polished than the Pi or x86 boot.

Per-SoC hardware video decode (Rockchip rkmpp, Allwinner cedrus, Amlogic meson-vdec) is the planned follow-up; see issue #2849.

Star History

Star History Chart

🐞 Issues and Bugs

Note

We are still in the process of knocking out some bugs. You can track the known issues here. You can also check the discussions in the Anthias forums.

Description
No description provided
Readme GPL-2.0 70 MiB
Languages
Python 70.6%
HTML 8.5%
Shell 5.7%
C++ 3.7%
CSS 3.3%
Other 8.1%