> For the complete documentation index, see [llms.txt](https://sysinfo.onepub.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sysinfo.onepub.dev/installing.md).

# Installing

The easiest way to install system\_info2 is from the cli.

```bash
dart pub add system_info2
dart pub get
```

To use the system\_info2 package import into your code:

```dart
import 'package:system_info2/system_info2.dart
```
