AiStor Logo

Download and Activate

AIStor is the most advanced version of MinIO’s object store. It is designed for the exascale data
infrastructure challenges presented by modern AI workloads. AIStor's minimum requirements.

1
Download and run AIStor
                            kubectl apply -k https://min.io/k8s/aistor/
                            
                        
2
Make AIStor console accessible to your browser
kubectl -n aistor port-forward svc/aistor 8444
                
            
3
Activate your license at http://localhost:8444
Run AIStor
Installation

Kubernetes port-forwarding temporary exposes a service on your host machine. You can permanently expose the service using Kubernetes networking resources like Ingress or Load Balancers.

Activation-1
Activation-2

Don't have your license key? Log in to SUBNET and click the "License" button on the top right of your SUBNET Dashboard.

Don't have an account? Click here to sign up.

AIStor Custom is for advanced and OEM customers who would like custom builds with specific AIStor components. The use of any AIStor component requires a commercial license. License keys can be found in your SUBNET account under the "License" button at the top right of your SUBNET Dashboard. If you need a license key, connect with us here.

MinIO SDK

A set of client libraries that enable developers to integrate the MinIO object store into applications. Please select your programming language below.

Maven Central
<dependency>
    <groupId>io.minio</groupId>
    <artifactId>minio</artifactId>
    <version>8.4.3</version>
</dependency>
Gradle Groovy DSL
implementation 'io.minio:minio:8.4.3'
go get github.com/minio/minio-go/v7
npm install --save minio
pip install minio
.NET Framework and .NET Core
Install-Package Minio
stack install minio-hs
vcpkg install minio-cpp
cargo add minio

You are using Internet Explorer version 11 or lower. Due to security issues and lack of support for web standards, it is highly recommended that you upgrade to a modern browser.