# kernelName

### kernelName

The name of your operating system.

Possible values are:

* Linux
* Windows
* MacOS
* iOS
* Android

Example:

```dart
import "package:system_info2/system_info2.dart";

print("Kernel name          : ${SysInfo.kernelName}");
```

{% hint style="info" %}
Please help expand the list of examples by raising an issue with examples on the [onpub.dev github site](https://github.com/onepub-dev/system_info).
{% endhint %}
