Downloads
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 …
install.sh
One line in any terminal — installs per-user to ~/.matrix, no sudo.
Download install.sh ↓SHA-256 · SHA256SUMS.txt
matrix.ps1
PowerShell installer — per-user, no admin rights needed.
Download matrix.ps1 ↓SHA-256 · SHA256SUMS.txt
VL-Matrix-Standalone-0.31.0.zip
Everything in one zip — unzip and double-click 安装Matrix.command. Chinese install guide included.
Download the zip ↓SHA-256 · SHA256SUMS.txt
Install
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.
Paste into any terminal. Installs to ~/.matrix, no sudo, then opens your browser to sign in.
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.
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.
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 资源.
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.
https://aiwall.com/downloads/matrix/stable/VL-Matrix-Standalone-0.31.0.zip
All files & checksums
Byte-identical mirrors of the Matrix release artifacts. Checksums below are read live from the release's own SHA256SUMS.txt.
| File | What it is | SHA-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 |