Ansight is organized as a desktop Studio app plus runtime SDKs that feed data into Studio and, optionally, expose live tool surfaces to paired agents.

SDK Lineup

SDKStatusNotes
.NETAvailable nowPackage id Ansight. Targets net9.0, net9.0-android, net9.0-ios, and net9.0-maccatalyst.
FlutterPlannedNot documented in detail yet.
React NativePlannedNot documented in detail yet.
iOS (SwiftUI/UIKit)PlannedNot documented in detail yet.
Android (Jetpack Compose/View)PlannedNot documented in detail yet.

Today, the detailed docs in this tree focus on the .NET SDK.

What the .NET SDK Includes

The base Ansight package provides:

  • runtime telemetry capture
  • built-in memory and FPS channels
  • session JPEG capture
  • runtime-owned host pairing and host auto-probe
  • the base tool abstraction layer

Concrete remote tools live in separate packages:

  • Ansight.Tools.VisualTree
  • Ansight.Tools.Database
  • Ansight.Tools.FileSystem
  • Ansight.Tools.Preferences
  • Ansight.Tools.SecureStorage

Start Here

If you are integrating a .NET app, read:

  1. .NET SDK Overview
  2. .NET Pairing
  3. .NET Configuration
  4. .NET Performance Telemetry
  5. .NET Screen Views
  6. .NET Capturing Logs
  7. .NET App Lifecycle
  8. .NET Tools