Charles has an APT repository for Debian-based Linux distributions.app
First install the GPG public key for the repository so you can verify that the packages are correctly signed:spa
wget -q -O - http://www.charlesproxy.com/packages/apt/PublicKey | sudo apt-key add -get
Then add the repository to your sources:it
sudo vi /etc/apt/sources.listio
Add the following line to the end of the file:sed
deb http://www.charlesproxy.com/packages/apt/ charles-proxy main
date
Then update your sources and install Charles:file
sudo apt-get update
charles
sudo apt-get install charles-proxycommand
The package creates a "charles" command in /usr/bin, and adds Charles in your application menus in your window manager.
You may also install the beta track of Charles which is called charles-proxy-beta.