You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boot animation is now embedded directly in main.c (C) and cli.js (Node.js) - no external startup_animation.json file required anymore. Previously the animation silently failed when the JSON was not found next to the executable; it now always plays.
Removed the separate animation.c/animation.h (C) and commands/startup-animation.js (Node) modules in favor of inline, self-contained code.
Animation
Linux-kernel-style boot log, 300 lines over 2s at ~65% terminal width.
Skip with --no-animation flag or EMTYPYIE_NO_ANIM=1 env var.
Downloads
emtypyie-v2.5.4.exe - Native Windows C build (self-contained, no file deps)
npm install -g emtypyie-cli - Node.js version (v2.5.4)