Run a free AI-powered security posture scan on any server or desktop — no sign-up, no agent, no data leaves without your consent.
Install and run in one step with curl. The CLI collects a sanitized diagnostic snapshot (OS, packages, ports, firewall, Docker, databases, TLS certs) and sends it for AI analysis. No passwords, keys, or file contents are ever touched.
Copycurl -fsSL https://taloscloud.net/scan | bash
After install you can also just run:
Copytalosscan
Copytalosscan --yes # skip confirmation prompt
talosscan --dry-run # show what would be sent
talosscan --install # only install, don't scan
talosscan --help # show full usage
Run in an elevated (administrator) PowerShell terminal for full system access. The scanner collects the same diagnostics — OS, network, firewall, updates, listening ports, and more.
Copyirm https://taloscloud.net/scan.ps1 | iex
Every report comes with an AI assistant you can talk to. Ask about findings, enable/disable suggested fixes, or ask it to run live diagnostic commands on your machine.
After getting your report link, just run:
Copycurl -fsSL https://taloscloud.net/aichat/<REPORT_ID> | bash
The AI can run live commands via [[RUN: ...]] to check disk, processes, or anything else — you see both the command and its output.
The snapshot is fully sanitized — no secrets, keys, passwords, tokens, or file contents are ever included. Here's exactly what the scanner looks at:
After analysis you get a private report link with a posture score (0–100), categorized findings, suggested fixes, and an AI you can talk to interactively.