<p align="center">
  <a href="https://nativescript.org">
    <img alt="NativeScript" src="https://raw.githubusercontent.com/NativeScript/artwork/main/logo/export/NativeScript_Logo_Dark_Transparent.png" width="100"/>
  </a>
</p>

<h1 align="center">NativeScript</h1>

<p align="center">
  <b>Build truly native apps with JavaScript.</b>
</p>

<p align="center">
  <a href="https://www.npmjs.com/package/@nativescript/core"><img src="https://img.shields.io/npm/v/@nativescript/core.svg" alt="npm version"></a>
  <a href="https://github.com/NativeScript/NativeScript/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"></a>
  <a href="https://www.npmjs.com/package/@nativescript/core"><img src="https://img.shields.io/npm/dm/@nativescript/core.svg" alt="downloads"></a>
</p>

<p align="center">
  <a href="https://docs.nativescript.org">Getting Started</a> · 
  <a href="https://docs.nativescript.org/setup/">Environment Setup</a> · 
  <a href="https://nativescript.org/showcase">Showcase</a> · 
  <a href="https://github.com/NativeScript/NativeScript/blob/main/tools/notes/CONTRIBUTING.md">Contribute</a> · 
  <a href="https://nativescript.org/discord">Community</a>
</p>

---

A JavaScript library providing an easy-to-use API for interacting with native platform APIs.

- **Truly Native**: Access 100% of native platform APIs with JavaScript or TypeScript
- **High Performance**: No bridges — direct native bindings
- **Cross-Platform**: Share code across platforms while maintaining native look and feel

## 📦 Installation

```bash
npm install @nativescript/core
```

## 📖 Documentation

The full documentation for NativeScript can be found on our [website](https://docs.nativescript.org/).

## 📄 License

NativeScript is [MIT licensed](https://github.com/NativeScript/NativeScript/blob/main/LICENSE).