Metadata-Version: 2.1
Name: modular
Author: Modular Inc
Author-email: hello@modular.com
Home-page: https://modular.com
License: LicenseRef-MAX-Platform-Software-License
Description-Content-Type: text/markdown
Summary: A suite of AI libraries and tools that accelerates model serving and provides programmability all the way to the GPU kernels
Project-URL: Changelog, https://docs.modular.com/releases/
Project-URL: Discord, https://discord.com/invite/modular
Project-URL: Documentation, https://docs.modular.com/
Project-URL: Forum, https://forum.modular.com
Project-URL: Issues, https://github.com/modular/modular/issues
Project-URL: Source, https://github.com/modular/modular
Requires-Dist: max[benchmark]==26.5.0
Requires-Dist: max[serve]==26.5.0
Requires-Dist: mojo==1.0.0
Version: 26.5.0

<h1 align="center">
    <img
      src="https://modular-assets.s3.amazonaws.com/images/modular_github_logo_bg.png?20250905"
      alt="Modular">
</h1>

MAX is an open framework for production AI deployments that abstracts hardware
complexity and accelerates model serving. You can run popular open weight
models with industry-leading performance, build custom models in Python, and
write high-performance GPU kernels in Mojo.

**NOTE:** Not available for Windows.

Starting with version 26.5 (August 2026), we recommend you instead install
the `max` package with all optional dependencies:

```bash
pip install "max[all]"
```

To create an OpenAI-compatible endpoint with a Hugging Face model, see the
[MAX quickstart guide](https://modul.ar/max-get-started).

To write GPU kernels in Mojo, see
[Get started with GPU programming](https://modul.ar/gpu-get-started).

