# Where is Julia heading? Lack of clarity about priorities, long-term direction and governance

**URL:** https://discourse.julialang.org/t/where-is-julia-heading-lack-of-clarity-about-priorities-long-term-direction-and-governance/133734
**Category:** Community
**Tags:** question, roadmap
**Created:** [November 7, 2025, 2:14pm UTC](https://discourse.julialang.org/t/where-is-julia-heading-lack-of-clarity-about-priorities-long-term-direction-and-governance/133734 "2025-11-07T14:14:04Z")
**Posts on this page:** 1
**Showing post:** 45

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [November 7, 2025, 7:14pm UTC](https://discourse.julialang.org/t/where-is-julia-heading-lack-of-clarity-about-priorities-long-term-direction-and-governance/133734/45 "2025-11-07T19:14:30Z")

</div>

> [@bvdmitri](#):
>
> The idea is that you can both _write_ code easily and _ship_ it easily.

Shipping of a pre-compiled binary blob generated from julia code that is then run on another machine has not really been a core julia idea (since with Julia you always have a compiler available).

However, there are different venues in progress for it:

- JuliaC for creating programs that will only need the julia runtime but not its compiler
- Experiments along the line of [GitHub - tshort/StaticCompiler.jl: Compiles Julia code to a standalone library (experimental)](https://github.com/tshort/StaticCompiler.jl) for creating completely julia independent libraries.
- PackageCompiler that can bundle things in a sysimage but ships the full julia runtime and compiler to support JIT.
- Discussions about distributing package images to avoid local package precompilation

The “core” experience of Julia is however julia itself and its packages that you add and work with locally (together with Project + Manifests for reproducing your environment on other machines).

---

_[View the full topic](https://discourse.julialang.org/t/where-is-julia-heading-lack-of-clarity-about-priorities-long-term-direction-and-governance/133734)._
