1# System Requirements 2 3## Linux 4 5A Linux 4.14 or newer kernel with KVM support (check for `/dev/kvm`) is required to run crosvm. In 6order to run certain devices, there are additional system requirements: 7 8- `virtio-wayland` - A Wayland compositor. 9- `vsock` - Host Linux kernel with vhost-vsock support. 10- `multiprocess` - Host Linux kernel with seccomp-bpf and Linux namespacing support. 11- `virtio-net` - Host Linux kernel with TUN/TAP support (check for `/dev/net/tun`) and running with 12 `CAP_NET_ADMIN` privileges. 13