SecureDNA is a free, non-profit screening platform designed to safeguard DNA synthesis everywhere.
- You can find information about the project as a whole, including papers and a live demo, at the main site.
- Precompiled
synthclient
binaries and certificate tools are available for Ubuntu amd64 and arm64. - Docker/podman container images are also available:
- As a minimal-size image containing just
synthclient
:docker pull ghcr.io/securedna/synthclient
- As an image containing both
synthclient
and the tools required to request a certificate and generate authorization tokens:docker pull ghcr.io/securedna/synthclient-tools
- As a minimal-size image containing just
- Source for the client and servers is available in our monorepo.
- To use the production servers and hence screen using real databases, you'll need to obtain certificates by following the quickstart instructions.
- For automated use, consult our API documention
- Results can also be visualized at http://localhost:80/; see the quickstart for more information.