Script complex machine logic on-the-fly. No recompile, no redeploy. Battle-tested in production.
BLE & IoT devices
Born as a BLE emulator scripting language. Supports serial, GPIO, HTTP and more. Runs on Android and iOS via MAUI.
Embeddable rule engine
Like VBA for Excel, but for your own app. Make any WinForms, WPF, MAUI or Blazor application fully scriptable.
Test benches
Automate hardware test sequences with readable, debuggable scripts — tweak logic without touching the host app.
HP calculator nostalgia
Loved the HP 28S or HP 48? MOGWAI brings RPL-style stack programming to the modern .NET world. Your muscle memory still works.
Plugin architecture
Expose your .NET methods as MOGWAI primitives. Your app's API becomes scriptable in minutes via a simple delegate interface.
What can you do with it?
By integrating MOGWAI, you can make any application fully "programmable", expanding its capabilities and enabling the creation of intelligent features on the fly (a very known exemple is Excel or Word with VBA).
It started with a love for HP RPL — the elegant stack-based language of HP scientific calculators. The idea: bring that same power and elegance to modern .NET development.
A real-world problem
We needed to simulate a BLE device before the hardware even existed. No tool did the job. So we built a scripting engine ourselves — and MOGWAI was born.
10 years later
What started as an internal tool is now an open-source engine with 240+ primitives, running in production — powering the full test suite of an industrial electronic board test bench.
Just 4 easy steps: 1. Reference mogwai in your project (NuGet package). 2. Create a runtime instance. 3. Assign a delegate. 4. Implement the delegate’s functions.That’s it! Once set up, the runtime is ready to execute any code you provide.You can also use MOGWAI STUDIO — your dedicated IDE for the MOGWAI runtime. Connect, develop, and manage your projects effortlessly.