Automic VaultAutomic Vault

brew

jython mit Homebrew, apt, MacPorts, Nix, pacman installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install jython

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install jython

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

Linux

Debian aptverifiziert · 92%
sudo apt install jython

Debian stable package indexes · jython · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#jython

nixpkgs package indexes · pkgs/by-name/jy/jython/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S jython

Arch Linux sync databases · jython · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Python implementation written in Java (successor to JPython)

Befehle und Aliase

  • jython

Verlauf

Projektgeschichte und Nutzung

Jython is the long-running implementation of Python for the Java platform, descended from JPython and maintained as a Python runtime that can import and use Java classes while running on the JVM.

Projektgeschichte

JPython was created in late 1997 by Jim Hugunin at CNRI. Barry Warsaw took over as primary developer in February 1999, and the project moved to SourceForge in October 2000 under the Jython name.

The project became a durable bridge between the Python and Java ecosystems. Its 2.x line tracked Python 2 compatibility, while the official Jython site and repository describe ongoing Python 3 work as a separate development direction rather than a completed replacement.

Adoptionsgeschichte

Jython found its niche wherever Python syntax was useful inside Java applications: embedding scripts in JVM software, calling Java libraries from Python code, and experimenting with dynamic language support on the Java platform.

The package has remained in Unix package managers because it is historically important, still useful for JVM/Python interoperability, and different enough from CPython to matter to users who specifically need Java integration.

Wie es verwendet wird

Users run the `jython` command as a Python interpreter on the JVM, often to script Java APIs or to embed Python-like extension points in Java software. Official documentation emphasizes Java package access, Java bytecode compilation, and integration with Java platform classes.

Warum Paket-Nerds sich dafür interessieren

For package maintainers, Jython is a classic alternate-language-runtime package: it looks like Python at the command line but has JVM dependencies, Java compatibility concerns, and a release cadence separate from CPython.

It is also a reminder that language packages are not always mere compilers or interpreters; some are compatibility layers between two large ecosystems, which makes versioning and dependency policy especially visible.

Zeitleiste

  • 1997: JPython was created by Jim Hugunin.
  • 1999: Barry Warsaw became primary developer and released JPython 1.1.
  • 2000: The project moved to SourceForge and was renamed Jython.
  • 2020: Jython 2.7.2 was released with Java 8 builds and Java 11 testing.
  • 2022: Jython 2.7.3 was released.
  • 2024: Jython 2.7.4 was released.

Related projects

  • Jython is related to CPython as an alternate Python implementation, to the Java platform as its runtime target, and to other Python-on-managed-runtime projects that trade native C extension compatibility for host-platform integration.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 10 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

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.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
jythoncliglobales Executable

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-07-26
Manager-Version2.7.4
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://www.jython.org/

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz
  • InfoRelease/tag comparison is only available for GitHub repositories.https://www.jython.org/none Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:jython
Version2.7.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/jython
Homepagehttps://www.jython.org/
Repositoryhttps://github.com/jython/jython
Upstream-Dokumentationhttps://www.jython.org/
LizenzPSF-2.0
Quellarchivhttps://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar
Abhängigkeitenopenjdk
Bottleverfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejython
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

jython 2.7.3+repack1-1

Python seamlessly integrated with Java

http://www.jython.org

sudo apt install jython
  • Section: python
  • Architecture: all
  • 18 Abhängigkeiten
  • 5 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jython
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jython from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

jython-doc 2.7.3+repack1-1

Jython documentation including API docs

http://www.jython.org

sudo apt install jython-doc
  • Section: doc
  • Architecture: all
  • Source Package: jython
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jython
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jython-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jython

nix profile install nixpkgs#jython
  • normalized package name match
  • Abgeglichen nach: Jython
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/jy/jython/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

jython 2.7.3+repack1-1

Python seamlessly integrated with Java

http://www.jython.org

sudo apt install jython
  • Section: universe/python
  • Architecture: all
  • 18 Abhängigkeiten
  • 5 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jython
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jython from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

jython-doc 2.7.3+repack1-1

Jython documentation including API docs

http://www.jython.org

sudo apt install jython-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: jython
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jython
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jython-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

jython 2.7.4-3

An implementation of the Python language written in Java

https://www.jython.org/

sudo pacman -S jython
  • License: PSF AND APACHE AND custom
  • Architecture: any
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jython
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: jython from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

jython

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

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
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment