Install Tilecast Edge
Edge is packaged differently from the current AppImage Player. Instead of starting one AppImage from a desktop session, Edge installs a signed release under system services and checks that the Player can start correctly before enabling it.
Clean install
Section titled “Clean install”The preview installer is designed to:
- verify the signed release and its files;
- install Edge under
/opt/tilecast-edge/; - create the required users, directories, and systemd services;
- run checks for
tilecastdand the WPE renderer; - check the selected display backend;
- enable Edge only after those checks pass;
- show setup and wait for pairing.
If the checks fail, Edge stays disabled instead of replacing a working screen with a blank Player.
Files and services
Section titled “Files and services”The preview currently uses:
tilecast-edge.servicefortilecastd;tilecast-renderer.servicefor WPE;/var/lib/tilecast-edge/for Player state and cached content;/run/tilecast-edge/for local communication between Edge components;/opt/tilecast-edge/for installed release files.
The renderer does not get direct access to the whole Player data directory. Media is provided through the local Edge service.
If the computer already runs the current Linux AppImage Player, use the migration guide instead of doing a clean install over it.