Platform In action Guides Integrations Sign in Download Matrix ↓ Join your team

Downloads

Get the Matrix client.

One command installs everything — a user-level runtime, the client, and a matrix launcher on your PATH. No admin rights, no manual configuration. All files below are served from aiwall.com.

stable channel · version 

macOS & Linux installer

install.sh

One line in any terminal — installs per-user to ~/.matrix, no sudo.

Download install.sh ↓

Windows installer

matrix.ps1

PowerShell installer — per-user, no admin rights needed.

Download matrix.ps1 ↓

Standalone zip (offline)

VL-Matrix-Standalone-0.31.0.zip

Everything in one zip — unzip and double-click 安装Matrix.command. Chinese install guide included.

Download the zip ↓

Install

One line, any machine.

Run the installer, and your browser opens to sign in when it finishes. If your team lead sent you an invite link, see the join page — joining itself needs no install.

macOS & Linux terminal

Paste into any terminal. Installs to ~/.matrix, no sudo, then opens your browser to sign in.

shell
curl -fsSL https://aiwall.com/downloads/matrix/stable/install.sh | sh

Connecting this machine to your team? Your Me page → 我的 AI 资源 has this same command fully pre-filled (token included) — copy, run, done. Nothing to type, no prompts.

Windows powershell

Run in PowerShell — the fully pre-filled version (token included) is ready to copy on your Me page → 我的 AI 资源. Installs per-user, no admin rights.

powershell
irm https://aiwall.com/downloads/matrix/stable/matrix.ps1 | iex; matrix-install -Token <code> -Cloud https://join.aiwall.com

Don't fill in <code> by hand — sign in at the platform and copy the command fully pre-filled from your Me page → 我的 AI 资源.

Standalone package offline / 双击安装

Everything in one zip — the installer scripts, the client bundle, checksums, and a step-by-step install guide in Chinese. On macOS, unzip and double-click 安装Matrix.command; a window walks you through the rest.

download
https://aiwall.com/downloads/matrix/stable/VL-Matrix-Standalone-0.31.0.zip

Download the zip ↓  ·  安装说明(中文)  ·  SHA256SUMS.txt

All files & checksums

Everything in the stable channel.

Byte-identical mirrors of the Matrix release artifacts. Checksums below are read live from the release's own SHA256SUMS.txt.

FileWhat it isSHA-256
install.sh macOS / Linux installer (POSIX sh, user-level, no sudo) see SHA256SUMS.txt
matrix.ps1 Windows installer (PowerShell, per-user, no admin) see SHA256SUMS.txt
client-bundle.tar.gz The Matrix light client itself (what the installers unpack) see SHA256SUMS.txt
VL-Matrix-Standalone-0.31.0.zip Standalone package: installers + bundle + 中文 install guide + 安装Matrix.command (double-click installer, inside the zip) see SHA256SUMS.txt
latest.json Current stable version + client bundle checksum (machine-readable)
SHA256SUMS.txt Checksum manifest for the release (also mirrored as SHA256SUMS-0.31.0.txt)
Matrix-Standalone-Install-0.31.0.zh.md Full install guide, Chinese (registration → invite → install → verify) see SHA256SUMS.txt
What talks to what — honestly. Every file on this page is self-hosted on aiwall.com and byte-identical to the Matrix release (verify with SHA256SUMS.txt). Once the installer runs, it connects to the Matrix platform entry to download the client bundle and complete sign-in, and fetches Node.js from nodejs.org only if your machine doesn't already have a recent one. Mirrored files are served unmodified — their contents, including the platform addresses inside the scripts, are exactly the release's own, so checksums stay valid.