Instale o GitHub Desktop no arch Linux
git clone https://aur.archlinux.org/github-desktop-bin.git
cd github-desktop-bin/
makepkg -si
#with aur helper yay
yay -S github-desktop
Monzim