RosettaCommons/foundry

Central repository for biomolecular foundation models with shared trainers and pipeline components

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on December 7th, 2025
Created on August 14th, 2025
Open Issues & Pull Requests: 86 (+0)
Number of forks: 175
Total Stargazers: 939 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.9 hours
Mean response time: 5.1 days
90th percentile: 9.0 days
Tracked items: 172

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 83% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 9% of issues opened in the past year have been closed. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 76
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 62 days
Stale 30+ days: 70
Stale 90+ days: 63

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 2

Top labels

  • question (61)
  • RFdiffusion3 (57)
  • bug (56)
  • RosettaFold3 (17)
  • enhancement (12)
  • MPNN (9)
  • Foundry Src (5)
  • documentation (4)

Detailed Description

Foundry is a central repository and toolkit for training and deploying biomolecular foundation models, with shared infrastructure for protein design, inverse folding, and structure prediction tasks.

Foundry addresses the need for unified tooling to work with multiple classes of protein design models by providing a cohesive platform built on AtomWorks, a framework for manipulating biomolecular structures. The toolkit supports RFdiffusion3 for generative protein design under constraints, ProteinMPNN and LigandMPNN for inverse folding, and RF3 for protein folding. Users can run inference and training through a command-line interface and Python API, with model weights managed through a registry system that defaults to a local checkpoint directory.

The project suits research teams and practitioners working on protein design pipelines who need to combine multiple models in a single workflow. Foundry provides official Docker images with pre-installed weights for reproducible deployments, and supports inference on Apple Silicon via a community fork with MPS acceleration, Intel XPU devices, and standard GPU setups. A Google Colab notebook demonstrates an end-to-end design pipeline. The tool is particularly valuable for those seeking to avoid integrating multiple separate model repositories and instead work within a unified interface.

The project maintains a substantial base of external adopters who report issues and feature requests, with maintainers responding to new issues and pull requests within a day.