Skip to content

kaito532004/livemind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveMind

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.

Install & Run

git clone https://github.com/kaito532004/livemind
cd livemind
npm install
node bin/cli.js fetch

Commands

node 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

Sources (9 total)

  • 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

Use with any AI

const { getLiveContext } = require('./src/inject')

// Inject today's context into Claude, GPT, or any LLM
const context = getLiveContext()

Why LiveMind?

LiveMind Perplexity ChatGPT
Cost Free $20/month $20/month
Local
Works with any AI
Open source
160+ sources

License

MIT

Releases

Packages

Contributors

Languages