Frequently Asked Questions
Everything you need to know about Syd: installation, accuracy, licensing and more.
Syd achieves a 9.27/10 average across all Pro tools, tested against real security engagements:
- Nmap: 96.7% (4/4 scan types)
- YARA: 9.84/10 (5/5 tests)
- BloodHound: 10/10
- NetExec: 9.2/10
- Volatility: 8.13/10 (15/15 questions)
ChatGPT and Claude are cloud-based, generic LLMs. They regularly invent CVEs, suggest exploits for services you didn't scan, and have no knowledge of your specific tool output. Syd's fact-extraction architecture grounds every answer in what your tool actually found.
Minimum: Windows 10/11 (or Ubuntu 20.04+), 4-core CPU, 16 GB RAM, 15 GB storage, Python 3.10+
Recommended: Windows 11, 8+ cores, 24 GB RAM, 25 GB storage
RAM note: With 8 GB RAM the analysis tabs work fine but Ask Syd chat becomes very slow (30+ min response). 16 GB is the minimum for a usable experience.
Pro / Enterprise EXE: No Python required. All dependencies bundled. Windows 10/11 only.
- Community (Free): Nmap, BloodHound, Volatility. Open source, MIT licence, community support, manual Python setup
- Pro (£250/yr): All Community tools + YARA, NetExec, PCAP. Certified pre-built EXE, SHA256-signed, commercial licence, 5-day email support, offline update packs
- Enterprise (£1,000/yr): All Pro tools + Metasploit integration (module browser, RC builder, interactive launcher), 24hr support, phone/video support, report builder
Pro / Enterprise: Download the signed EXE on a connected machine, verify the SHA256 hash, transfer via USB. Run the EXE. No installation needed.
Community: Clone the repo and run pip download -r requirements.txt -d ./packages on a connected machine. Copy everything (code, packages, model files) to USB and install offline with pip install --no-index --find-links=./packages -r requirements.txt. See the Download page for the full guide.