pkg.soopen package index

brew / Rang 1438

julia mit Homebrew, dnf, MacPorts, Nix, pacman, chocolatey, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für julia in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install julia

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install julia

MacPorts ports tree · lang/julia/Portfile · Quelle: api.github.com

Windows

Chocolateyverifiziert · 92%
choco install Julia

Chocolatey community package catalog · Julia · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/julia

Scoop official bucket manifest trees · bucket/julia.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Julialang.Julia -e

Windows Package Manager source index · Julialang.Julia · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Fast, Dynamic Programming Language

Befehle und Aliase

  • julia

Verlauf

Projektgeschichte und Nutzung

Julia is a high-performance dynamic programming language built for technical and scientific computing without the traditional split between a productive scripting language and a separate fast implementation language. Its package-manager footprint matters because the `julia` executable is a compiler, REPL, package environment manager, and scientific-computing platform in one package.

Projektgeschichte

The Julia founders publicly announced the language on February 14, 2012 in the essay 'Why We Created Julia', after roughly two and a half years of work. The design goal was explicit: combine the usability of high-level languages with performance suitable for numerical and systems-heavy work.

Julia 1.0 was released during JuliaCon 2018, with the project describing it as the culmination of nearly a decade of work. The 1.0 milestone established the stable 1.x language line and helped shift Julia from research-language curiosity to production-usable scientific platform.

Adoptionsgeschichte

Julia adoption grew through scientific computing, optimization, data science, differentiable programming, and high-performance numerical packages. JuliaCon began as a small 2014 community event and, by the 2016 invitation post, the organizers described growth from about 75 attendees in 2014 to about 225 in 2015.

The Julia ecosystem is tightly coupled to packages and registries: users install the language from system package managers or official binaries, then use Julia's built-in package manager for reproducible environments and project-specific dependencies.

Wie es verwendet wird

Developers use the packaged `julia` command for the REPL, script execution, package management, precompilation, notebooks, and project environments. On Unix-like systems, startup customization commonly lives at `~/.julia/config/startup.jl`, which makes the package feel both like a runtime and a personal computing environment.

Warum Paket-Nerds sich dafür interessieren

Julia is significant to package nerds because it layers a language-native package manager on top of OS package managers. The outer package installs the compiler and standard tooling, while Julia's registries, manifests, artifacts, and binary wrappers manage the fast-moving scientific package ecosystem inside user projects.

Zeitleiste

  • 2009: The Julia team began work on the language, according to the 2012 launch essay's two-and-a-half-year framing.
  • 2012: Julia was publicly announced on February 14.
  • 2014: The first JuliaCon was held in Chicago.
  • 2018: Julia 1.0 was released during JuliaCon 2018.
  • 2022: The Julia community marked ten years since the public announcement with adoption stories from users.

Related projects

  • LLVM is central to Julia's compilation strategy.
  • Pkg is Julia's built-in package manager and environment tool.
  • SciML, JuMP, and the broader Julia package registry are major ecosystem pillars.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:programming language

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.julia/config/startup.jl

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
juliaExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version1.12.6
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:julia
Version1.12.6
PaketmanagerHomebrew
Homepagehttps://julialang.org/
Repositoryhttps://github.com/JuliaLang/julia
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

julia

nix profile install nixpkgs#julia
  • normalized package name match
  • Abgeglichen nach: Julia
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: julia from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
dnf95%

julia 1.12.1-2.fc45

High-level, high-performance dynamic language for technical computing

http://julialang.org/

sudo dnf install julia
  • License: MIT and Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: julia
  • 32 Abhängigkeiten
  • 10 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Julia
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: julia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

julia-common 1.12.1-2.fc45

Julia architecture-independent files

http://julialang.org/

sudo dnf install julia-common
  • License: MIT and Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: julia
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Julia
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: julia-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

julia-devel 1.12.1-2.fc45

Julia development, debugging and testing files

http://julialang.org/

sudo dnf install julia-devel
  • License: MIT and Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: julia
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Julia
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: julia-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

julia-doc 1.12.1-2.fc45

Julia documentation and code examples

http://julialang.org/

sudo dnf install julia-doc
  • License: MIT and Apache-2.0 WITH LLVM-exception
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: julia
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Julia
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: julia-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

julia 2:1.12.6-1

High-level, high-performance, dynamic programming language

https://julialang.org/

sudo pacman -S julia
  • License: MIT
  • Architecture: x86_64
  • 14 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Julia
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: julia from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

julia

sudo port install julia
  • normalized package name match
  • Abgeglichen nach: Julia
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/julia/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

Julia

choco install Julia
  • normalized package name match
  • Abgeglichen nach: Julia
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: Julia from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','java7u13x86'
Scoop95%

main/julia

scoop install main/julia
  • normalized package name match
  • Abgeglichen nach: Julia
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/julia.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Julialang.Julia

winget install --id Julialang.Julia -e
  • normalized package name match
  • Abgeglichen nach: Julia
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Julialang.Julia from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

Julialang.Juliaup

winget install --id Julialang.Juliaup -e
  • normalized package name match
  • Abgeglichen nach: Julia
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Julialang.Juliaup from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation