by louis030195 on 11/30/24, 3:01 AM with 0 comments
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!