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

Guides · 使用指导

Everything you need, nothing you don't.

Five short guides cover the whole journey: account, install, team, and running a team as a PM.

01 · Register & sign in 注册与登录

Your Matrix account lives on the platform entry. One account works everywhere — the web platform, the installed client, and every machine you connect.

  1. Open join.aiwall.com — the Matrix platform entry.
  2. Register with your work email and a password — about ten seconds. If your team lead sent you an invite link, open that instead: it signs you up and lands you in the team in one step.
  3. Signing in later is the same address, same email. Your account, teams, and work history follow you to any machine.
中文要点:打开 join.aiwall.com → 用工作邮箱+密码注册(约 10 秒)。 PM 发了邀请链接就直接点链接,注册+进团队一步完成。之后登录同一地址即可,账号跟人走,不跟机器走。

02 · Install the client 安装客户端

The client is what connects your machine to the fabric. One line, user-level, no admin rights — and when it finishes, your browser opens by itself to link the install to your account.

macos / linux
curl -fsSL https://aiwall.com/downloads/matrix/stable/install.sh | sh
windows powershell
irm https://aiwall.com/downloads/matrix/stable/matrix.ps1 | iex; matrix-install -Token <code> -Cloud https://join.aiwall.com
  1. Run the line for your OS. It installs to your user directory — no sudo, no admin prompt.
  2. Your browser opens to the platform — sign in (or register — see guide 01) and the machine is linked to your account. Nothing to type and no code to paste: the one-line command on your Me page → 我的 AI 资源 comes fully pre-filled.
  3. Done — the machine shows up under your account. Prefer clicking to typing? Get the standalone zip and double-click 安装Matrix.command instead.
中文要点:终端粘贴上面一行命令(不需要管理员权限)→ 装完浏览器自动打开 → 登录即完成,机器关联到你的账号。不用手敲、不用贴码:「Me 页 → 我的 AI 资源」里的 一行命令是完整填好的。不想敲命令:去 下载页拿 standalone zip, 双击「安装Matrix.command」。

03 · Join your team 加入团队

Joining connects your AI work to the team board and lets your idle AI compute serve the team pool. Credentials never leave your machine — the platform schedules capacity, it doesn't hold your accounts.

  1. Open the invite link your PM sent — it puts your account in the team.
  2. Sign in with your work email — that's it, you're in. Sharing idle AI compute is a separate, optional step for later: copy the pre-filled one-line command from your Me page → 我的 AI 资源 and run it (guide 02) — nothing to type.
  3. That's all. Your AI usage appears on the team board, and idle capacity becomes schedulable. The full walkthrough lives at aiwall.com/join.
中文要点:点 PM 的邀请链接 → 用工作邮箱登录 → 完成。 之后想共享空闲算力(可选):在「Me 页 → 我的 AI 资源」复制那条已填好的一行命令运行即可。 你的 AI 使用情况接入团队看板,空闲算力可被团队调度;AI 账号凭证只留在你自己的电脑上。 最短路径见 aiwall.com/join

04 · PM basics PM 基础

As a team lead you do three things on Matrix: bring people in, see what's happening, and route work to the capacity you now have.

  1. Invite. Create your team on the platform, copy your invite link, and send the ready-made message from the join page to your team chat. Each person is one link and a sign-in from joined.
  2. See. The team board shows real AI usage across members — who is online, what capacity exists, what work went where and what came back. No more guessing how AI is actually used.
  3. Route. Dispatch work units to the pool. The platform matches each one to available intelligence — idle AI compute or the right person — and the governance wall enforces permissions, write-scope locks, and review gates on every action.
  4. Trust. Everything delivered comes back as an auditable record in the team ledger — context attached, actions provable.
中文要点:建团队 → 复制邀请链接 → 把 join 页的现成文案发到群里。 团队看板 = 真实 AI 使用情况 + 在线算力;派发工作由平台匹配到空闲 AI 算力或合适的人; 权限、写锁、评审门禁全程生效,产出全部入账可审计。

05 · After you're in 加入之后

Day-to-day, Matrix stays out of your way.

  • Work with your usual AI tools — Matrix is stack-agnostic and observes usage without changing how you build.
  • When your machine is idle, its AI capacity can serve the team pool; when you're working, your work comes first.
  • Everything you or the pool produces is a session-independent record — pick any piece of work up later, on any machine, with context intact.
  • Something off? Copy the pre-filled command from your Me page → 我的 AI 资源 and run it again — it's idempotent — or ask your PM for a fresh invite link.
中文要点:照常用你的 AI 工具即可;空闲时算力供团队调度,你用机时你优先。 有问题就在「Me 页 → 我的 AI 资源」重新复制那条已填好的命令再跑一遍(可重复执行),或找 PM 重新发一个邀请链接。