GTK β
The GTK version of Carch is available.
CAUTION
The GTK version of Carch is currently under development.
Itβs not fully ready for use and needs some script updates to work properly. You may try it now as you would with the usual Carch script.
How to Install and Use π¦

Prerequisites β
Simply run the main script:
bash
bash <(curl -L https://chalisehari.com.np/carch)
Once done, you can launch the Carch GTK interface by typing:
bash
carch-gtk
From Source β
Before you start, you'll need to install Python
dependencies.
On Arch Linux:
bash
sudo pacman -S python
Using AUR (with paru
or yay
):
bash
paru -S python
# or
yay -S python
Install and Run Carch β
Clone the Carch repository and run the GTK script:
bash
git clone https://github.com/harilvfs/carch
cd carch
python3 carch-gtk.py
NOTE
If any errors pop up while running the script, they are likely related to missing dependencies. Make sure to install all required Python dependencies.