Multi-Architecture Binaries
Download the appropriate binary for your platform:
- Linux x86_64:
better-ccflare-linux-amd64 - Linux ARM64 (Raspberry Pi 3/4/5, Oracle Cloud ARM, AWS Graviton):
better-ccflare-linux-arm64 - macOS Intel:
better-ccflare-macos-x86_64 - macOS Apple Silicon:
better-ccflare-macos-arm64 - Windows x86_64:
better-ccflare-windows-x64.exe
Installation
# Linux x86_64
wget https://github.com/tombii/better-ccflare/releases/download/v2.0.14/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64Or install via npm: npm install -g better-ccflare
What's Changed
🚀 Features
- feat: implement robust .env loading and unified CLI startup (
bddcd88) - feat: add GitHub issue templates with version/deployment info prompts (
471ee37)
🐛 Bug Fixes
- fix: /api/config endpoint now shows actual running configuration (
4f05ee0) - improve: optimize CLI performance and fix TypeScript type safety (
11120e5) - fix: correct YAML syntax errors in release workflow [skip-version] (
5be9c42) - fix: only list actual first-time contributors in releases [skip-version] (
732b762)
🔧 Improvements
- improve: optimize CLI performance and fix TypeScript type safety (
11120e5)