# @flighthq/platform

Platform identification seam for the desktop/mobile integration suite: OS/kind/arch detection with a swappable host backend

## Install

```sh
npm install @flighthq/platform
```

Import the supported application-facing API from `@flighthq/platform`. The `@flighthq/platform/contract` export is the wider package-to-package contract used to compose Flight itself.

This package is part of the locked-version Flight SDK graph. Applications may instead install and import `@flighthq/sdk` when package-level tree shaking is sufficient.

- [Flight project](https://github.com/flighthq/flight)
- [Source for @flighthq/platform@0.4.0](https://github.com/flighthq/flight/tree/cd6b6e71eb472b3a4249830a7743333f019fa7b7/packages/platform)
- [License](https://github.com/flighthq/flight/blob/cd6b6e71eb472b3a4249830a7743333f019fa7b7/LICENSE.md)
