Quickly Run GitHub Desktop on Debian 12 Bookworm

In this guide, you will learn to Install and Run GitHub Desktop on Debian 12 Bookworm. GitHub Desktop is an open-source application that you can use to access and interact with GitHub from the Web Graphical user interface. By using GitHub Desktop you can easily activate commands with a single click such as create, pull, etc. It is a good option who are interested in the graphical interface instead of the command line.

Now you can proceed with the following steps on the Orcacore website to Run GitHub Desktop on Debian 12 Bookworm.

Quickly Install and Run GitHub Desktop on Debian 12 Bookworm

Before you start, you must log in to your Debian 12 as a non-root user with sudo privileges. You can check the Initial Server Setup with Debian 12.

Note: The GitHub Desktop client application is not available for Linux distributions. You can use The Linux Fork by ShiftKey to install GitHub Desktop.

Now you can follow the steps below to Run GitHub Desktop on Debian 12 Bookworm.

Step 1 – Add ShiftKey Repository For GitHub Desktop Installation

First, run the system update by using the following command:

sudo apt update

Then, use the commands below to add the ShiftKey GPG Key and Repository to your Debian 12 server:

# wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null

# sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list'

Step 2 – Command To Install GitHub Desktop App on Debian 12

At this point, run the system update to apply the repository and install the app by using the following commands:

# sudo apt update 
# sudo apt install github-desktop -y

Step 3 – Launch and Run GitHub Desktop on Debian 12

Once your installation is completed, you can easily launch your GitHub Desktop app from the command line by running:

sudo github-desktop

Or from your desktop search for GitHub and click on the app to open it.

Launch GitHub Desktop app on Debian
Run GitHub Desktop on Debian 12 Bookworm

Now you must see your GitHub desktop app on Debian 12.

GitHub desktop app on Debian 12
Run GitHub Desktop on Debian 12 Bookworm

From there, you can log in or create an account with GitHub.com or GitHub Enterprise. You can easily manage your Git repositories directly from your server.

Step 4 – How To Update GitHub Desktop on Debian?

Every time a new version is released, you can easily update your app by running the system update and upgrade with the following commands on Debian 12:

# sudo apt update  
# sudo apt upgrade

Step 5 – How To Uninstall or Remove GitHub Desktop From Debian?

If you no longer plan to use the GitHub desktop app, you can easily remove it from your server by using the following command:

sudo apt-get remove github-desktop

This will not remove the repositories. If you want to completely remove it, remember to remove the repositories too.

Conclusion

At this point, you have learned to Install the GitHub Desktop app by using the ShiftKey repository on Debian 12 Bookowrm and run your application to access your Git repositories directly from your server.

Hope you enjoy using it. Also, you may interested in these articles:

Install Oracle JDK 21 on Ubuntu / Debian

Run Umbrel OS on Ubuntu and Debian Linux

Upgrade Default PHP to PHP 8.3 in Debian / Ubuntu

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Stay informed and not overwhelmed, subscribe now!