Skip to content
Home/Formulae/iconwolf

iconwolf

v0.4.0Alpha

Cross-platform app icon generator for Expo/React Native projects

Install

brew install iconwolf

Details

License
MIT
Version
v0.4.0
Stability
Alpha — not yet considered stable

Caveats

Quick start:
  iconwolf AppIcon.icon            # From Apple Icon Composer
  iconwolf app-icon.png            # From any square PNG

By default, generates 4 files to ./assets/images/:
  icon.png, adaptive-icon.png, splash-icon.png, favicon.png

Common flags:
  --splash-input <path>  Use a separate image for the splash screen
  --android              All Android adaptive icons (adds background + monochrome)
  --favicon              Favicon only
  --icon                 Standard icon.png only
  --splash               Splash screen icon only
  -o, --output <dir>     Custom output directory
  --bg-color <hex>       Android background color (default: #FFFFFF)
  --dark-bg-color <hex>  Dark mode background for .icon folder output

Generate .icon folders:
  iconwolf input.png -o AppIcon.icon --bg-color "#091533"
  iconwolf input.png -o AppIcon.icon --bg-color "#091533" --dark-bg-color "#1E3A5F"

Full docs: https://github.com/MrDemonWolf/iconwolf

Version History

VersionDateStatusRelease notes link
v0.4.0 Current2026-03-15AlphaRelease notes
v0.3.02026-02-28AlphaRelease notes
v0.2.12026-02-28AlphaRelease notes
v0.2.02026-02-28AlphaRelease notes
v0.0.72026-02-14AlphaRelease notes
v0.0.62026-02-11AlphaRelease notes
v0.0.52026-02-09AlphaRelease notes
v0.0.42026-02-09AlphaRelease notes
v0.0.32026-02-09AlphaRelease notes
v0.0.22026-02-09AlphaRelease notes
v0.0.12026-02-09AlphaRelease notes