macOS
brew install hylocal Homebrew formula metadata
brew
Dialect of Lisp that's embedded in Python. Version 1.3.0 via Homebrew; verified 2026-05-25.
install
brew install hylocal Homebrew formula metadata
sudo apk add hyAlpine Linux edge package indexes · hy · source: dl-cdn.alpinelinux.org
sudo apt install hyDebian stable package indexes · hy · source: deb.debian.org
nix profile install nixpkgs#hynixpkgs package indexes · hy · source: raw.githubusercontent.com
sudo pacman -S hyArch Linux sync databases · hy · source: geo.mirror.pkgbuild.com
overview
Dialect of Lisp that's embedded in Python
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hy | cli | global executable | |
hy2py | cli | global executable | |
hyc | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:hy |
|---|---|
| Version | 1.3.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hy |
| Homepage | https://github.com/hylang/hy |
| Repository | https://github.com/hylang/hy |
| Upstream docs | https://hylang.org/ |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/96/18/ded2cebddf51e424fa31ea4ec31679a793d41e474242e9692ffafdaf84ad/hy-1.3.0.tar.gz |
| Last updated | 2026-05-25T15:37:05Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hy |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hy 1.0.0-1
Lisp (s-expression) based frontend to Python (cmdline)
sudo apt install hyhy-doc 1.0.0-1
Lisp (s-expression) based frontend to Python (documentation)
sudo apt install hy-docpython3-hy 1.0.0-1
Lisp (s-expression) based frontend to Python 3
sudo apt install python3-hyhy
nix profile install nixpkgs#hyhy 0.28.0-1
Lisp (s-expression) based frontend to Python (cmdline)
sudo apt install hyhy-doc 0.28.0-1
Lisp (s-expression) based frontend to Python (documentation)
sudo apt install hy-docpython3-hy 0.28.0-1
Lisp (s-expression) based frontend to Python 3
sudo apt install python3-hyhy 1.1.0-r1
Dialect of Lisp that's embedded in Python
sudo apk add hyhy-pyc 1.1.0-r1
Precompiled Python bytecode for hy
sudo apk add hy-pychy 1:1.3.0-1
A dialect of Lisp that's embedded in Python
sudo pacman -S hysource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.