Open-source PyTorch reproduction of AlphaFold 3 under Apache 2.0, matching or exceeding AF3 on protein-ligand, protein-protein, and RNA benchmarks.
Protenix is a fully open-source PyTorch reimplementation of AlphaFold 3, developed by ByteDance AI Lab and released in January 2025 under the permissive Apache 2.0 license. The project was motivated by the limited accessibility of the original AlphaFold 3 code and model weights, which were released under a restrictive license that prohibited commercial use and required registration. By faithfully reproducing the AF3 architecture and training pipeline in a transparent, auditable codebase, Protenix restores the ability for both academic and commercial researchers to build on the current state of the art in biomolecular structure prediction.
At equivalent training data cutoffs, model scale, and inference budget, Protenix matches or exceeds AlphaFold 3 on multiple standard benchmarks, including PoseBusters V2 for protein-ligand docking and the CASP15 RNA structure prediction challenge. The model handles the full range of molecular inputs that AF3 targets — protein sequences, small molecules, RNA, and DNA — making it a practical drop-in alternative for workflows that require open-weight access or commercial deployment freedom.
The v1.0.0 release in February 2026 added template and RNA MSA support, and the repository is actively maintained with ongoing performance and usability improvements. The lightweight Protenix-Mini and Protenix-Mini+ variants target reduced-cost inference: Protenix-Mini+ (October 2025) introduces a scalable Pairformer, prunes redundant network blocks, and adds a few-step atom-diffusion sampler to cut inference cost by more than 90%, at the expense of roughly a 3% intra-protein LDDT drop on low-homology single-chain targets.
Protenix is a 368-million parameter model that follows the AlphaFold 3 architecture. The core design departs from AlphaFold 2's iterative structure module in favor of a diffusion-based structure generation approach. Sequence and evolutionary information are processed by a Pairformer (which replaces the Evoformer used for non-MSA inputs in AF3) and an MSA module that captures co-evolutionary signals. A diffusion-based decoder then generates all-atom coordinates by iteratively denoising from a random distribution, allowing flexible and physically plausible generation across diverse molecular types including small molecules and nucleic acids.
The model is trained on publicly available structural data consistent with the AlphaFold 3 training regime: Protein Data Bank structures, sequence databases for MSA construction (UniRef, BFD, MGnify), and small molecule and nucleic acid records from public repositories. The full training pipeline and MSA generation scripts are open-sourced alongside the model weights. Inference is implemented in Python with CUDA and C++ extensions; kernel fusion and shared variable caching are used for optimization, and the Protenix-Mini and Protenix-Mini+ variants reduce compute requirements further for large-scale screening. Protenix-Mini+ replaces the standard Pairformer with a scalable variant that compresses the cubic-complexity operations along the sequence dimension and substitutes a few-step sampler for the full iterative atom-diffusion schedule.
Protenix serves researchers who require open-weight access to AF3-class structure prediction capabilities. In drug discovery, the model predicts protein-ligand binding poses for virtual screening and lead optimization pipelines where commercial licensing of the original AF3 would be prohibitive. Structural biologists use it to generate atomic models of protein-protein and protein-nucleic acid complexes, particularly for targets with limited homologs where MSA-dependent methods are stressed. RNA biologists benefit from the CASP15-leading RNA structure prediction capability. The model is also well-suited as a reproducible baseline for benchmarking new structure prediction methods, given that its full training and inference pipeline is publicly auditable in a way that AlphaFold 3 is not.
Protenix occupies a strategically important position in the biomolecular structure prediction landscape by delivering AlphaFold 3-class performance under an unrestricted open-source license. Its release directly addresses the gap created by DeepMind's decision to withhold full training code and impose commercial restrictions on AF3, and it has become a reference implementation for the research community seeking a fully reproducible AF3 baseline. Notable limitations mirror those of AlphaFold 3: performance depends on MSA depth and template availability, degrading for sequences with no evolutionary homologs; predictions represent single static conformations rather than conformational ensembles; and inference on large complexes remains computationally demanding despite optimization work. As a preprint-stage model at initial release, some benchmark claims are pending full peer review, though the transparent codebase allows independent verification.
Chen, X., et al. (2025) Protenix - Advancing Structure Prediction Through a Comprehensive AlphaFold3 Reproduction. bioRxiv.
DOI: 10.1101/2025.01.08.631967Zhang, Y., et al. (2026) Protenix-v1: Toward High-Accuracy Open-Source Biomolecular Structure Prediction. bioRxiv.
DOI: 10.64898/2026.02.05.703733Qiang, B., et al. (2025) Protenix-Mini+: efficient structure prediction model with scalable pairformer. arXiv.org.
DOI: 10.48550/arXiv.2510.12842Papers that recently cited this model.
Felipe Mejia-Otalvaro, David Delima, Mandy Hobusch, et al.
bioRxiv · Jul 2026
Xing-Zhi Duan, Cheng Chen, Jing-Tao Sun, et al.
Pest Management Science · Jul 2026
Zhiyuan Chen, Jing Hu, Junzhe Wang, et al.
Jul 2026
The most-cited papers that cite this model.
Woody Ahern, Jason Yim, D. Tischer, et al.
bioRxiv · Apr 2025
Peter Škrinjar, Jérôme Eberhardt, G. Tauriello, et al.
bioRxiv · Aug 2025
Yehlin Cho, Martin Pacesa, Zhidian Zhang, et al.
bioRxiv · Apr 2025
Sheng Xu, Qiantai Feng, Lifeng Qiao, et al.
Nature Communications · Dec 2025
Sai Advaith Maddipatla, Nadav Bojan Sellam, Meital Bojan, et al.
International Conference on Machine Learning · Feb 2025
Share of papers citing this model.