Free, local, real-time context for any AI.
Perplexity costs $20/month. ChatGPT has a knowledge cutoff.
LiveMind runs on your machine, fetches today's information for free, and works with any AI.
git clone https://github.com/kaito532004/livemind
cd livemind
npm install
node bin/cli.js fetchnode bin/cli.js fetch # Fetch right now (160+ items)
node bin/cli.js start # Start daemon (every 30 min)
node bin/cli.js context # Print today's context- HackerNews — top stories
- GitHub — trending repos (daily + weekly + AI)
- Reddit — r/programming, r/MachineLearning, r/LocalLLaMA, r/OpenAI, r/startups and more
- DEV.to — developer articles
- arxiv — latest AI papers
- Lobsters — tech community
const { getLiveContext } = require('./src/inject')
// Inject today's context into Claude, GPT, or any LLM
const context = getLiveContext()| LiveMind | Perplexity | ChatGPT | |
|---|---|---|---|
| Cost | Free | $20/month | $20/month |
| Local | ✅ | ❌ | ❌ |
| Works with any AI | ✅ | ❌ | ❌ |
| Open source | ✅ | ❌ | ❌ |
| 160+ sources | ✅ | ❌ | ❌ |
MIT