Skip to content

aqlaboratory/openfold-3

Repository files navigation

OpenFold3-preview

Comparison of OpenFold and experimental structures

OpenFold3-preview is a biomolecular structure prediction model aiming to be a bitwise reproduction of DeepMind's AlphaFold3, developed by the AlQuraishi Lab at Columbia University and the OpenFold consortium. This research preview is intended to gather community feedback and allow developers to start building on top of the OpenFold ecosystem. The OpenFold project is committed to long-term maintenance and open source support, and our repository is freely available for academic and commercial use under the Apache 2.0 license.

For our reproduction of AlphaFold2, please refer to the original OpenFold repository.

Technical report

A technical description of our most recent model version, OpenFold3-preview2, is available here.

Documentation

Please visit our portal and full documentation for instructions on running model training and inference.

Datasets

We provide the full training data for reproducing OpenFold3-preview, including our reproduction of the MGnify-based 13M-sequence distillation dataset described in the AlphaFold3 paper. For more details about dataset access, please refer to our portal.

Features

OpenFold3-preview replicates the input features described in the AlphaFold3 publication, as well as batch job support and efficient kernel-accelerated inference.

A summary of our supported features includes:

Quick-Start for Inference

Make your first predictions with OpenFold3-preview in a few easy steps:

  1. Install OpenFold3-preview using our pip package
pip install openfold3 
  1. Setup your installation of OpenFold3-preview and download model parameters:
setup_openfold
  1. Run your first prediction using the ColabFold MSA server with the run_openfold binary
run_openfold predict --query_json=examples/example_inference_inputs/query_ubiquitin.json

More information on how to customize your inference prediction can be found at our documentation home at https://openfold-3.readthedocs.io/en/latest/. More examples for inputs and outputs can be found in our HuggingFace examples.

Benchmarking

OpenFold3-preview performs competitively with the state of the art in open source biomolecular structure prediction, while being the only model to match AlphaFold3's performance on monomeric RNA structures.

OpenFold3-preview-2 results:

Runs N' Poses performance of OpenFold3-preview-2 and other models

FoldBench interface performance of OpenFold3-preview-2 and other models AF3 antibody-antigen performance of OpenFold3-preview and other models

Performance of OF3p2 and other models on a diverse set of benchmarks:

For more details on inferences procedures and benchmarking methods, please refer to the OpenFold3 Preview 2 whitepaper

OpenFold3-preview results:

Performance of OF3p and other models on a diverse set of benchmarks:

For more details on inferences procedures and benchmarking methods, please refer to the OpenFold3 Preview whitepaper.

Upcoming

The final OpenFold3 model is still in development, and we are actively working on the following features:

  • Full parity on all modalities with AlphaFold3
  • Workflows for training on custom non-PDB data

Community

If you encounter problems using OpenFold3-preview, feel free to create an issue! We also welcome pull requests from the community.

In addition, we offer a public Slack channel for discussions and questions around OpenFold3.

Citing this Work

If you use OpenFold3-preview in your research, please cite the following:

@software{openfold3-preview,
  title = {OpenFold3-preview},
  author = {{The OpenFold3 Team}},
  year = {2025},
  version = {0.2.0},
  doi = {10.5281/zenodo.17485510},
  url = {https://github.com/aqlaboratory/openfold-3},
  abstract = {OpenFold3-preview is a biomolecular structure prediction model aiming to be a bitwise reproduction of DeepMind's AlphaFold3, developed by the AlQuraishi Lab at Columbia University and the OpenFold consortium.}
}

Any work that cites OpenFold3-preview should also cite AlphaFold3.

About

A fully open source biomolecular structure prediction model based on AlphaFold3

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages