Deploy AIStor on macOS
This section documents steps for installing and managing AIStor Server on macOS™ host machines.
Procedure
-
Install AIStor Server onto the macOS host
The easiest way to install AIStor Server on macOS is using Homebrew.
Alternatively, AIStor provides binaries for M-series processors (ARM64) and older Intel-based processors (AMD64). Download the binary, set it as executable, and copy it to a location in your
$PATHsuch as/usr/local/bin -
Retrieve your license file
Log in to SUBNET and select the License button in the Deployments view.

The Account License modal
Download this file as
minio.licenseonto your local host machine, such as~/minio/minio.licenseLicense ManagementStarting with AIStor Server RELEASE.2025-12-20T04-58-37Z, deployments can start without a license in safe mode (read-only access). For full functionality, you must install a valid license.
After deployment starts, you can register with SUBNET and apply your license:
mc license register ALIAS --license /path/to/minio.licenseFor license renewal, expiration details, and safe mode restrictions, see Licenses.
-
Run the Server
The following command runs the server against the
/tmp/miniodirectory. Specify your preferred folder, drive, or volume path for use with the server:minio server /tmp/minio --license ~/minio/minio.licenseThe output resembles the following:
MinIO Enterprise Object Store API: http://192.168.86.35:9000 http://127.0.0.1:9000 RootUser: minioadmin RootPass: minioadmin WebUI: http://192.168.86.35:9001 http://127.0.0.1:9001 RootUser: minioadmin RootPass: minioadmin CLI: https://docs.min.io/enterprise/aistor-object-store/reference/cli/#quickstart $ mc alias set 'myaistor' 'http://192.168.86.35:9000' 'minioadmin' 'minioadmin' Docs: https://docs.min.io/enterprise/aistor-object-store/ WARN: Detected default credentials 'minioadmin:minioadmin', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables -
Connect to the deployment
You can connect to the deployment using the built-in AIStor Server console in a browser, by using the MinIO
mccommand-line tool, or by using an S3-compatible SDK: