Squid Package Repository

This site hosts the signed APT and RPM package repositories for Squid Tentacle.

Installation

Debian / Ubuntu:

curl -fsSL https://squid.solarifyai.com/public.key | sudo gpg --dearmor -o /etc/apt/keyrings/squid.gpg
echo "deb [signed-by=/etc/apt/keyrings/squid.gpg] https://squid.solarifyai.com/apt stable main" | \
  sudo tee /etc/apt/sources.list.d/squid.list
sudo apt-get update
sudo apt-get install -y squid-tentacle

RHEL / CentOS / Fedora:

sudo curl -fsSL https://squid.solarifyai.com/rpm/squid-tentacle.repo \
  -o /etc/yum.repos.d/squid-tentacle.repo
sudo yum install -y squid-tentacle

Or tarball-based one-liner (fallback, works everywhere):

curl -fsSL https://squid.solarifyai.com/install.sh | sudo bash

Contents

Packages and metadata are published automatically by GitHub Actions on each Squid release. Source code: github.com/SolarifyDev/Squid.