Algo-Logic Package distribution

Software downloads

Releases are distributed from this server as an APT repository and as direct downloads. Access requires the credentials issued with your licence.

Install with APT

Recommended. Keeps packages updated through your normal system update process. Replace PRODUCT, USERNAME and PASSWORD with the values in your welcome email.

  1. Install the signing key:
    curl -fsSL https://packages.algo-logic.com/gpg/algo-logic.asc \
      | sudo gpg --dearmor -o /etc/apt/keyrings/algo-logic.gpg
  2. Store your credentials:
    sudo install -m 600 /dev/null /etc/apt/auth.conf.d/algo-logic.conf
    sudo tee /etc/apt/auth.conf.d/algo-logic.conf >/dev/null <<'EOF'
    machine packages.algo-logic.com
    login USERNAME
    password PASSWORD
    EOF
  3. Add the repository:
    sudo tee /etc/apt/sources.list.d/algo-logic.sources >/dev/null <<'EOF'
    Types: deb
    URIs: https://packages.algo-logic.com/apt/PRODUCT
    Suites: stable
    Components: main
    Signed-By: /etc/apt/keyrings/algo-logic.gpg
    EOF
  4. Install:
    sudo apt update
    sudo apt install PACKAGE

Direct downloads

Archives and standalone .deb files are browsable per product at https://packages.algo-logic.com/downloads/PRODUCT/.

Your browser will ask for the same username and password. You will only see the products your licence covers; everything else returns 404.

Verify the signing key

Every package is signed. Confirm you received the correct key by checking its fingerprint against the one sent to you directly — not against this page.

081783F0038D090851E15709CA50FED6D3C884C0
curl -fsSL https://packages.algo-logic.com/gpg/algo-logic.asc | gpg --show-keys

Downloading the key over HTTPS proves only that you reached this server. The fingerprint is what proves the key is ours, and it is only meaningful if it reached you by a different route.