Latest Version: 2.3

Release Date: 2026-07-29

Free Trial: 30 Days

Linux

Linux Packages

Download installation packages for Linux systems

System Requirements: GLIBC >=2.34, e.g:

  • Red Hat Enterprise Linux (RHEL): 9.x
  • AlmaLinux/Rocky Linux/CentOS Stream: 9.x
  • Oracle Linux: 9.x
  • AmazonLinux 2023
  • Ubuntu 22.04 LTS
  • SUSE Linux Enterprise 15 SP6
  • openSUSE Leap 15.6
Docker

Docker Image

Pull the Docker image from the registry

x86-64 (amd64), ARM64 (aarch64)
docker pull wyflow/mapfs:2.3
Kubernetes

Kubernetes CSI Driver

Install the CSI driver via Helm, then configure a storage backend with Kubernetes manifests

Step 1: Install the driver (Helm)

helm install mapfs-csi oci://registry-1.docker.io/wyflow/mapfs-csi-chart --version 2.3 \
  --set license.email=you@example.com \
  --set license.token=<token-from-mapfs-portal>

On AWS EKS with Graviton (arm64) nodes, also add --set nodeSelector."kubernetes\.io/arch"=arm64.

Step 2: Configure a storage backend (manifests)

tar xzf mapfs-csi-manifests-2.3.tar.gz && cd mapfs-csi-manifests
# fill in cloud/bucket in storageclass.yaml, then:
kubectl create secret generic mapfs-cloud-creds -n kube-system \
  --from-literal=access_key=<AccessKeyID> --from-literal=secret_key=<SecretAccessKey>
kubectl apply -f storageclass.yaml

Also required:

  • Kubernetes 1.24+ cluster with kubectl and helm (v3+) access
  • A valid mapfs license (email + token, from https://mapfs.cloud/)
  • Outbound access to registry.k8s.io and Docker Hub for driver and sidecar images

See the full deployment guide for details, upgrades, and other cloud backends (Azure, MinIO, S3-compatible).

Note: Downloading the software means you agree to the EULA and Privacy Policy