# Including a julia binary or library into a mobile app via LynxJS or NativeScript?

**URL:** https://discourse.julialang.org/t/including-a-julia-binary-or-library-into-a-mobile-app-via-lynxjs-or-nativescript/127729
**Category:** General Usage
**Created:** [April 4, 2025, 9:55pm UTC](https://discourse.julialang.org/t/including-a-julia-binary-or-library-into-a-mobile-app-via-lynxjs-or-nativescript/127729 "2025-04-04T21:55:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![\_admin](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/_admin/32/216155_2.png) [@\_admin](https://discourse.julialang.org/u/_admin)
#### Post date: [April 4, 2025, 9:55pm UTC](https://discourse.julialang.org/t/including-a-julia-binary-or-library-into-a-mobile-app-via-lynxjs-or-nativescript/127729/1 "2025-04-04T21:55:38Z")

</div>

Hi together,  
this is a fantastic community, but I wish there was an IRC chat or something more like a chat.

Is it possible to create a mobile application in whatever framework and include a binary or a library compiled from Julia source code?

The goal is to write the application logic in Julia and the UI in well established frameworks, or any framework that allows Cross-Mobile Compilation.

How do I target compilation for the specific architecture on iOS devices and android devices? Is this somehow possible?

Can somebody help me achieve this in a minimum example?

---

<div class="post-metadata">

### Author: ![MDSW](https://avatars.discourse-cdn.com/v4/letter/m/94ad74/32.png) [@MDSW](https://discourse.julialang.org/u/MDSW)
#### Post date: [April 5, 2025, 1:23am UTC](https://discourse.julialang.org/t/including-a-julia-binary-or-library-into-a-mobile-app-via-lynxjs-or-nativescript/127729/2 "2025-04-05T01:23:30Z")

</div>

Not easily. There is active work on compiler options, mainly around PackageCompiler and juliac, but there are a couple others, as well; you can look around on the forum for some of that. But nothing at the moment is going to be like, for example, Android Studio, Xcode/Swift, or mobile-centric web frameworks like Lynx.  
It’s not impossible – people have gotten Julia to run on Arduino – but it’s hacky, and there are limitations. Cross compilation is also theoretically possible, but not easy. All of this should improve in the next couple years.  
There is a Julia Language Slack.

---

<div class="post-metadata">

### Author: ![xgdgsc](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xgdgsc/32/608_2.png) [@xgdgsc](https://discourse.julialang.org/u/xgdgsc)
#### Post date: [April 5, 2025, 7:04am UTC](https://discourse.julialang.org/t/including-a-julia-binary-or-library-into-a-mobile-app-via-lynxjs-or-nativescript/127729/3 "2025-04-05T07:04:11Z")

</div>

[GitHub - Suzhou-Tongyuan/syslab-deploy: Deploy your Syslab/Julia applications everywhere (Windows, Linux, macOS, Android, iOS) with Rust/Flutter.](https://github.com/Suzhou-Tongyuan/syslab-deploy) proprietary solution.
