Docs
← chronapilot.com v 2026-05-12

SDKs and tools

Official ChronaPilot libraries for every major language. All SDKs are open source under Apache 2.0 and updated weekly.

Server libraries

Node.js
// Node.js / TypeScript
npm install @chronapilot/node
Python
class="tok-c"># Python (3.9+)
pip install chronapilot
Go
// Go
go get github.com/chronapilot/chronapilot-go
Ruby
class="tok-c"># Ruby (3.0+)
gem install chronapilot
PHP
class="tok-c">// PHP (8.1+)
composer require chronapilot/chronapilot-php
text
// .NET
dotnet add package ChronaPilot

Mobile

PlatformPackageMin OS
iOSSwiftPM github.com/chronapilot/chronapilot-swiftiOS 15
AndroidGradle com.chronapilot:chronapilot-android:1.0.0API 24
React Nativenpm install @chronapilot/react-nativeRN 0.71+
Flutterflutter pub add chronapilotDart 3

Source code

Telemetry

All SDKs send a small User-Agent header identifying themselves. They do not send your data or request bodies to ChronaPilot for telemetry purposes. To customize the UA, set cp.setAppInfo({ name, version, url }).