Skip to content

Releases: horizonwiki/fire

v0.1.3

13 Apr 12:43
5402cca

Choose a tag to compare

🔥 Fire CLI v0.1.3

изображение

🚀 v0.1.3 — Version Flag & More Themes

This release introduces a new version flag and expands the theme collection even further, while maintaining the optimized rendering engine.

✨ What's New

  • 📄 Version Flag — Added -v / --version to display package information.

    [!TIP]
    The version output shows the system and architecture for which the binary was built, not necessarily the current runtime system (though in most cases they match).

  • 🎨 20+ Color Schemes — Added 4 new themes, expanding the palette collection.

  • ⚙️ Custom Themes Support — Continued support for user‑defined palettes using HEX codes: custom:#hex.#hex.#hex.#hex.


📦 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.

v0.1.2

10 Apr 20:15
c942fb0

Choose a tag to compare

🔥 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 rainbow theme with dynamic color cycling.
  • 🛠️ Dedicated Theme Command — Introduced the -t or --theme flag 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 -h or --help flag 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 ESC and Ctrl+C on 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.

v0.1.1

08 Apr 20:07
0107a61

Choose a tag to compare

🔥 Fire CLI v0.1.1

Без названия82_20260408230539 (2)

✨ What's New

  • Optimization — improved animation rendering performance.
  • Help menu — now displays the actual binary name.

🐛 Bug Fixes

  • Fixed Ctrl+C handling on Unix systems.

📦 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.