Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 3.29.1 instead.

Drop a star to support Aim ⭐ Join Aim discord community

⚡ ⚡ Aim 4.0 stable has been released! ⚡ ⚡ !!


Open-source modular observability for AI Systems.

Easily log, connect and observe any parts of your AI Systems from experiments to production to prompts to AI system monitoring.


Discord Server Twitter Follow Medium

Platform Support PyPI - Python Version PyPI Package License PyPI Downloads Issues



SEAMLESSLY INTEGRATES WITH:


TRUSTED BY ML TEAMS FROM:


AimStack offers enterprise support that's beyond core Aim. Contact via hello@aimstack.io e-mail.


AboutDemosDefault logging appsQuick StartExamplesDocumentationCommunityBlog


ℹ️ About

Aim is an open-source operating system for logs. With Aim you can build, run and combine any kind of logging applications - experiment tracking, production monitoring, AI System (LLM-based) monitoring, usage monitoring etc.

The Logging applications are typically a combination of these components:

  • The types and relationships of the data being logged
  • The observability UI over the data logged
  • Automations over the data logged

Aim comes installed with a number of default logging apps:

  • Base App - a basic generic log exploration and the logging primitives
  • AI Experiment Tracking App - log and explore your machine learning experiments. Includes integrations with the majority of leading ML frameworks.
  • AI Systems Tracing and Debugging Apps - a combination of variety of apps that log from langchain to llamaindex traces all in one place.

Apart from running the logging apps, Aim comes with explorers and reports.

  • Explorers are advanced logs comparison tools for specific kind of logs - they allow to compare 1000s of sessions of metrics, images, text, audio and other types of data.
  • Reports are embedded knowledge-base that operate with the apps and explorers seamlessly to enable capture the knowledge built on top of the logged data from the observations through Aim apps and explorers.

With the rise of AI Systems and the challenges it brings forward, logging apps are going to be a crucial part of the software.

Our mission is to democratize developer tools for building AI.


Base App

A general observability over anything logged with Aim.

Visualize all the logs ever logged with Aim for the given project 🗺️
Base types to log common artifacts such as Images, Audio objects, Figures, Metrics
High-level overview of the logs, the types logged and the respective sessions/ containers
Deep-dive into each type of the log

Experiment Tracking App

Log Metadata Across Your ML Pipeline 💾 Visualize & Compare Metadata via UI 📊
  • ML experiments and any metadata tracking
  • Integration with popular ML frameworks
  • Easy migration from other experiment trackers
  • Metadata visualization via Aim Explorers
  • Grouping and aggregation
  • Querying using Python expressions
Run ML Trainings Effectively ⚡ Organize Your Experiments 🗂️
  • System info and resource usage tracking
  • Real-time alerting on training progress (upcoming)
  • Detailed run information for easy debugging
  • Centralized dashboard for holistic view

AI Systems Tracing Apps

Log Inputs, Outputs and Actions of Executions 🤖 Visualize & Compare Executions Steps via UI 🔍
  • Track all the prompts, generations of LLMs
  • Track all the inputs, outputs of tools
  • Capture chains metadata
  • Deep dive into single execution steps
  • Compare executions side-by-side

🎬 Demos

Check out live Aim demos NOW to see it in action.

Tracing LangChain-based chatbot executions

View Demo  |  View Code

Tracing LlamaIndex query executions

View Demo  |  View Code

Tracking PyTorch-based CNN trainings

View Demo  |  View Code

🌍 Default logging apps

Aim comes pre-installed with a wide variety of apps. Here is the full list:

App Name Description Category Docs Source
base Base Aim app for general observability over anything logged with Aim. Includes base types to log common artifacts, such as Image, Audio object, Figure, Metric. Base docs source
docs Use this Aim app to access Aim docs. Docs - source
langchain_debugger Debugger for LangChain that logs LLMs prompts and generations, tools inputs/outputs, and chains metadata. AI Systems Tracing docs source
llamaindex_observer Debugger and observer for LlamaIndex. Logs metadata like retrieval nodes, queries and responses, embeddings chunks, etc. AI Systems Tracing docs source
experiment_tracker App for tracking and exploring ML experiments. Integrations with various ML libraries, including Acme, CatBoost, fastai, Hugging Face Transformers, Keras, Keras Tuner, LightGBM, MXNet, Optuna, PaddlePaddle, PyTorch Ignite, SDB3, and XGBoost. Experiment Tracking docs source

🏁 Quick start

Follow the steps below to get started with Aim.

1. Install Aim on your training environment

pip3 install aim

2. Integrate Aim with your code

from aimstack.base import Run, Metric

# Initialize a new run
run = Run()

# Log run parameters
run["hparams"] = {
    "learning_rate": 0.001,
    "batch_size": 32,
}

# Init a metric
metric = Metric(run, name='loss', context={'subset': 'training'})

for i in range(1000):
      metric.track(i, epoch=1)

3. Start Aim server

aim server

4. Start Aim UI

aim ui

🛣️ Roadmap

TODO:

👥 Community

Aim README badge

Add Aim badge to your README, if you've enjoyed using Aim in your work:

Aim

[![Aim](https://img.shields.io/badge/powered%20by-Aim-%231473E6)](https://github.com/aimhubio/aim)

Cite Aim in your papers

In case you've found Aim helpful in your research journey, we'd be thrilled if you could acknowledge Aim's contribution:

@software{Arakelyan_Aim_2020,
  author = {Arakelyan, Gor and Soghomonyan, Gevorg and {The Aim team}},
  doi = {10.5281/zenodo.6536395},
  license = {Apache-2.0},
  month = {6},
  title = {{Aim}},
  url = {https://github.com/aimhubio/aim},
  version = {3.9.3},
  year = {2020}
}

Contributing to Aim

Considering contibuting to Aim? To get started, please take a moment to read the CONTRIBUTING.md guide.

Join Aim contributors by submitting your first pull request. Happy coding! 😊

Made with contrib.rocks.

More questions?

  1. Read the docs
  2. Open a feature request or report a bug
  3. Join Discord community server

Release files for aim 4.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aim 4.0.3
File Size Uploaded
aim-4.0.3.tar.gz 1.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for aim 4.0.3
File
aim-4.0.3-cp311-cp311-manylinux_2_24_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ x86-64 Details
aim-4.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
aim-4.0.3-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
aim-4.0.3-cp311-cp311-macosx_10_14_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.14+ x86-64 Details
aim-4.0.3-cp310-cp310-manylinux_2_24_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ x86-64 Details
aim-4.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
aim-4.0.3-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
aim-4.0.3-cp310-cp310-macosx_10_14_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.14+ x86-64 Details
aim-4.0.3-cp39-cp39-manylinux_2_24_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.24+ x86-64 Details
aim-4.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
aim-4.0.3-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
aim-4.0.3-cp39-cp39-macosx_10_14_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.14+ x86-64 Details
aim-4.0.3-cp38-cp38-manylinux_2_24_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.24+ x86-64 Details
aim-4.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
aim-4.0.3-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
aim-4.0.3-cp38-cp38-macosx_10_14_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.14+ x86-64 Details
aim-4.0.3-cp37-cp37m-manylinux_2_24_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-64 Details
aim-4.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
aim-4.0.3-cp37-cp37m-macosx_10_14_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64 Details

Total release size: 87.2 MB

Release files / aim-4.0.3.tar.gz

Download URL aim-4.0.3.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
47f7ebc97abcd76b4f447e83b16ba899618efbf31bb4b473137c0ee13ed764d3
BLAKE2b-256 checksum
How to use checksums
5012a5a7bf25fd6105558d11afbd3f7500aa63283494e429296746c821354590
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.4

Release files / aim-4.0.3-cp311-cp311-manylinux_2_24_x86_64.whl

Download URL aim-4.0.3-cp311-cp311-manylinux_2_24_x86_64.whl
Size 5.8 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64
SHA-256 checksum
How to use checksums
1b9e07de27de66d6814ee39643d36dedff6d7b2098d8feb36fa1e1c0e481b530
BLAKE2b-256 checksum
How to use checksums
890593bafa33f89aad0cfd40b2f9af136d754b85597c56a929fe030548e1f3dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL aim-4.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 7.3 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
91d032e972e9959fc7fd82b836f886c121b8007448dc0fd05200fc00e3a3ae46
BLAKE2b-256 checksum
How to use checksums
b47fb6fa84b5209ce7c15e7bb57738dc84798f2c34aacdce8988b8b0f10a83a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp311-cp311-macosx_11_0_arm64.whl

Download URL aim-4.0.3-cp311-cp311-macosx_11_0_arm64.whl
Size 2.4 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a9bbfd448d5ef588c7a6f56ce04da79928783d13b43f0629c36b6628176d746e
BLAKE2b-256 checksum
How to use checksums
2e4daf9089c6f959e18126f06470dfbf68742470b321d4610111e0a8eb3319ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.0

Release files / aim-4.0.3-cp311-cp311-macosx_10_14_x86_64.whl

Download URL aim-4.0.3-cp311-cp311-macosx_10_14_x86_64.whl
Size 2.5 MB
Tags CPython 3.11 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
2e4af62500766dacdb18f8edc965598b8ff6f3a74fec83a0dc0fd21a482f46a1
BLAKE2b-256 checksum
How to use checksums
3eb3d40aded0a63deb7779cc0afa76b5b188ee5c723364490e17177bc4ce50b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.0

Release files / aim-4.0.3-cp310-cp310-manylinux_2_24_x86_64.whl

Download URL aim-4.0.3-cp310-cp310-manylinux_2_24_x86_64.whl
Size 5.7 MB
Tags CPython 3.10 Linux glibc 2.24+ x86-64
SHA-256 checksum
How to use checksums
f10d09893db3ad07f51b7b405c8a1a8cdb2ba42202aabf1dd43b6dbc13b8f1c2
BLAKE2b-256 checksum
How to use checksums
4f33057c67ac48a5c00fafef76eab9e3eae84611da409038f7fcad67fb1aca1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL aim-4.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 6.8 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e7285cdd60b92c17b49d807e256b30f5c76281ed72741d70f0504175c34992c9
BLAKE2b-256 checksum
How to use checksums
64ab22472662abddba00af97117ad8306096fb6f7d6f30728cc831c124589c4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp310-cp310-macosx_11_0_arm64.whl

Download URL aim-4.0.3-cp310-cp310-macosx_11_0_arm64.whl
Size 2.5 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ea817e57beb760e37d314e4143f15ee40b2ce62c0cf7f83106d9848ce1af3b4f
BLAKE2b-256 checksum
How to use checksums
305809db9d65996f6676186c52f0251971fa79324f6dc737e4264f69c4db332d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.4

Release files / aim-4.0.3-cp310-cp310-macosx_10_14_x86_64.whl

Download URL aim-4.0.3-cp310-cp310-macosx_10_14_x86_64.whl
Size 2.6 MB
Tags CPython 3.10 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
38063010dd9051a9358fb4a77ab09aac3ecda28de13dc93ecc6035a3b1cfe1b4
BLAKE2b-256 checksum
How to use checksums
c04bc008cc6e373bd91b610f1af30cfce71eb5ca0e02a3d3f4ca39e62336a7b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.4

Release files / aim-4.0.3-cp39-cp39-manylinux_2_24_x86_64.whl

Download URL aim-4.0.3-cp39-cp39-manylinux_2_24_x86_64.whl
Size 5.7 MB
Tags CPython 3.9 Linux glibc 2.24+ x86-64
SHA-256 checksum
How to use checksums
0847d285bf6187e4623eac08f8b0bd7fe82d37b62a56897fe977ea2b6222c691
BLAKE2b-256 checksum
How to use checksums
1f90bb5dfec56342ff056faa9276ddfa3b80ca8a9e997e26508112ed966b6d04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL aim-4.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 6.9 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
45dd33626bea4a2a4b1edf27dfd4c71673d1a4575ef817bbc9af4b8b1bea9c37
BLAKE2b-256 checksum
How to use checksums
878bb5f95a0f6a66f4e5ae5b7bf70e02d46a4cd44757abc5e056a9bfe539507e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp39-cp39-macosx_11_0_arm64.whl

Download URL aim-4.0.3-cp39-cp39-macosx_11_0_arm64.whl
Size 2.4 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1dc2303b415682f1bbb99eaca2c508e5986e3d7ae0a625416e2d2b73016b807d
BLAKE2b-256 checksum
How to use checksums
3304c6a4754718294242a743ed6d2692c7645ed28984af5503bc8e4074ec6b19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / aim-4.0.3-cp39-cp39-macosx_10_14_x86_64.whl

Download URL aim-4.0.3-cp39-cp39-macosx_10_14_x86_64.whl
Size 2.5 MB
Tags CPython 3.9 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
b5733fa8375cc52bdad14f864fdb5ba0b8d5aaa9b57c1842bacf4810625279d9
BLAKE2b-256 checksum
How to use checksums
156cfd78cb782da9eb6e79f867f8cd620efc89d92161edc15869344168b08d5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / aim-4.0.3-cp38-cp38-manylinux_2_24_x86_64.whl

Download URL aim-4.0.3-cp38-cp38-manylinux_2_24_x86_64.whl
Size 5.9 MB
Tags CPython 3.8 Linux glibc 2.24+ x86-64
SHA-256 checksum
How to use checksums
eef6b531c8bae31f6770d0683d21b008ae20ce6f79991a1aa40a1bc7945c3c14
BLAKE2b-256 checksum
How to use checksums
193bed3c0ab4487efb08d147b61cc2450d670e07e71321497fcea1cd629c6139
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL aim-4.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 6.9 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5c2e6e5e707e460bd1eb7812ffb78e620f3dd42519d3fad30eabdb2877054dbe
BLAKE2b-256 checksum
How to use checksums
7fc1d672fb5d44ee7315a1cd37d96ea07025920ba68751088538b4cecea74aa7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp38-cp38-macosx_11_0_arm64.whl

Download URL aim-4.0.3-cp38-cp38-macosx_11_0_arm64.whl
Size 2.5 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2ea72bcd6480cc6dc7e658071484c0082d1e203d54a094b6e14d80b480d60c70
BLAKE2b-256 checksum
How to use checksums
c0701e7bd864d3b61b829b90e5744c1724028ee2994fe4a8251eb62d7f4493ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.8.13

Release files / aim-4.0.3-cp38-cp38-macosx_10_14_x86_64.whl

Download URL aim-4.0.3-cp38-cp38-macosx_10_14_x86_64.whl
Size 2.6 MB
Tags CPython 3.8 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
bc0a575064d6c26de2df3e241e5dd7d5a77b1ea3e50e38e8ea9d35d95bf67b6d
BLAKE2b-256 checksum
How to use checksums
7a7a342439fd07bf5d7063c4b6772a81c077aa2a4b006c3abf4a5485c5d1e6e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.8.13

Release files / aim-4.0.3-cp37-cp37m-manylinux_2_24_x86_64.whl

Download URL aim-4.0.3-cp37-cp37m-manylinux_2_24_x86_64.whl
Size 5.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-64
SHA-256 checksum
How to use checksums
fb9c2b0388c8a4a0b91334043b2361772e36de7b03e93d8b607683aed64c5b83
BLAKE2b-256 checksum
How to use checksums
8d1ac2ef1e2f49a8b6c5908097b13140794e7e599efb0c025695f61171e2328b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL aim-4.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 6.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
75ce89c8c541036bbf4681644af0b084bb517ee3f3741198ae493b047867496c
BLAKE2b-256 checksum
How to use checksums
ab17d0272b4d80a036f6c074da9346db54b7525eb251ca66c6a9f20c04f8446b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / aim-4.0.3-cp37-cp37m-macosx_10_14_x86_64.whl

Download URL aim-4.0.3-cp37-cp37m-macosx_10_14_x86_64.whl
Size 2.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
aadbfb89ae1d9fbc2354b6835c923634b2de9f2e07766a39fe091f90dee51bc0
BLAKE2b-256 checksum
How to use checksums
702bfb52bcf55277e4f3efd97cb565af7b3f3caefdc308444b1f4f482648f5f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.7.13

Release history Release notifications | RSS feed

This release

4.0.3 This release

20 release files

3.9.4

11 release files

3.9.3

11 release files

3.9.2

11 release files

3.8.0

11 release files

3.7.5

11 release files

3.7.4

11 release files

3.7.3

11 release files

3.7.2

11 release files

3.7.1

11 release files

3.6.1

11 release files

3.6.0

11 release files

3.5.4

11 release files

3.5.3

11 release files

3.5.2

11 release files

3.4.1

11 release files

3.4.0

11 release files

3.3.5

11 release files

3.3.4

11 release files

3.3.3

11 release files

3.3.2

11 release files

3.3.1

11 release files

3.3.0

11 release files

3.2.2

11 release files

3.1.1

11 release files

3.1.0

10 release files

3.0.7

10 release files

3.0.2

10 release files

3.0.1

10 release files

3.0.0

9 release files

2.7.4

2 release files

2.7.3

2 release files

2.7.2

2 release files

2.7.1

2 release files

2.7.0

2 release files

2.6.0

2 release files

2.5.0

2 release files

2.4.0

2 release files

2.3.0

2 release files

2.2.1

2 release files

2.2.0

2 release files

2.1.6

2 release files

2.1.5

2 release files

2.1.4

2 release files

2.1.3

2 release files

2.1.2

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.27

2 release files

2.0.26

2 release files

2.0.20

2 release files

2.0.19

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page