Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. JAX
J

JAX

Framework
134 projects544.4k total stars90.3k total forks3 languages

Open-source projects built with JAX

There are currently 134 open-source projects built with JAX, with a combined total of 544.4k GitHub stars. The most common language among these projects is Python.

Showing 134 open-source projects · page 2 of 4

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
Jraph
Jraphdeepmind/jraph

A lightweight library for building and training graph neural networks in JAX, providing graph data structures, utilities, and model implementations.

1.5k106Python
2 years ago
JAX, M.D.
JAX, M.D.google/jax-md

A differentiable, hardware-accelerated molecular dynamics simulation framework built on JAX for computational physics and materials science.

1.4k245Jupyter Notebook
5 days ago
RLax
RLaxdeepmind/rlax

A JAX-based library providing reinforcement learning building blocks for implementing agents, supporting both on-policy and off-policy learning.

1.4k104Python
15 days ago
BlackJAX
BlackJAXblackjax-devs/blackjax

A fast, modular Bayesian inference library for JAX, providing composable samplers for CPU and GPU.

1.1k145Python
1 day ago
purejaxrl
purejaxrlluchris429/purejaxrl

High-performance, end-to-end reinforcement learning implementations fully written in JAX for massive parallelization on GPUs.

1.1k87Python
1 year ago
SKRL
SKRLToni-SM/skrl

A modular Python library for Reinforcement Learning with support for PyTorch, JAX, NVIDIA Warp, and multiple environment interfaces.

1.1k150Python
2 months ago
KerasCV
KerasCVkeras-team/keras-cv

A library of modular computer vision components built on Keras 3, supporting TensorFlow, JAX, and PyTorch backends.

1.1k323Python
4 months ago
JAXopt
JAXoptgoogle/jaxopt

Hardware-accelerated, batchable, and differentiable optimization algorithms implemented in JAX for machine learning research.

1.1k75Python
1 month ago
KerasNLP
KerasNLPkeras-team/keras-nlp

A pretrained modeling library for Keras 3 offering simple, flexible, and fast access to models for text, image, and audio tasks.

987352Python
16 hours ago
Dynamax
Dynamaxprobml/dynamax

A Python library for probabilistic state space modeling and inference, built on JAX.

983113Python
4 days ago
EvoJAX
EvoJAXgoogle/evojax

A scalable, hardware-accelerated neuroevolution toolkit built on JAX for parallel training across TPUs/GPUs.

952110Jupyter Notebook
2 years ago
Chex
Chexdeepmind/chex

A library of utilities for writing and testing reliable JAX code, including assertions, debugging tools, and test variants.

94870Python
2 days ago
mip-NeRF
mip-NeRFgoogle/mipnerf

Official JAX implementation of Mip-NeRF, a multiscale neural radiance field model for anti-aliased novel view synthesis.

939112Python
3 years ago
gymnax
gymnaxRobertTLange/gymnax

A JAX-based library providing accelerated reinforcement learning environments with full compatibility to the classic gym API.

91099Python
3 months ago
Nucleotide Transformer
Nucleotide Transformerinstadeepai/nucleotide-transformer

A collection of transformer-based foundation models for genomics and transcriptomics, enabling tasks like sequence analysis, functional prediction, and conversational DNA exploration.

90195Jupyter Notebook
4 months ago
Jumanji
Jumanjiinstadeepai/jumanji

A diverse suite of scalable reinforcement learning environments written in JAX for hardware-accelerated research.

85497Python
1 month ago
evosax
evosaxRobertTLange/evosax

A comprehensive, high-performance library implementing 30+ Evolution Strategies in JAX for scalable optimization on modern hardware.

77862Python
3 months ago
Objax
Objaxgoogle/objax

An object-oriented machine learning framework built on JAX, designed for simplicity and readability in research.

77472Python
2 years ago
JAX RL
JAX RLikostrikov/jax-rl

JAX (Flax) implementations of reinforcement learning algorithms for continuous action spaces, designed for research.

75775Jupyter Notebook
3 years ago
OTT-JAX
OTT-JAXott-jax/ott

A JAX-powered library for solving large-scale optimal transport problems, including matching, barycenters, and neural approximations.

750136Python
1 month ago
Levanter
Levanterstanford-crfm/levanter

A JAX-based framework for training large language models with a focus on legibility, scalability, and reproducibility.

707123Python
5 months ago
BrainPy
BrainPybrainpy/BrainPy

A flexible, efficient, and extensible JIT-compiled framework for computational neuroscience and brain-inspired computation.

694109Python
1 day ago
NetKet
NetKetnetket/netket

A Python library built on JAX for studying many-body quantum systems using neural networks and machine learning.

692215Python
1 day ago
Distrax
Distraxdeepmind/distrax

A JAX-native library of probability distributions and bijectors, reimplementing a subset of TensorFlow Probability with emphasis on readability and extensibility.

64442Python
15 days ago
scikit-fem
scikit-femkinnala/scikit-fem

A pure Python library for finite element assembly, transforming bilinear forms into sparse matrices and linear forms into vectors.

641107Python
1 month ago
GPJax
GPJaxthomaspinder/GPJax

A low-level Gaussian process framework in JAX and Flax, designed for maximum flexibility and close alignment with mathematical notation.

64081Python
3 days ago
Pgx
Pgxsotetsuk/pgx

A collection of GPU-accelerated parallel game simulators for reinforcement learning, built with JAX.

63353Python
1 year ago
Optimistix
Optimistixpatrick-kidger/optimistix

A JAX library for nonlinear optimization including root finding, minimization, fixed points, and least squares.

60454Python
2 months ago
Pax
Paxgoogle/paxml

A JAX-based machine learning framework for configuring and training large-scale models with high efficiency on TPUs and GPUs.

55575Python
23 hours ago
XLB
XLBAutodesk/XLB

A differentiable, massively parallel Lattice Boltzmann library in Python for physics-based machine learning and fluid dynamics simulations.

49784Python
1 month ago
PIX
PIXdeepmind/dm_pix

An image processing library built on JAX, designed to be optimized and parallelized with JAX transformations.

44229Python
16 days ago
Tequila
Tequilaaspuru-guzik-group/tequila

A high-level Python framework for formulating, optimizing, and executing variational quantum algorithms on simulators and real hardware.

435120Python
3 days ago
Extending JAX with custom C++ and CUDA code by Dan Foreman-Mackey
Extending JAX with custom C++ and CUDA code by Dan Foreman-Mackeydfm/extending-jax

A tutorial demonstrating how to extend JAX with custom C++ and CUDA operations for high-performance computing.

40323Python
1 year ago
EasyDeL
EasyDeLerfanzar/EasyDeL

A JAX-based framework for streamlined training, fine-tuning, and high-performance serving of large language and multimodal models.

36850Python
1 day ago
QDax
QDaxadaptive-intelligent-robotics/QDax

A hardware-accelerated Python library for running Quality-Diversity and neuroevolution algorithms in minutes instead of days.

35755Python
8 months ago
tinygp
tinygpdfm/tinygp

An extremely lightweight Gaussian Process library for Python built on JAX with GPU acceleration and automatic differentiation.

34734Python
12 days ago
1
2
3
4