pkg.soopen package index

brew / rang 6781

Installer hy avec Homebrew, apk, apt, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hy pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install hy

local Homebrew formula metadata

aperçu

Résumé du paquet

Dialect of Lisp that's embedded in Python

Commandes et alias

  • hy
  • hy2py
  • hyc

historique

Historique du projet et usages

Hy is a Lisp dialect embedded in Python. It reads Lisp syntax and transforms it into Python abstract syntax tree objects, giving users macros and Lisp syntax while keeping access to Python built-ins, libraries, packaging, and runtime behavior.

Historique du projet

The public repository was created in December 2012. Hy's README frames the project with the line that Lisp and Python should love each other, and explains the core technical idea: Hy code becomes Python AST, so Python's ecosystem remains available.

The 1.0.0 announcement in September 2024 described that release as arriving after nearly 12 years of on-and-off development and real-world use. The NEWS file states that Hy follows semantic versioning since 1.0.0, marking a stabilization point after the long 0.x period.

Historique d'adoption

Hy is distributed through Python packaging and also appears in system package managers such as Homebrew, Debian, Ubuntu, Arch, Alpine, and Nix. Its community surfaces include GitHub Discussions, Stack Overflow's `hy` tag, documentation on hylang.org, and a browser console for trying the language.

Modes d'utilisation

Users run `hy` for a REPL, execute `.hy` programs with `hy myprogram.hy`, translate with `hy2py`, and compile with `hyc`. The homepage examples show Python-equivalent forms for assignment, sorting, functions, context managers, comprehensions, and macros.

Pourquoi les passionnés de paquets s'y intéressent

Hy is interesting to package nerds because it is not a separate virtual machine or runtime island. It packages as a Python-hosted language that can import Python modules directly, which makes it easier to install experimentally while still offering Lisp macros and syntax.

Chronologie

  • 2012: Public GitHub repository created.
  • 2024: 1.0.0 released after nearly 12 years of development.
  • 2024: NEWS states semantic versioning begins with 1.0.0.
  • 2026: 1.3.0 release notes list support for Python 3.9 through Python 3.15.

Related projects

  • Hy is related to Python, Lisp-family languages, macro systems, Python AST tooling, PyPI packaging, and editor/REPL workflows for experimental languages.

Sources

  • Hy homepage, README, NEWS, 1.0.0 announcement, repository metadata, and Homebrew package metadata were used.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
hyexécutableexécutable indexéDécouvert depuis l'index local des exécutables.
hy2pyexécutableexécutable indexéDécouvert depuis l'index local des exécutables.
hycexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire1.3.1
gestionnaire mis à jour2026-08-01
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:hy
Version1.3.1
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://github.com/hylang/hy
Dernière mise à jour2026-08-01T18:08:24Z
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

hy 1.0.0-1

Lisp (s-expression) based frontend to Python (cmdline)

http://hylang.org/

sudo apt install hy
  • Section: python
  • Architecture: all
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Hy
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

hy-doc 1.0.0-1

Lisp (s-expression) based frontend to Python (documentation)

http://hylang.org/

sudo apt install hy-doc
  • Section: doc
  • Architecture: all
  • Source Package: hy
  • 1 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Hy
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hy-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-hy 1.0.0-1

Lisp (s-expression) based frontend to Python 3

http://hylang.org/

sudo apt install python3-hy
  • Section: python
  • Architecture: all
  • Source Package: hy
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Hy
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-hy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

hy

nix profile install nixpkgs#hy
  • normalized package name match
  • Correspondance par : Hy
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: hy from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

hy 0.28.0-1

Lisp (s-expression) based frontend to Python (cmdline)

http://hylang.org/

sudo apt install hy
  • Section: universe/devel
  • Architecture: all
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Hy
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

hy-doc 0.28.0-1

Lisp (s-expression) based frontend to Python (documentation)

http://hylang.org/

sudo apt install hy-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: hy
  • 2 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Hy
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hy-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-hy 0.28.0-1

Lisp (s-expression) based frontend to Python 3

http://hylang.org/

sudo apt install python3-hy
  • Section: universe/python
  • Architecture: all
  • Source Package: hy
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Hy
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-hy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

hy 1.1.0-r1

Dialect of Lisp that's embedded in Python

http://hylang.org/

sudo apk add hy
  • License: MIT
  • Architecture: x86_64
  • Source Package: hy
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Hy
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

hy-pyc 1.1.0-r1

Precompiled Python bytecode for hy

http://hylang.org/

sudo apk add hy-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: hy
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Hy
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hy-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

hy 1:1.3.0-1

A dialect of Lisp that's embedded in Python

http://hylang.org/

sudo pacman -S hy
  • License: MIT
  • Architecture: any
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Hy
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: hy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Combined YAML source

View the package source record on GitHub.

combined/hy.yml

Sources utilisées

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