Using on Linux
How to install from AUR and how to use the Linux packages.
Ghost Downloader on Linux requires glibc 2.35+. You can install it from the release page or from AUR.
Latest Release
Download `.deb` or `.AppImage` packages.
ghost-downloader-bin
Prebuilt AUR package for most Arch users.
ghost-downloader-git
AUR package that tracks the latest repository commits.
Install from AUR
Using yay / paru
Prebuilt package:
yay -S ghost-downloader-binor:
paru -S ghost-downloader-binIf you want the package that tracks the latest repository commits instead of the stable build:
yay -S ghost-downloader-gitWithout an AUR helper
git clone https://aur.archlinux.org/ghost-downloader-bin.git
cd ghost-downloader-bin
makepkg -siFor the rolling source-based package, replace the repository name with ghost-downloader-git.
Use the Linux Packages
On Debian / Ubuntu, download the .deb package and install it:
sudo apt install ./Ghost-Downloader-v*.debOn other distributions, you can use the .AppImage package:
chmod +x Ghost-Downloader-v*.AppImage
./Ghost-Downloader-v*.AppImageOn Arch / Manjaro, AUR packages are usually the easiest option for updates and removal.
After the first launch, confirm that your download directory, proxy settings, and browser extension pairing are configured as expected.
Which AUR Package Should I Use?
Most users should choose ghost-downloader-bin. Choose ghost-downloader-git only if you explicitly want to follow the latest repository commits.
