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
| SDK | Status | Notes |
|---|---|---|
.NET | Available now | Package id Ansight. Targets net9.0, net9.0-android, net9.0-ios, and net9.0-maccatalyst. |
Flutter | Planned | Not documented in detail yet. |
React Native | Planned | Not documented in detail yet. |
iOS (SwiftUI/UIKit) | Planned | Not documented in detail yet. |
Android (Jetpack Compose/View) | Planned | Not 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.VisualTreeAnsight.Tools.DatabaseAnsight.Tools.FileSystemAnsight.Tools.PreferencesAnsight.Tools.SecureStorage
Start Here
If you are integrating a .NET app, read: