# \`app status\` only lists most recently installed

**URL:** https://discourse.julialang.org/t/app-status-only-lists-most-recently-installed/134672
**Category:** Package Management
**Tags:** pkg, app
**Created:** [December 21, 2025, 8:32pm UTC](https://discourse.julialang.org/t/app-status-only-lists-most-recently-installed/134672 "2025-12-21T20:32:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![NonDairyNeutrino](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nondairyneutrino/32/221496_2.png) [@NonDairyNeutrino](https://discourse.julialang.org/u/NonDairyNeutrino)
#### Post date: [December 21, 2025, 8:32pm UTC](https://discourse.julialang.org/t/app-status-only-lists-most-recently-installed/134672/1 "2025-12-21T20:32:23Z")

</div>

Not much more than the title actually. I have added both `JuliaC` and `JETLS` apps, but only the more recent of the them shows when invoking `pkg> app status`.

```julia-auto
~ $ julia -e 'using Pkg; Pkg.Apps.status()'
[acedd4c2] JuliaC v0.2.3
  juliac ~/.julia/juliaup/julia-1.12.3+0.x64.linux.gnu/bin/julia
~ $ ls .julia/bin/
jetls juliac

```

I would expect the same behavior as `pkg> status` i.e. it shows all installed apps. Am I missing something or is this a bug?
