|
|
|
Show HN: API for 24/7 desktop context capture for AI agents
(docs.screenpi.pe)
|
|
1 points
by louis030195
567 days ago
|
|
hey folks! creator here. built this because i was tired of dumb context-unaware AI. i used to build RAG with gpt-1 back in the day, it was so hard to tame it! screenpipe records everything happening on your desktop (screens, voice, keyboard, mouse) 24/7, processes it through OCR/STT, and serves it through a clean API. think of it as a memory bank for AI agents. tech stack:
- rust + (tauri app or pure CLI based) for the core (fast af)
- typescript + bun for TS plugins
- works on macos/win/linux
- fully local & open source brew install screenpipe to try it out. would love your feedback! |
|