An executable file is a program you can run - double-click it and your operating system starts doing what the file tells it to do. Common examples: .exe and .msi on Windows, apps on macOS, and ELF binaries on Linux.
Executables can be useful apps or malware in disguise. That’s why many are digitally signed: the signature helps verify who made the file and that it hasn’t been tampered with.
Check the source: download from official sites/stores only.
Look for a valid signature: right-click → Properties → Digital Signatures (Windows).
Scan before running: use reputable anti-malware; avoid running unexpected attachments.
Show file extensions: don’t trust icons—invoice.pdf.exe is not a PDF.
Least privilege: don’t run as admin unless you must.