Get started
Add the experimental repository
For Debian 13 (trixie). Install the public signing key, then register the PodMesh channel. These commands require curl and administrator access.
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.xavdp.pro/keys/xavdp-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/xavdp.gpg > /dev/null
sudo chmod 0644 /etc/apt/keyrings/xavdp.gpg
printf '%s\n' 'deb [signed-by=/etc/apt/keyrings/xavdp.gpg] https://deb.xavdp.pro/podmesh trixie-experimental main' \
| sudo tee /etc/apt/sources.list.d/podmesh.list
sudo apt update
Verify delivery with our small test package. It prints a confirmation; it does not install PodMesh or change your services.
sudo apt install xavdp-repository-check
xavdp-repository-check
Signing key fingerprint: 870B 1386 5A81 810E 1910 9668 A7DE 52F6 2814 551B
APT verifies signed metadata and package hashes. Experimental packages remain subject to change.