Menu
User

DropVPS Team

Writer: Cooper Reagan

How to Install Clash Verge on Debian 13

How to Install Clash Verge on Debian 13

Publication Date

11/28/2025

Category

Articles

Reading Time

2 Min

Table of Contents

Clash Verge is a modern, user-friendly GUI client for Clash, allowing you to manage proxy subscriptions, rules, and connection modes easily. Debian 13 (Trixie) supports Clash Verge smoothly using the .deb package or AppImage.

Step 1: Update the System

Begin by updating Debian 13 to the latest packages:

sudo apt update && sudo apt upgrade -y

Step 2: Install Required Dependencies

Clash Verge may require FUSE if you're using the AppImage version:

sudo apt install -y fuse libfuse2

This step is optional if you’re installing the .deb package.

Step 3: Download Clash Verge

Visit the official releases page:

https://github.com/clash-verge-rev/clash-verge-rev/releases

Choose one of the following:

  • Clash.Verge_amd64.deb → Recommended for Debian

  • Clash.Verge-x86_64.AppImage → Portable version

Or download directly via terminal:

wget https://github.com/clash-verge-rev/clash-verge-rev/releases/latest/download/Clash.Verge_amd64.deb

Step 4: Install the .deb Package

Use dpkg to install:

sudo dpkg -i Clash.Verge_amd64.deb
sudo apt --fix-broken install -y

This resolves missing dependencies automatically.

Step 5: (Alternative) Run Clash Verge AppImage

If you prefer the AppImage version:

chmod +x Clash.Verge-x86_64.AppImage
./Clash.Verge-x86_64.AppImage

Step 6: Launch Clash Verge

Start it from the terminal:

clash-verge

Or open it from the Applications menu.

Step 7: Add Your Subscription

Inside Clash Verge:

  • Go to Profiles

  • Click Add

  • Paste your subscription URL

  • Save and Update

Choose your desired mode (Rule / Global / Direct) and enable your proxy.

Optional Step: Enable System Proxy

Inside the app, go to Settings → System Proxy and enable:

  • HTTP Proxy

  • SOCKS Proxy

This allows all system traffic to pass through Clash.

Disable system proxy at any time:

gsettings set org.gnome.system.proxy mode 'none'

Sync your subscription regularly — many providers rotate IPs and nodes, and outdated configs often cause connection or speed issues.

Linux VPS
U
Loading...

Related Posts