Onairos
  • 🔮Welcome to Onairos
  • Installation
  • API Reference
  • LLM Memory SDK
  • 🖱️Developer Guides
    • Integrate Onairos Web
      • ⬇️Installation
      • 🔅1 Line of Code
      • Manual API Call
        • 📥Receiving API
        • 🖥️Using the Inference API
      • 📲Inference API Response
      • 🏟️Examples
    • Integrate Onairos Mobile
      • ⬇️Installation
      • 🔅1 Line of Code
      • Manual API Call
        • 📥Receiving API
        • 🖥️Using the Inference API
      • 📲Inference API Response
      • 🏟️Examples
    • Example Usage of Data
    • 🚤Coming Soon
    • Developer FAQ
    • Developer Debugging
  • Overview
    • 🦄Digital Personality
    • 🔐Security and Privacy
Powered by GitBook
On this page

Installation

Simple

Installation Instructions

To integrate Onairos into your project, you can use the following installation methods for different platforms.

Install

npm install onairos@latest
npm i @onairos/react-native@latest    
dart pub install onairos

Import

import {Onairos} from 'onairos';
import {Onairos} from 'onairos';
import 'package:onairos/onairos.dart';

Note: Verify the package name, as it may be onairos depending on your setup. Ensure React Native is configured in your project.

PreviousWelcome to OnairosNextAPI Reference

Last updated 15 days ago