Genetic Medicines

Shaping the RNA Century

Powering the Promise of Oligonucleotide Medicines

Alloy Genetic Medicines is positioned to lead the RNA century, where AI-programmable sequences, precise delivery, potency, and patient safety define what’s possible. Our first RNA innovation ecosystem, the AntiClastic™ Cyclic RNA platform, converts linear RNAs and DNAs into IP-protected, configurable cyclic architectures, delivering nuclease-resistant therapeutics with greater potency, durability, specificity, and in vivo stability, while reducing immunostimulation.

Genetic medicine modalities graphic
Best in class

ASO

candidates

Wide range

of applications
antisense oligonucleotide (ASO) graphic

The Anticlastic™ Cyclic RNA Platform Is Manifesting the Promise of Oligonucleotide Therapeutics

Delivering Drug Candidates

The AntiClastic platform turns therapeutic concepts into IP-protected, clinic-ready assets by doing more than licensing technology: our labs design, build, test, and refine discovery candidates with you, from our AI/ML-enabled sequence conducted by our RNA Sequence Design Studio, through in vivo studies.

Transformative RNA Structures

Our novel, transiently cyclized RNAs, including ASOs, siRNAs, and sgRNAs, increase potency, stability, targeting precision, and durability, while reducing off-target RNA interactions and stimulating innate immunity. Proprietary AntiClastic cyclic architectures unlock modalities that achieve a range of functions for the genetic medicines toolbox.

Democratizing Access to RNA Innovation

We license our patented AntiClastic Cyclic RNA platform to pharmaceutical innovators, biotechs, and academic laboratories, partnering with you from discovery through clinical candidate selection—designing, building, testing, and refining discovery candidates with you, moving programs faster to the clinic with far less risk.

AntiClastic™ Cyclic RNA Platform

Patented AntiClastic Architectures Enable Wide-Ranging Applications

Developed in collaboration with Dr. Sudhir Agrawal, a pioneer in the antisense field, our proprietary AntiClastic cyclic architectures, such as ASOs, siRNAs, and sgRNAs, unlock modalities that enable a range of functions in genetic medicines, including targeted RNA degradation, splice modulation, gene editing and regulation, DNA modulation, ADAR editing, gene expression modulation, and more.

The AntiClastic cyclic and 5’ end-engineering results in up to a 50-fold improvement in in vitro potency.

Reduced engagement of off-target RNA and pattern recognition receptors mitigates the inflammatory response, thereby improving the therapeutic index.

The AntiClastic platform creates novel, globally IP-protected therapeutic structures.

Manufactured using conventional chemical methods and engineered with building blocks of clinically validated and established oligonucleotide therapeutic modifications.

We Don’t Just License Technology, We Deliver Drug Candidates

The AntiClastic Cyclic RNA platform transforms your therapeutic concepts into clinic-ready assets, not by merely licensing technology. We design, build, test, and refine discovery and development candidates with you.

Machine & human intelligence

Our AI/ML-enabled RNA Sequence Design Studio narrows hundreds of thousands of sequence options to a short list of high-potency screening candidates. Our expert scientists refine those outputs.

Lead
identification

In vitro cell-based assays, using transfection, gymnosis, gene expression, off-target analysis, and biological safety evaluations.

Lead optimization & development

Improving leads across multiple parameters, including sequence selection, chemical modifications, in vivo and in vitro evaluation, efficacy, and safety profile.

Drug candidate nomination

Our comprehensive data packages enable confident selection of your lead and streamlined downstream development.

Genetic Medicines

Scientific Advisory Board

Sudhir Agrawal, D.Phil.

Sudhir Agrawal, D.Phil.

Founder ARNAY Sciences; Affiliate Professor, UMass Chan Medical School
Chair: Alloy Genetic Medicine SAB

Douglas Golenbock, M.D

Douglas Golenbock, M.D

Professor, UMass Chan Medical School
Neil and Margery Blacklow Chair in Infectious Diseases and Immunology

Frank Slack, PhD

Frank Slack, PhD

Shields Warren Mallinckrodt Professor, Dept. of Pathology Director of the Institute for RNA Medicine, BIDMC

Malcolm MacCoss, PhD

Malcolm MacCoss, PhD

Bohicket Pharma Consulting LLC
Visiting Professor of Chemistry for Medicine at University of Oxford, 

Matthew Might, PhD

Matthew Might, PhD

Professor, Dept. of Medicine
Director, Hugh Kaul Precision Medicine Institute, The University of Alabama at Birmingham 

Romesh Subramanian, PhD

Romesh Subramanian, PhD

Co-founder and former CEO, Dyne Therapeutics, Independent Consultant 

Rebecca image 2

Rebecca Miles, PhD

CEO of ReiNA Consulting and  Former Senior Director of Genetic Medicines at   Eli Lilly                       

Website

Website

proprietary AntiClastic ASO therapeutic formats graphic

Discuss partnering with Alloy

Learn how to get started with our proprietary AntiClastic ASO therapeutic formats.

Contact us today to have our team reach out to you and discuss partnership and licensing opportunities

Name(Required)
Country(Required)
By clicking submit you consent to receive email communications about Alloy Therapeutics products and services and agree to our Terms. Your data will be processed in accordance with our Privacy Policy. You may opt out at any time.
document.addEventListener('DOMContentLoaded', function () { const form = document.querySelector('#gform_21'); // Updated form ID const requiredFields = form.querySelectorAll('[aria-required="true"]'); const submitButton = document.querySelector('#gform_submit_button_21'); // Updated button ID // Function to check if all required fields are valid function checkFormValidity() { let allFieldsFilled = true; // Check required fields requiredFields.forEach((field) => { if (!field.value.trim()) { allFieldsFilled = false; } }); // Enable/disable submit button const formIsValid = allFieldsFilled; submitButton.disabled = !formIsValid; // Optional: Add a class to show disabled styling if (formIsValid) { submitButton.classList.remove('disabled'); } else { submitButton.classList.add('disabled'); } } // Attach event listeners to required fields requiredFields.forEach((field) => { field.addEventListener('input', checkFormValidity); }); // Initial check on page load checkFormValidity(); });

Resources

jQuery(document).ready(function ($){ const tcrs_galleryInterval = setInterval(for_slider, 500); function for_slider() { if($("#news .swiper.swiper-initialized").length>0){ clearInterval(tcrs_galleryInterval); tcrs_gallery_slider_update() } } function tcrs_gallery_slider_update() { const imageCarousel = $( '#news .swiper' ), swiperInstance = imageCarousel.data( 'swiper' ); swiperInstance.update(); // swiperInstance.params.slidesPerView = 'auto'; swiperInstance.params.navigation.prevEl = '.cus-news-swiper-button-prev'; swiperInstance.params.navigation.nextEl = '.cus-news-swiper-button-next'; swiperInstance.update(); swiperInstance.on('slideChange', function() { if(swiperInstance.isEnd){ $(".cus-news-swiper-button-next").addClass('disable') }else{ $(".cus-news-swiper-button-next").removeClass('disable') } if(swiperInstance.isBeginning){ $(".cus-news-swiper-button-prev").addClass('disable') }else{ $(".cus-news-swiper-button-prev").removeClass('disable') } }); } $(".cus-news-swiper-button-prev").click(function(e) { e.preventDefault() $("#news .elementor-swiper-button-prev").click() }) $(".cus-news-swiper-button-next").click(function(e) { e.preventDefault() $("#news .elementor-swiper-button-next").click() }) })