Thanks for helping test Cyd

Are you helping test out features in Cyd? Thank you so much! You're making it so much better.

This page is for people who are running the dev version of Cyd to help test it.

Here's a note about how to access premium features while you're testing, followed by instructions on how to download the dev release for your computer.

Accessing Premium features while testing

The dev version of Cyd uses a dev server which limits what email addresses are allowed to sign up for Cyd accounts. You can only sign up if you've spoken with us and we agreed to let you test.

Once you're signed into your dev Cyd account, you can sign up for Premium using the following test credit card:

  • Card number: 4242 4242 4242 4242
  • Expiration date: anything in the future
  • Security code: make it up
  • Billing address: make it up

Download Cyd Dev

For Windows and Mac users

Here's where to download the latest development release of Cyd:

For Linux users

Here are instructions for .deb repos:

# Import the signing key
curl -fsSL https://releases.lockdown.systems/signing-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/lockdown-systems-archive-keyring.gpg

# Add the repository
echo "deb [signed-by=/usr/share/keyrings/lockdown-systems-archive-keyring.gpg] https://releases.lockdown.systems/debian/ dev main" | sudo tee /etc/apt/sources.list.d/lockdown-systems.list

# Install Cyd
sudo apt update
sudo apt install cyd

Here are instructions for .rpm repos:

# Import the signing key
sudo rpm --import https://releases.lockdown.systems/signing-key.asc

# Add the repository
sudo tee /etc/yum.repos.d/lockdown-systems.repo <<EOF
[lockdown-systems]
name=Lockdown Systems Repository
baseurl=https://releases.lockdown.systems/rpm/dev/
enabled=1
gpgcheck=1
gpgkey=https://releases.lockdown.systems/signing-key.asc
EOF

# Install Cyd
sudo dnf install cyd

If those don't work for you, you can download a zip file version here: