An agentic terminal you can learn with — an Alacritty fork with AI-powered explanations (Ctrl+Shift+E).
# CLI binary → target/release/learnimal
cargo build -p alacritty --release
./target/release/learnimal
# macOS app bundle → target/release/osx/Learnimal.app
make app
open target/release/osx/Learnimal.appThe release binary is named learnimal (not alacritty) so you can tell it apart from a stock Alacritty install:
which learnimal # should point at this repo's target/release/learnimalpip install fastapi uvicorn pydantic
python ai-backend/server_stub.pyThen press Ctrl+Shift+E in Learnimal.