The Free Crypto News Raycast extension provides quick access to crypto news from your Mac.
- 📰 Latest news with rich previews
- 🔥 Breaking news alerts
- ₿ Bitcoin-specific news
- 🔷 DeFi-specific news
- 🔍 Instant search
- 📊 Trending topics
- Open Raycast
- Type
Store - Search for
Crypto News - Click Install
(Coming soon to the official store)
git clone https://github.com/nirholas/free-crypto-news.git
cd free-crypto-news/raycast
npm install
npm run dev| Command | Description | Shortcut |
|---|---|---|
| Latest News | Get latest crypto headlines | ⌘⇧N |
| Breaking News | Breaking news (last 2 hours) | - |
| Bitcoin News | Bitcoin-specific news | - |
| DeFi News | DeFi-specific news | - |
| Search News | Search crypto news | - |
| Trending Topics | See trending topics | - |
Open Raycast and type:
Latest News
or use the shortcut (configurable):
⌘ + Shift + N
Search News [query]
Type your query to search across all sources.
| Action | Shortcut |
|---|---|
| Open in Browser | ↵ |
| Copy Link | ⌘C |
| Copy Title | ⌘⇧C |
| Add to Favorites | ⌘D |
| Open Source Site | ⌘O |
| Action | Shortcut |
|---|---|
| View Details | ↵ |
| Copy Price | ⌘C |
| Open CoinGecko | ⌘O |
| Add to Watchlist | ⌘D |
Open Raycast Preferences → Extensions → Crypto News:
| Setting | Options | Default |
|---|---|---|
| News Limit | 5-50 | 10 |
| Default Category | All categories | All |
| Show Descriptions | On/Off | On |
| Price Coins | Comma-separated | BTC,ETH,SOL |
| Refresh Interval | 1-60 min | 5 min |
Filter news by category in the search bar:
#defi → DeFi news only
#bitcoin → Bitcoin news only
#institutional → VC/Institutional news
#etf → ETF news
Or use the dropdown filter in the action panel.
Press → on any article to see:
- Full article preview
- Related articles
- Source information
- Share options
Save articles for later:
- Select an article
- Press
⌘Dor choose Add to Favorites - Access via Crypto News Favorites command
Show a live ticker in your menu bar:
- Open Raycast Preferences
- Go to Extensions → Crypto News
- Enable Menu Bar Prices
- Select coins to display
Add to Raycast Quick Links:
- Latest News:
raycast://extensions/fcn/latest - Search:
raycast://extensions/fcn/search - Prices:
raycast://extensions/fcn/prices
cd raycast
npm install
npm run buildnpm run devChanges reload automatically in Raycast.
raycast/
├── package.json
├── src/
│ ├── latest.tsx # Latest news command
│ ├── search.tsx # Search command
│ ├── prices.tsx # Prices command
│ ├── fear-greed.tsx # Fear & Greed command
│ └── components/ # Shared components
└── assets/
└── icons/ # Command icons
- Reinstall the extension
- Restart Raycast (
⌘Qthen reopen) - Check Raycast logs
- Reduce news limit in preferences
- Check network connection
- Disable unnecessary features
- Check API status:
curl https://cryptocurrency.cv/api/health
- Clear Raycast cache
- Restart extension
View the Raycast extension source: raycast/