> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativedesktop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Core Library

The **Native Desktop Core Library** is a TypeScript library that allows your web application to **interact with the Native Desktop native application**.

### Installing the Core Library

Installing the core library is straightforward. Simply run the following command to add the package to your project:

```shellscript theme={null}
npm install @native-desktop/core
```
