jwohlwend/boltz

Description: Official repository for the Boltz biomolecular interaction models

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on April 23rd, 2026
Created on November 17th, 2024
Open Issues & Pull Requests: 159 (+0)
Number of forks: 863
Total Stargazers: 4,132 (+0)
Total Subscribers: 68 (+0)

Issue Activity (beta)

Open issues: 112
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 281 days
Stale 30+ days: 107
Stale 90+ days: 93

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 13.2 hours
Mean response time: 12.7 days
90th percentile: 28.0 days
Tracked items: 419

Most active contributors

Detailed Description

Boltz is an official repository for biomolecular interaction prediction models, written in Python and designed for drug discovery and protein structure analysis. The project provides two main model versions: Boltz-1, the first fully open source model to approach AlphaFold3 accuracy, and Boltz-2, a newer biomolecular foundation model that jointly models complex structures and binding affinities. Boltz-2 represents a significant advancement by being the first deep learning model to approach the accuracy of physics-based free-energy perturbation methods while executing approximately 1000 times faster, making accurate computational screening practical for early-stage drug discovery applications.

The repository is classified by GitGenius as a CLI development project with command-line tools featuring subcommand support and option flags. It demonstrates a lightweight design philosophy with zero-dependency architecture. The codebase is released under the MIT license, making it freely available for both academic and commercial uses. Installation is straightforward through PyPI or directly from GitHub, with support for both GPU and CPU-only hardware, though GPU versions offer significantly better performance.

The primary inference workflow involves running the boltz predict command on YAML files or directories of YAML files for batched processing. Users can specify biomolecules to model and properties to predict through these input formats. The project provides two distinct binding affinity predictions: affinity_pred_value and affinity_probability_binary. The affinity_probability_binary field, ranging from 0 to 1, represents the predicted probability that a ligand is a binder and is designed for hit-discovery stages to detect binders from decoys. The affinity_pred_value aims to measure specific affinity differences between binders and how these change with molecular modifications, making it suitable for ligand optimization stages such as hit-to-lead and lead-optimization phases. This value reports binding affinity as log10(IC50) derived from IC50 measurements in micromolar units.

The repository shows active maintenance and community engagement. GitGenius tracking data reveals a median issue and pull request response latency of 13.2 hours with a mean of 304.2 hours across 419 items, indicating responsive project management. The most active contributors tracked by GitGenius are jwohlwend with 172 events, gcorso with 161 events, and tomgoddard with 36 events. The project maintains connections with major repositories including microsoft/vscode, microsoft/typescript, and rust-lang/rust through overlapping contributors, suggesting integration with broader development ecosystems.

The project leverages NVIDIA cuEquivariance kernels for acceleration on recent NVIDIA GPUs and also runs on Tenstorrent hardware through a community fork. Authentication to MSA servers is supported through multiple credential provision methods. The repository documentation indicates that evaluation code and training code for Boltz-2 are coming soon, along with evaluation scripts and structural predictions for comparison with other models including Chai-1 and AlphaFold3 on test benchmark datasets. The project actively welcomes external contributions and maintains a Slack channel for community discussion and collaboration around model advancements and applications.

boltz
by
jwohlwendjwohlwend/boltz

Repository Details

Fetching additional details & charts...