authentik Platform packages

Desktop packages

🚀 Debian-based distribution Setup

Step 1: Add GPG Key

curl -fsSL https://pkg.goauthentik.io/keys/gpg-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/authentik-keyring.gpg

Step 2: Add Repository

echo "deb [signed-by=/usr/share/keyrings/authentik-keyring.gpg] https://pkg.goauthentik.io stable main" | sudo tee /etc/apt/sources.list.d/authentik.list

Step 3: Update and Install

sudo apt update
sudo apt install authentik-cli

🚀 Red Hat-based distribution Setup

Step 1: Add GPG Key

# This overwrites any existing configuration in /etc/yum.repos.d/authentik.repo
cat <<EOF | sudo tee /etc/yum.repos.d/authentik.repo
[authentik]
name=authentik
baseurl=https://pkg.goauthentik.io
enabled=1
gpgcheck=1
gpgkey=https://pkg.goauthentik.io/keys/gpg-key.asc
EOF

Step 2: Install

sudo yum install -y authentik-cli

Repository Information

Built from: refs/pull/561/merge (709e05ec11ebd2de981f25506920cdc28d852837)

GPG Key fingerprint: 82EE AAD5 531A 856A 9C72 6132 2217 2AF2 AAE3 A237