Linux Download
System Requirements
- Major Linux distributions (Ubuntu, Debian, Fedora, etc.)
- At least 100MB free disk space
- At least 2GB RAM
Download Options
Debian/Ubuntu Series
- clash-verge_1.4.7_amd64.deb
- For x86_64 architecture
- Supports Ubuntu, Debian, etc.
- clash-verge_1.4.7_arm64.deb
- For ARM64 architecture
- Supports Raspberry Pi and other ARM devices
Universal Version
- clash-verge_1.4.7_amd64.AppImage
- Works on most Linux distributions
- No installation required
- clash-verge_1.4.7_arm64.AppImage
- Universal version for ARM64
- Supports more ARM devices
Installation Instructions
Using .deb Package
bash
# Install dependencies
sudo apt update
sudo apt install -y libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils
# Install Clash Verge
sudo dpkg -i clash-verge_*.deb
sudo apt-get install -f
Using AppImage
bash
# Add execute permission
chmod +x clash-verge_*.AppImage
# Run the application
./clash-verge_*.AppImage
Common Issues
Dependency Issues
- Use
sudo apt-get install -f
to install missing dependencies - Check if system meets minimum requirements
- Ensure system is up to date
Permission Issues
- Ensure AppImage file has execute permission
- Check user permissions
- Try running installation command with sudo