Skip to content

v0.1.3

Latest

Choose a tag to compare

@horizonwiki horizonwiki released this 13 Apr 12:43
5402cca

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