The Free Crypto News Alfred Workflow brings instant crypto news search to your Mac.
- ⚡ Instant news search
- 📰 Latest headlines
- 💰 Quick price checks
- 🔥 Breaking news
- 🎯 Category filters
- 📊 Trending topics
- macOS 10.14+
- Alfred 5 with Powerpack
- Download
Crypto-News.alfredworkflowfrom Releases - Double-click to install
- Click Import in Alfred
git clone https://github.com/nirholas/free-crypto-news.git
cd free-crypto-news/alfred
open crypto-news.alfredworkflow| Keyword | Action | Example |
|---|---|---|
news / latest |
Get latest news | ./crypto-news.sh news 10 |
breaking |
Breaking news (last 2h) | ./crypto-news.sh breaking 5 |
bitcoin / btc |
Bitcoin news | ./crypto-news.sh bitcoin 10 |
defi |
DeFi news | ./crypto-news.sh defi 10 |
search |
Search by keyword | ./crypto-news.sh search "ethereum ETF" 10 |
trending |
Trending topics | ./crypto-news.sh trending 10 |
./crypto-news.sh news 10./crypto-news.sh search "bitcoin etf" 10./crypto-news.sh breaking 5./crypto-news.sh bitcoin 10
./crypto-news.sh defi 10./crypto-news.sh trending 10The workflow includes text expansion snippets:
| Snippet | Expands To |
|---|---|
;btc |
Current Bitcoin price |
;eth |
Current Ethereum price |
;fear |
Fear & Greed value |
Enable in Alfred Preferences → Features → Snippets
- Check internet connection
- Test API directly:
curl https://cryptocurrency.cv/api/health
- Clear workflow cache
- Reduce
news_limitvariable - Check network latency
- Disable unnecessary features
- Ensure script permissions:
chmod +x alfred/crypto-news.sh
- Check Console.app for errors
cnupdate
Enable automatic updates in workflow settings.
- Open Alfred Preferences
- Go to Workflows
- Right-click Crypto News
- Select Delete
View the Alfred workflow source: alfred/