Native Apps with ClojureScript, React and Static Hermes
romanliutikov.com·6h·
Discuss: r/programming
Flag this post

Nov 9, 2025

What you see in the demo below is ClojureScript UIx app driving native window with ImGui UI via custom React reconciler. Both hot-reloading and REPL-driven development are supported, as you’d expect it from a typical ClojureScript project.

The JavaScript side of the app runs in Hermes engine, which exposes ImGui to JS env. However, a release build of this exact app is a fully native 8MB executable. You can try it yourself on macOS or Linux.

While Hermes engine is a JavaScr…

Similar Posts

Loading similar posts...