Miko.Simulator
0.0.32
See the version list below for details.
dotnet add package Miko.Simulator --version 0.0.32
NuGet\Install-Package Miko.Simulator -Version 0.0.32
<PackageReference Include="Miko.Simulator" Version="0.0.32" />
<PackageVersion Include="Miko.Simulator" Version="0.0.32" />
<PackageReference Include="Miko.Simulator" />
paket add Miko.Simulator --version 0.0.32
#r "nuget: Miko.Simulator, 0.0.32"
#:package Miko.Simulator@0.0.32
#addin nuget:?package=Miko.Simulator&version=0.0.32
#tool nuget:?package=Miko.Simulator&version=0.0.32
Miko.Simulator
Device simulator host for Miko.
Miko.Simulator runs a Miko application inside a desktop window that emulates a
mobile device. The window is split in two:
- Left — the application, rendered into its own independent canvas sized to the simulated device's logical resolution (so the app sees the same viewport it would on a real phone), drawn inside a device bezel.
- Right — a settings panel (device picker, orientation, safe-area toggle) that is itself built and rendered with the Miko engine.
Usage
A simulator startup project sits alongside the other platform heads:
MyApp
├── MyApp # shared app (routes, layout, styles)
├── MyApp.Simulator # this project
├── MyApp.Desktop
├── MyApp.iOS
└── MyApp.Android
Program.cs:
using Miko.Simulator;
using MyApp;
var context = App.CreateContext();
context.RunSimulator();
Configure the device list, initial device, or orientation:
context.RunSimulator(o =>
{
o.InitialDevice = DeviceProfile.IPhoneSE;
o.InitialOrientation = Orientation.Landscape;
o.Devices = new[] { DeviceProfile.IPhone15Pro, DeviceProfile.Pixel7 };
});
The simulator drives the same platform-agnostic MikoInteractionController the
real device hosts use, so pointer, scroll, keyboard, and safe-area behavior match
what the app gets on-device.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Miko (>= 0.0.32)
- Silk.NET.Input (>= 2.22.0)
- Silk.NET.OpenGL (>= 2.22.0)
- Silk.NET.Windowing (>= 2.22.0)
- SkiaSharp (>= 3.119.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Miko.Simulator:
| Package | Downloads |
|---|---|
|
Miko.McpServer
MCP (Model Context Protocol) debug server for Miko. Exposes a running app's Simulator and DevTools capabilities (DOM, styles, box model, simulated clicks, device switching, screenshots) over standard MCP so AI agents like Claude Code can inspect and drive the app. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.42 | 0 | 7/24/2026 |
| 0.0.41 | 33 | 7/23/2026 |
| 0.0.40 | 35 | 7/22/2026 |
| 0.0.39 | 47 | 7/22/2026 |
| 0.0.38 | 38 | 7/21/2026 |
| 0.0.37 | 44 | 7/21/2026 |
| 0.0.36 | 90 | 7/20/2026 |
| 0.0.35 | 95 | 7/17/2026 |
| 0.0.34 | 88 | 7/17/2026 |
| 0.0.33 | 98 | 7/16/2026 |
| 0.0.32 | 92 | 7/16/2026 |
| 0.0.31 | 98 | 7/15/2026 |
| 0.0.30 | 91 | 7/14/2026 |
| 0.0.29 | 96 | 7/14/2026 |
| 0.0.28 | 95 | 7/13/2026 |
| 0.0.27 | 110 | 7/10/2026 |
| 0.0.26 | 96 | 7/9/2026 |
| 0.0.25 | 100 | 7/7/2026 |
| 0.0.24 | 96 | 7/7/2026 |
| 0.0.23 | 92 | 7/3/2026 |