πŸ”’ Invite-only

This install is for invited operators

The from-GitHub install needs private-repo access. Reading the public story is open to all β€” to actually install, request an invite and you’ll get repo access.

β–Έ Request access
PRIVATE Β· P973

Shared in confidence with invited operators only. Please don’t redistribute the app, its keys/configs, or these guides β€” and never share API keys. See the LICENSE.

Install Brief v2.0 Β· AUSPEX
 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•β–ˆβ–ˆβ•”β•β•β•β•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β•
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•  β–ˆβ–ˆβ•‘   β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ•β•β•β•β–ˆβ–ˆβ•‘
β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘
β•šβ•β•  β•šβ•β•β•šβ•β•β•β•β•β•β• β•šβ•β•β•β•β•β• β•šβ•β•β•šβ•β•β•β•β•β•β•

Installing from GitHub

Clone, install, open the console β€” everything renders in demo mode immediately. Pick your OS above; the commands adapt.

DEMO

Live vs demo β€” you’ll always know which is which. Sample data carries a holographic foil sheen; flipping a panel to live triggers an indicator flash and a notification. Real alerts are never disguised as demo.

Before you start

The dashboard runs in any modern browser. The relays need Python 3.11+. Real Windows endpoint telemetry needs Windows β€” on Linux / macOS it runs in mock mode. External tools (Kismet, Wireshark, Nmap…) are optional, added later.

Choose your install path
PATH A

Install with Git

The recommended route β€” updates with a single git pull.

1

Install the prerequisites

Once per machine: Git (git-scm.com) and Python 3.11+ (python.org) β€” tick β€œAdd Python to PATH.”

2

Clone the repo

Open PowerShell and run:

PowerShell
PS> cd $env:USERPROFILE\Downloads
PS> git clone https://github.com/ChalulaBottle/AEGIS.git
PS> cd AEGIS

Private repo β†’ GitHub prompts you to sign in the first time.

3

Install & start β€” one command

PowerShell
PS> .\aegis-install.ps1

Checks Python/Git, copies every config template to a real config without touching keys, installs the DeepRoot agent, then prints how to launch.

If PowerShell says β€œrunning scripts is disabled,” run once: Set-ExecutionPolicy -Scope CurrentUser RemoteSigned β†’ Y.
4

Open the console

PowerShell
PS> .\aegis-dashboard\aegis_launch.ps1

…or open aegis-dashboard/aegis_v1_5.html in any browser.

5

Turn panels live

Open Settings β†’ Setup Center. Each integration shows a LIVE / DEMO dot, the config + key it needs, and a start command. Terminal: .\aegis-install.ps1 -Setup.

6

Update later

PowerShell
PS> git pull                 # or: .\aegis-install.ps1 -Update

Your keys survive β€” real configs are gitignored. The open dashboard shows a β€œreload to update” notice.

PATH B

Install from a ZIP

No git needed.

1

On the repo page click Code β†’ Download ZIP (or a release ZIP like AEGIS-v2.0-AUSPEX.zip).

2

Extract it into your home / Downloads folder.

3

From the extracted folder:

PowerShell
PS> cd $env:USERPROFILE\Downloads\AEGIS
PS> .\aegis-install.ps1
PS> .\aegis-dashboard\aegis_launch.ps1
PATH C

Portable .exe

Windows, no Python β€” run the DeepRoot agent by double-click.

1

Grab deeproot-kit.exe from the release (or build it β€” see deeproot-kit/PACKAGING.md).

2

From an Administrator PowerShell:

PowerShell Β· admin
PS> .\deeproot-kit.exe            # first run offers a setup wizard

Keep config.json and .anthropic_key next to the .exe.

CHECK

Verify it’s working

β–Έ
The dashboard opens and tabs render β€” demo data is normal at first.
β–Έ
Settings β†’ Setup Center dots: green LIVE for running relays, amber DEMO otherwise.
β–Έ
Add a tool’s config + key, start its relay, and its panel flips to live.
FIX

Troubleshooting

SymptomFix
running scripts is disabledSet-ExecutionPolicy -Scope CurrentUser RemoteSigned
python not foundInstall Python 3.11+ (tick β€œAdd to PATH”), or winget install Python.Python.3.12
a panel stays on DEMOIts relay isn’t running, or its config has placeholder values β€” see the Setup Center.