Miko.Simulator
0.0.68
dotnet add package Miko.Simulator --version 0.0.68
NuGet\Install-Package Miko.Simulator -Version 0.0.68
<PackageReference Include="Miko.Simulator" Version="0.0.68" />
<PackageVersion Include="Miko.Simulator" Version="0.0.68" />
<PackageReference Include="Miko.Simulator" />
paket add Miko.Simulator --version 0.0.68
#r "nuget: Miko.Simulator, 0.0.68"
#:package Miko.Simulator@0.0.68
#addin nuget:?package=Miko.Simulator&version=0.0.68
#tool nuget:?package=Miko.Simulator&version=0.0.68
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.68)
- Miko.Windowing.Common (>= 0.0.68)
- 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.68 | 43 | 9/3/2026 |
| 0.0.67 | 47 | 9/2/2026 |
| 0.0.66 | 48 | 9/1/2026 |
| 0.0.65 | 82 | 8/31/2026 |
| 0.0.64 | 93 | 8/28/2026 |
| 0.0.63 | 100 | 8/25/2026 |
| 0.0.62 | 96 | 8/24/2026 |
| 0.0.61 | 89 | 8/20/2026 |
| 0.0.60 | 94 | 8/19/2026 |
| 0.0.59 | 95 | 8/19/2026 |
| 0.0.58 | 99 | 8/18/2026 |
| 0.0.57 | 97 | 8/13/2026 |
| 0.0.56 | 104 | 8/11/2026 |
| 0.0.55 | 100 | 8/11/2026 |
| 0.0.54 | 99 | 8/10/2026 |
| 0.0.53 | 99 | 8/7/2026 |
| 0.0.52 | 100 | 8/6/2026 |
| 0.0.51 | 100 | 8/5/2026 |
| 0.0.50 | 101 | 8/4/2026 |
| 0.0.49 | 101 | 8/4/2026 |