Get the official MiniMax desktop app, CLI tools, SDK packages, and Docker images. All downloads include checksums for integrity verification.
Download the full MiniMax desktop experience for macOS, Windows, or Linux with native performance and offline capabilities.
The MiniMax desktop application puts the entire platform on your machine. Chat with models, manage API keys, monitor usage, and configure settings without opening a browser. The macOS version runs natively on Apple Silicon and Intel chips. Windows builds target 64-bit systems with automatic update support. Linux distributions receive AppImage and DEB packages for broad compatibility.
Each desktop installer undergoes code signing on its respective platform. macOS builds are notarized through Apple's developer program. Windows installers carry Authenticode signatures. The download page publishes SHA-256 checksums for every release so you can verify file integrity before installation. The desktop app includes a built-in updater that fetches incremental patches rather than full re-downloads.
The MiniMax CLI gives you terminal-based access to models, API testing, and bulk operations — install in one command.
Install the CLI via npm, pip, or direct binary download depending on your preferred package manager. The tool supports all MiniMax API endpoints including text generation, chat completion, video synthesis, and model listing. Use it for scripting, CI/CD pipelines, and quick experiments. The CLI reads API keys from environment variables or a local config file, making it safe for automated workflows.
Common CLI operations include submitting a prompt and streaming the response to terminal output, downloading generated video files, querying account usage statistics, and rotating API keys programmatically. The tool produces structured JSON output that pipes cleanly into shell scripts and monitoring systems.
Integrate MiniMax into your applications with official SDKs for Python, JavaScript, and Go — all open source and actively maintained.
Python developers install the MiniMax SDK through pip. The package includes synchronous and asynchronous clients, typed request/response objects, built-in retry logic, and streaming support. JavaScript developers get an isomorphic npm package that runs in Node.js and browser environments with fetch-based transport. Go developers fetch the module through standard Go tooling with full context support and connection pooling.
All SDKs expose the same API surface: authentication, chat completions, text generation, video synthesis, model listing, and usage queries. Reference documentation ships within each package and links back to the developer-docs section of the site. Version pinning is recommended for production deployments.
MiniMax publishes open-weight models and Docker images for teams that need local inference or custom deployment topologies.
Selected MiniMax model variants are distributed as open weights through the downloads portal and Hugging Face. These include quantized formats optimized for consumer GPUs and edge devices. Setup scripts handle dependency installation and provide quick-start inference examples. Hardware requirements vary by model size — smaller variants run on a single GPU with 8 GB VRAM while larger models need multi-GPU configurations.
Docker images on Docker Hub and GitHub Container Registry cover three categories: the API inference server, a development sandbox with preloaded tools, and utility containers for model conversion and evaluation. Multi-architecture images support amd64 and arm64 hosts. Production deployments pull versioned tags; development environments use the latest tag for rapid iteration. Docker Compose examples in the GitHub repository demonstrate multi-service setups with load balancing and monitoring.
All MiniMax software downloads follow a consistent process. Select your platform, click the appropriate installer link, verify the SHA-256 checksum against the published value, and run the installer. Desktop apps auto-update after installation. CLI tools need a one-time configuration step with your API key. SDKs install through standard package managers and include README files with quick-start examples. Docker images require a running Docker daemon and optionally an NVIDIA container runtime for GPU acceleration.
| Software | Platform | Version | Size |
|---|---|---|---|
| Desktop App | macOS (Universal) | 2.4.1 | 142 MB |
| Desktop App | Windows (x64) | 2.4.1 | 128 MB |
| Desktop App | Linux (AppImage) | 2.4.1 | 136 MB |
| CLI Tool | Cross-platform (npm) | 1.8.2 | 4.2 MB |
| Python SDK | Cross-platform (pip) | 3.1.0 | 1.8 MB |
| JavaScript SDK | Node.js / Browser | 2.0.4 | 680 KB |
| Go SDK | Go 1.21+ | 1.5.3 | 1.2 MB |
| Docker (Inference) | Linux (amd64/arm64) | 4.2.0 | 1.8 GB |
"The Go SDK was the deciding factor for our team. Clean interfaces, context support, and the streaming implementation handled our real-time pipeline without any custom wrapper code. The Docker images also simplified our staging environment setup significantly."
— Connor P. Walsh, Startup Founder, NextGen Studio, Nashville
The MiniMax desktop application is available for macOS, Windows, and Linux from the official software-download page. Each platform installer is verified with SHA-256 checksums published alongside the download links. The desktop app provides full access to chat, API key management, and usage monitoring dashboards.
MiniMax provides official SDKs for Python (pip install minimax-sdk), JavaScript/Node.js (npm install @minimax/sdk), and Go (go get github.com/minimax-ai/sdk-go). Each SDK includes client libraries, authentication helpers, streaming support, and example applications to accelerate integration into your projects.
Yes, MiniMax publishes select open-weight models through the downloads portal and official Hugging Face repositories. These model variants support local inference with quantization options for resource-constrained environments. Documentation covers hardware requirements, setup scripts, and inference benchmarks for each available variant.
MiniMax publishes official Docker images on Docker Hub and GitHub Container Registry. Images include the API server, inference runtime, and development toolkit containers. Multi-arch images support both amd64 and arm64 platforms with version tags for stable releases and a latest tag for development environments.
Every MiniMax software download includes published SHA-256 checksums for integrity verification. GPG signatures are available for critical packages including the desktop installer and CLI tools. Verification instructions and example commands are documented on the downloads page alongside each release asset.