v0.1.2
π₯ Fire CLI v0.1.2
π v0.1.2 β The Great Visual Update
This release significantly expands customization options and improves internal logic for handling system interrupts and user input.
β¨ What's New
- π¨ 15+ New Color Schemes β A massive collection of themes has been added, including a unique
rainbowtheme with dynamic color cycling. - π οΈ Dedicated Theme Command β Introduced the
-tor--themeflag for precise and convenient theme selection directly from the CLI. - β‘ Enhanced Optimization β The rendering engine has been completely redesigned. A new approach significantly reduces CPU usage while maintaining high-fidelity flame animation.
- π Dynamic Help Menu β The
-hor--helpflag now intelligently detects and displays the actual name of the binary. - βοΈ Custom Themes Support β You can now define your own palettes using HEX codes:
custom:#hex.#hex.#hex.#hex.
π Bug Fixes & Stability
- Low-level Input Handling β Rewrote the exit logic. The program now responds instantly to
ESCandCtrl+Con Unix-based systems, accurately distinguishing between single keypresses and terminal escape sequences.
π¦ Installation
Download the archive for your platform and architecture:
Windows
- x86_64 β
fire-windows-x86_64.zip - arm64 β
fire-windows-arm64.zip
Linux
- x86_64 β
fire-linux-x86_64.tar.gz - arm64 β
fire-linux-arm64.tar.gz
macOS
- x86_64 (Intel) β
fire-macos-x86_64.tar.gz - arm64 (Apple Silicon) β
fire-macos-arm64.tar.gz
Note
Can't find a binary for your OS or architecture?
You can build Fire CLI yourself from source β the app supports all platforms and architectures compatible with Rust and libc. Build instructions are available in the README.