MiniMax

MiniMax Software Downloads

Get the official MiniMax desktop app, CLI tools, SDK packages, and Docker images. All downloads include checksums for integrity verification.

Desktop Applications

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.

Command Line Interface Tools

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.

SDK and Package Downloads

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.

Model Weights and Docker Images

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.

Download Instructions:

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.

Available Downloads

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

Developer Feedback

Frequently Asked Questions

Popular Searches on MiniMax