CyberCLI
← All notification channels

Matrix

Free Local Chat Live · v1

One OSS chat done deep — federated, self-hosted, sovereign.

Federated, self-hostable chat. Point it at your own Synapse homeserver.

Where to get it

A Matrix homeserver (yours or any) + a bot access token and room id.

Install / what you need

Self-host Synapse (or use any homeserver). Create a bot user + access token.

How to connect

  1. 1 Create a Matrix bot user and get its access token.
  2. 2 Invite the bot to the target room and copy the room id.
  3. 3 Dashboard → Notifications → Add destination → matrix, set homeserver + token + room, Send test.

When you'd use it

Fully sovereign team chat.
Federated multi-org alerting.
Homelab-native OSS stack.

What Herald sends through this channel

4 setup fields

Herald hands every alert to the MatrixAdapter as a DispatchPlan. The fields below are what the dashboard form asks for; the sample is the plan the adapter receives. The adapter renders it into the channel-native shape (Discord embeds, Teams MessageCards, PagerDuty Events-API payloads, TwiML, JSON POST bodies) on the way out — that wire transcript varies per channel.

Setup form fields

field type required description / default
homeserver_url string optional Matrix homeserver base URL (self-host for LOCAL sovereignty) · default: "https://matrix.org"
access_token string required Bot/user access token (Settings → Help & About)
room_id string required Internal room id, e.g. !abcdef:matrix.org
timeout_seconds number optional no description · default: 10

Sample DispatchPlan (input to the adapter)

{
  "decision_id": "tdc-2026-06-20-abc12",
  "channel": "<channel-type>",
  "recipient": {
    "recipient_id": "soc-oncall",
    "display_name": "SOC on-call",
    "addresses": [
      {
        "channel": "<channel-type>",
        "address": "<destination>",
        "min_defcon": 5
      }
    ]
  },
  "urgency": "high",
  "retry_policy": {
    "max_attempts": 3,
    "initial_backoff_seconds": 5
  },
  "subject": "Suspicious login on CEO-LAPTOP",
  "body": "Warden flagged a PowerShell child of WINWORD.EXE. The encoded command resolved to a base64-wrapped Invoke-WebRequest to a newly-registered domain. Trust ladder: L3.",
  "approval_link": "https://app.cybercli.local/approve/abc12",
  "incident_ref": "case-2026-0142",
  "signal_id": "sig-2026-06-20-9f3"
}

Sovereignty: byo_external · Min tier (BYO): free · Decentralized chat; LOCAL when pointed at your own homeserver.

Sovereignty

Run your own homeserver and the message never leaves your infrastructure.

Who notifies through it

Herald — the Guild's voice role — routes alerts, daily digests, and AI verdicts here, on a per-CYCON-state matrix you control. CYCON 1/2 alerts repeat until an operator acks.

The Guild →

Other Chat channels

Go deeper