> For the complete documentation index, see [llms.txt](https://docs.qpoint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qpoint.io/getting-started/qtap/system-requirements.md).

# System Requirements

## Preflight Check

If you'd like to verify your environment's compatibility, use the [following script](https://github.com/qpoint-io/preflight/tree/main):

{% code overflow="wrap" %}

```bash
curl -sSL https://github.com/qpoint-io/preflight/releases/latest/download/preflight.sh | sudo bash
```

{% endcode %}

## Operating System Requirements

* Linux-based operating system
* Supports both x86\_64 and arm64 architectures
* Kernel version 5.10 or higher

## System Configuration

### Kernel Settings

* Kernel lockdown mode should be set to `none` (default on most systems)
* Cgroups v2 enabled (default on most modern Linux distributions)

### Network

* At least one network interface with outbound network access

### Access Requirements

* Root access for installation
* Read-write filesystem access

### Resource Requirements

* Sufficient memory for BPF operations
* Storage space for logs and configuration
