ppa

PPA

SecureDNA is a free, non-profit screening platform designed to safeguard DNA synthesis everywhere.

This is a PPA repository for the SecureDNA client and related utilities. Currently built for x86/amd64 (Ubuntu 22.04 and later) and arm64 (Debian Bookworm and later).

It also holds x86/amd64 Red Hat RPMs for CentOS Stream release 9 and later.

Overview

Ubuntu users: Adding the PPA to your system and installing its contents

curl -sSL https://securedna.github.io/ppa/deb/securedna-keyring.gpg | sudo tee /usr/share/keyrings/securedna-keyring.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/securedna-keyring.gpg] https://securedna.github.io/ppa/deb ./" | sudo tee /etc/apt/sources.list.d/securedna.list > /dev/null
sudo apt update
sudo apt install synthclient

Red Hat users: Adding the public key to your system and installing the RPM

sudo rpmkeys --import https://securedna.github.io/ppa/rpm/securedna-keyring.asc

Then, depending on your architecture, one of

sudo yum install -y https://securedna.github.io/ppa/rpm/synthclient-latest.x86_64.rpm

or

sudo yum install -y https://securedna.github.io/ppa/rpm/synthclient-latest.aarch64.rpm