integrations
notion
ollama
screenpipe embeds ollama in the app, so you don't have to run it yourself (you can still do)
just go to settings and enable it
openwebui
Omi AI Friend wearable
looking for help to make it stable!
https://github.com/mediar-ai/screenpipe/issues/249 (opens in a new tab)
iphone screen mirroring
make sure to update your iOS versions, then search for "iphone mirroring" in macos and follow the instructions
screenpipe will record the screen so you can search or do anything with it on the screenpipe app or using the screenpipe api
iphone microphone recording
just enable bluetooth and select iphone in audio device list
experimental integrations
we have a bunch of experimental integrations available here:
https://github.com/mediar-ai/screenpipe/tree/main/examples/typescript (opens in a new tab)
keep in mind it's quite easy to integrate with screenpipe:
- get some data from screenpipe API
- send to a LLM
- call another API
the best code will autonomously handle these steps by the LLM (just provide tools and infinite round trips until completion of goal)