Install Atomdrift Scan

The open-source malware scanner that doesn’t suck.

Scan files, directories, archives, packages, URLs, and running processes with local static analysis and CPU-based ML. No cloud scanner, API key, GPU, or sample upload required.

Choose your platform

macOS, Linux & Unix

Uses Homebrew when available, then falls back to a verified release binary or source build.

curl -fsSL https://install.atomdrift.org/scan.sh | sh

Runs on

macOS · Linux · BSD · Solaris / illumos · Android

Linux binaries: x86-64 · ARM64 · ARMv6/ARMv7 hard-float · LoongArch64 · s390x · RISC-V 64 · POWER64LE

Windows

Installs for the current user and adds atomscan to PATH.

irm https://install.atomdrift.org/scan.ps1 | iex

Runs on

Windows 10 · Windows 11 · Windows Server 2022

Manual download

GitHub release artifacts

Download your target, verify SHA256SUMS, then place atomscan on PATH.

View releases →

What the installer does

Detects
Matches the operating system, CPU, and Linux libc to the right install method and release. Static ARM32 and LoongArch binaries also work across glibc, musl, and uClibc userlands.
Verifies
Checks SHA-256 and available provenance, then runs --version before replacing anything.
Installs safely
Uses a directory on PATH and replaces atomically. Privilege is requested only when needed.

Review the shell installer or PowerShell installer.