### Install Aptabase Electron SDK Source: https://aptabase.com/llms.txt Use this command to add the Aptabase Electron SDK to your project. ```bash npm add @aptabase/electron ``` -------------------------------- ### Install Aptabase Web SDK Source: https://aptabase.com/llms.txt Use this command to add the Aptabase Web SDK to your project. ```bash npm add @aptabase/web ``` -------------------------------- ### Install Aptabase React SDK Source: https://aptabase.com/llms.txt Use this command to add the Aptabase React SDK to your project. ```bash npm add @aptabase/react ``` -------------------------------- ### Install Aptabase Tauri Plugin and JS SDK Source: https://aptabase.com/llms.txt Install the Tauri plugin for Rust and the JavaScript SDK for your Tauri application. ```bash cargo add tauri-plugin-aptabase && npm add @aptabase/tauri ``` -------------------------------- ### Add Aptabase Python Package Source: https://aptabase.com/llms.txt Install the Aptabase Python package using pip. ```bash pip install aptabase ``` -------------------------------- ### Install Aptabase Angular SDK Source: https://aptabase.com/llms.txt Use this command to add the Aptabase Angular SDK to your project. ```bash npm add @aptabase/angular ``` -------------------------------- ### Install Aptabase .NET MAUI Package Source: https://aptabase.com/llms.txt Add the Aptabase.Maui NuGet package to your .NET MAUI project. ```bash dotnet add package Aptabase.Maui ``` -------------------------------- ### Install Aptabase Browser Extension SDK Source: https://aptabase.com/llms.txt Use this command to add the Aptabase Browser Extension SDK to your project. ```bash npm add @aptabase/browser ``` -------------------------------- ### Install Aptabase React Native SDK Source: https://aptabase.com/llms.txt Use this command to add the Aptabase React Native SDK to your project. ```bash npm add @aptabase/react-native ``` -------------------------------- ### Add Aptabase Flutter Package Source: https://aptabase.com/llms.txt Add the aptabase_flutter package to your Flutter project using the flutter pub add command. ```bash flutter pub add aptabase_flutter ``` -------------------------------- ### Add Aptabase C++ Library with CMake Source: https://aptabase.com/llms.txt Integrate the Aptabase C++ library into your project using CMake. ```cmake add_subdirectory(path/to/aptabase-cpp) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.