back to home

bytedance / Protenix

Toward High-Accuracy Open-Source Biomolecular Structure Prediction.

View on GitHub
1,728 stars
241 forks
72 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing bytedance/Protenix in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/bytedance/Protenix)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Protenix: Protein + X > πŸ“£πŸ“£πŸ“£ **We're hiring!** \ > Positions in **_Beijing_** πŸ‡¨πŸ‡³ and **_Seattle_** πŸ‡ΊπŸ‡Έ \ > Interested in machine learning, computational chemistry/biology, structural biology, or drug discovery? Join us to build cutting-edge AI for biology! \ > πŸ‘‰ **Join us Β»** ⚑ Protenix Web Server • πŸ“„ Technical Report We’re excited to introduce **Protenix** β€” Toward High-Accuracy Open-Source Biomolecular Structure Prediction. Protenix is built for high-accuracy structure prediction. It serves as an initial step in our journey toward advancing accessible and extensible research tools for the computational biology community. 🌟 Related Projects β€’ **PXDesign** is a model suite for de novo protein-binder design built on the Protenix foundation model. PXDesign achieves 20–73% experimental success rates across multiple targets β€” 2–6Γ— higher than prior SOTA methods such as AlphaProteo and RFdiffusion. The framework is freely accessible via the Protenix Server. β€’ **PXMeter** is an open-source toolkit designed for reproducible evaluation of structure prediction models, released with high-quality benchmark dataset that has been manually reviewed to remove experimental artifacts and non-biological interactions. The associated study presents an in-depth comparative analysis of state-of-the-art models, drawing insights from extensive metric data and detailed case studies. The evaluation of Protenix is based on PXMeter. β€’ **Protenix-Dock**: Our implementation of a classical protein-ligand docking framework that leverages empirical scoring functions. Without using deep neural networks, Protenix-Dock delivers competitive performance in rigid docking tasks. πŸŽ‰ Latest Updates β€’ **2026-02-05: Protenix-v1 Released** πŸ’ͺ [Technical Report] β€’ Supported Template/RNA MSA features and improved training dynamics, along with further Inference-time model performance enhancements. β€’ **2025-11-05: Protenix-v0.7.0 Released** πŸš€ β€’ Introduced advanced diffusion inference optimizations: Shared variable caching, efficient kernel fusion, and TF32 acceleration. See our performance analysis. β€’ **2025-07-17: Protenix-Mini & Constraint Features** β€’ Released lightweight model variants (Protenix-Mini) that drastically reduce inference costs with minimal accuracy loss. β€’ Added support for atom-level contact and pocket constraints, enhancing prediction accuracy through physical priors. β€’ **2025-01-16: Pipeline Enhancements** β€’ Open-sourced the full training data pipeline and MSA pipeline. β€’ Integrated local ColabFold-compatible search for streamlined MSA generation. πŸš€ Getting Started πŸ›  Quick Installation 🧬 Quick Prediction Key Model Descriptions | Model Name | MSA | RNA MSA | Template | Params | Training Data Cutoff | Model Release Date | | :--- | :---: | :---: | :---: | :---: | :---: | :---: | | | βœ… | βœ… | βœ… | 368 M | 2021-09-30 | 2026-02-05 | | | βœ… | βœ… | βœ… | 368 M | 2025-06-30 | 2026-02-05 | | | βœ… | ❌ | ❌ | 368 M | 2021-09-30 | 2025-05-30 | β€’ **protenix_base_default_v1.0.0**: Default model, trained with a data cutoff aligned with AlphaFold3 (2021-09-30). > πŸ’‘ > This is the **highly recommended** model for conducting fair, rigorous public benchmarks and comparative studies against other state-of-the-art methods. β€’ **protenix_base_20250630_v1.0.0**: Applied model, trained with an updated data cutoff (2025-06-30) for better practical performance. This model can be used for practical application scenarios. β€’ **protenix_base_default_v0.5.0**: Previous version of the model, maintained primarily for backward compatibility with users who developed based on v0.5.0. For a complete list of supported models, please refer to Supported Models. For detailed instructions on installation, data preprocessing, inference, and training, please refer to the Training and Inference Instructions. We recommend users refer to inference_demo.sh for detailed inference methods and input explanations. πŸ“Š Benchmark **Protenix-v1 (refers to the model)**, the first fully open-source model that outperforms AlphaFold3 across diverse benchmark sets while adhering to the same training data cutoff, model scale, and inference budget as AlphaFold3. For challenging targets, such as antigen-antibody complexes, the prediction accuracy of Protenix-v1 can be further enhanced through inference-time scaling – increasing the sampling budget from several to hundreds of candidates leads to consistent log-linear gains. For detailed benchmark metrics on each dataset, please refer to docs/model_1.0.0_benchmark.md. Citing Protenix If you use Protenix in your research, please cite the following: πŸ“š Citing Related Work Protenix is built upon and inspired by several influential projects. If you use Protenix in your research, we also encourage citing the following foundational works where appropriate: Contributing to Protenix We welcome contributions from the community to help improve Protenix! πŸ“„ Check out the Contributing Guide to get started. βœ… Code Quality: We use hooks to ensure consistency and code quality. Please install them before making commits: 🐞 Found a bug or have a feature request? Open an issue. Acknowledgements The implementation of LayerNorm operators refers to both OneFlow and FastFold. We also adopted several module implementations from OpenFold, except for , which is implemented independently. Code of Conduct We are committed to fostering a welcoming and inclusive environment. Please review our Code of Conduct for guidelines on how to participate respectfully. Security If you discover a potential security issue in this project, or think you may have discovered a security issue, we ask that you notify Bytedance Security via our security center or vulnerability reporting email. Please do **not** create a public GitHub issue. License The Protenix project including both code and model parameters is released under the Apache 2.0 License. It is free for both academic research and commercial use. Contact Us We welcome inqu…