> For the complete documentation index, see [llms.txt](https://docs.wisej.com/deployment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/deployment/targets/hybrid.md).

# Hybrid

Beginning with Wisej.NET 3.5, we introduced the new Wisej.NET Hybrid system, which is built upon our hybrid MAUI client. This system leverages the capabilities of the .NET Multi-platform App UI (MAUI) to provide a seamless and integrated application development experience, allowing developers to build more versatile applications that can run across various platforms efficiently.

With Wisej.NET Hybrid, you can deploy a Wisej.NET application locally on iOS, Android, macOS, Linux, and Windows. This platform allows you to write your code exclusively in C# or VB.NET and maintain a single code base for all these platforms.

Wisej.NET Hybrid, when on .NET Core, also supports running applications entirely on the local device, enabling a fully offline mode.

<table><thead><tr><th>OS</th><th data-type="checkbox">Online</th><th data-type="checkbox">Offline (.NET Core)</th><th data-type="checkbox">Offline (.NET Fx)</th></tr></thead><tbody><tr><td>iOS</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Android</td><td>true</td><td>true</td><td>false</td></tr><tr><td>MacOS</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Linux</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Windows</td><td>true</td><td>true</td><td>false</td></tr></tbody></table>

For more information, visit the Wisej.NET Hybrid documentation.

{% embed url="<https://docs.wisej.com/hybrid>" %}
