| Component | Minimum Specification | |-----------|------------------------| | OS | Debian 10 (Buster) or newer / Ubuntu 20.04+ | | Architecture | amd64 (x86_64) only | | RAM | 2 GB (4 GB recommended) | | Disk space | ~200 MB for application + repositories | | Dependencies | libgtk-3-0, libnotify4, libnss3, libxss1, libxtst6, xdg-utils, libsecret-1-0 |
The Linux .deb build has known limitations: github desktop deb free
sudo apt update sudo apt install github-desktop That’s it
That’s it. You now have a .deb install managed by apt. github desktop deb free
Add the community repository for automatic updates:
# Add the repository key and source
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | sudo tee /etc/apt/trusted.gpg.d/shiftkey.asc
sudo sh -c 'echo "deb [arch=amd64] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey.list'