Skip to main content

One conversation with your whole homelab

System Context Analysis and Incident Response Engine

SCAIRE binds Proxmox, Docker, APIs, and MCP servers into one conversation. It runs safe read-only commands, answers with facts it just gathered, and strips secrets before anything reaches the LLM provider.

See it in action

Screenshots coming during closed beta

Install in four commands

Before you start

  • A Debian 13 (Trixie) VM or LXC with root or sudo access. Minimum 2 cores / 4 GB RAM, recommended 4 cores / 8 GB.
  • Outbound network from that machine to the Debian mirrors, git.scaire.app, and getcomposer.org.
  • The SCAIRE_TOKEN read token supplied with your license. It grants read access to the private Forgejo repo.
  • A password manager or secure note, open and ready.
  1. Update the package index and install the three tools the installer needs
    apt update && apt install -y git curl sudo
  2. Put the token into the environment (replace the placeholder)
    export SCAIRE_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  3. Download the installer. It prints DOWNLOADED on success
    curl -fsSL -H 'Authorization: token $SCAIRE_TOKEN' \
        https://git.scaire.app/api/v1/repos/bradgillap/scaire-homelab/raw/install.sh?ref=main \
        -o /tmp/scaire-install.sh && echo DOWNLOADED
  4. Run it
    sudo SCAIRE_TOKEN="$SCAIRE_TOKEN" bash /tmp/scaire-install.sh

S.C.A.I.R.E is currently in closed beta testing. Install keys and the final install URL issue at launch.

Run incident response on your own iron

One engine on your Proxmox, Debian, or Docker host. No cloud dependency, no data leaving your network. S.C.A.I.R.E is currently in closed beta testing.
Review the install steps