Icon

Julia

Julia is a high-performance open source programming language designed for scientific and numerical computing, combining ease of use with performance comparable to C/C++.
Latest: 1.12.6
Last checked: Feb 24, 2026 2:45pm
Rank: 846/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: MITWinget: Available

Version & Lifecycle

0
Current: 1.12.6 N-2: 1.12.4 Oldest supported: 1.0 Avg cadence: Every 36 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 8, 2026
0

Julia close-before-update note

For managed Windows updates, close Julia before launching the EXE update. The x64 installer can return Exit Code 1 when Julia is still open during the update process, so Intune, ConfigMgr, RMM, or PSADT deployments should add a conflicting-process rule or a pre-install close step before rerunning detection.

Use the official Julia downloads page as the source for current Windows installers: https://julialang.org/downloads/.

Official source: Julia downloads.

For managed Julia per-user Windows updates, close running Julia processes and terminals before launching setup. The User x64 package can return Exit Code 1 when Julia is open during update; pre-close it or defer the update, then rerun detection. Official source: Julia Windows/download documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Julia

Packaging Notes

0

Open source, cross-platform binaries available; supports multiple platforms with pre-built binaries

Notes

0

Julia was first released in 2012; it uses multiple dispatch, JIT compilation via LLVM, and supports parallelism and GPU computing.