APT and RPM repository for the Homestead services. Signed with key B19F BF49 35DC 3791 4BF0 ED94 815C 68F8 2ECD 473D
(homestead.asc). Rebuilt 2026-08-30 05:33 UTC.
curl -fsSL https://filedotexe.pages.tendiemuncher.com/homestead-packages/install.sh | sudo sh
Works on Ubuntu / Debian (apt) and Rocky / RHEL / Fedora (dnf). Then apt-get install <package> or dnf install <package>; updates arrive with the normal apt-get upgrade / dnf upgrade.
| Package | Version | Arch | Size | Built |
|---|---|---|---|---|
| pathbeat | 0.1.0~git9+45e1a310 | amd64 | 1.4 MiB | 2026-08-30 |
| wayfinder | 2026.08.20~git30+300c29f2 | amd64 | 27.2 MiB | 2026-08-30 |
| wayfinder-smt | 0.1.0~ci11+189d2ae8 | amd64 | 38.3 MiB | 2026-08-30 |
| wayfinder-web | 0.1.0~dev-1 | amd64 | 31.5 MiB | 2026-08-30 |
| waypoint | 2026.08.21.c287fe8 | amd64 | 29.1 MiB | 2026-08-30 |
| Package | Version | Arch | Size | Built |
|---|---|---|---|---|
| pathbeat | 0.1.0-0.9.git45e1a310 | x86_64 | 1.7 MiB | 2026-08-30 |
| wayfinder-smt | 0.1.0-ci11_189d2ae8 | x86_64 | 39.1 MiB | 2026-08-30 |
# apt curl -fsSL https://filedotexe.pages.tendiemuncher.com/homestead-packages/homestead.asc | sudo gpg --dearmor -o /usr/share/keyrings/homestead.gpg echo 'deb [signed-by=/usr/share/keyrings/homestead.gpg] https://filedotexe.pages.tendiemuncher.com/homestead-packages/apt stable main' | sudo tee /etc/apt/sources.list.d/homestead.list sudo apt-get update # dnf sudo curl -fsSL https://filedotexe.pages.tendiemuncher.com/homestead-packages/homestead.repo -o /etc/yum.repos.d/homestead.repo sudo rpm --import https://filedotexe.pages.tendiemuncher.com/homestead-packages/homestead.asc