Uses,
classified.
Tools in daily use. Nothing exotic. Everything considered. Updated when something earns its slot.
Why these.
The machine is a Windows Server box because the GPU work (image and video generation) wants Windows drivers and a stable host that doesn’t reboot for updates without consent. Bash via Git for Windows handles the Unix-y day-to-day; PowerShell handles anything that talks to Windows itself.
MasterAgent is the local control surface — a FastAPI service on :8420 that exposes process / service / firewall / DNS / image-gen tools through MCP. Most automation routes through it instead of ad-hoc PowerShell, which keeps things audit-logged and reusable.
FLUX.1 runs locally on a single GPU through a queue worker; tokeney sits in the corner of the screen as a token-cost HUD. Every project listed in the inventory was written on this stack.