Descargar — Github Desktop Linux [new]
GitHub, Inc. does not officially provide a native Linux build of GitHub Desktop. The official website ( desktop.github.com ) and GitHub releases only offer installers for Windows ( .exe ) and macOS ( .zip ) .
yay -S github-desktop-bin # Recommended pre-compiled version # OR build from source (slower): yay -S github-desktop Step 1: Download the AppImage from the releases page – look for GitHubDesktop-linux-x86_64-<version>.AppImage . descargar github desktop linux
Make it executable and run:
sudo rpm --import https://mirror.mwt.me/ghd/gpgkey sudo sh -c 'echo -e "[github-desktop]\nname=GitHub Desktop\nbaseurl=https://mirror.mwt.me/ghd/rpm\nenabled=1\ngpgcheck=1" > /etc/yum.repos.d/github-desktop.repo' GitHub, Inc

