aterm 0.74.0
aterm is the terminal for AI. New here? What each file is:
aterm-0.74.0.dmg— the signed, notarized app as a drag-install DMG (~28 MB). The ALab toolchain installs itself on first launch (or on demand viaaterm pkg install --default-set).aterm-0.74.0-mac.zip— the same app as a zip (~26 MB); this is the container the in-app updater and Homebrew stage from.aterm.dmg/aterm-mac.zip— permanentreleases/latest/download/names for the DMG and the zip above (byte-identical copies)..sha256files verify a download:shasum -a 256 -c <asset>.sha256.aterm-appcast.toml/aterm-machines.toml(and their.sig) are consumed by the in-app self-updater — not for humans.- Releases named
atpkg-index-Nare machine-readable package indexes, not app releases.
Fixed
- A second crash on the same fault, closed before anyone hit it. v0.73.0 fixed
aterm aborting when you moved the mouse. The same mistake — asking a system event
a question only a keyboard event can answer — was still reachable one door along:
pressing Escape is fine, but the same command arriving from a menu would have
asked the mouse click that opened the menu for its key code, and taken the app
down. It now declines to answer rather than inventing a keystroke. The rest of
that family was swept and is clean.