AI app store powered by 24/7 desktop history. open source | 100% local | dev friendly | 24/7 screen, mic recording
AI app store powered by 24/7 desktop history
open source | 100% local | dev friendly | 24/7 screen, mic recording
[ recording reality, one pixel at a time ]
https://github.com/user-attachments/assets/628c6c01-a580-4b21-bce9-3e7b186914a4
https://github.com/user-attachments/assets/973ee8e5-5240-4d36-83fe-d38c53efe6a9
news 🔥
macos, linux:
curl -fsSL get.screenpi.pe/cli | sh
or on windows
iwr get.screenpi.pe/cli.ps1 | iex
then
screenpipe
make sure to allow permissions on macos (screen, mic)
bunx --bun @screenpipe/dev@latest pipe create
screenpipe has a plugin system called "pipe" which lets you create desktop app in nextjs in a sandboxed environment within our Rust code, read more
you can then publish these to our store and make money:
cd foo
bunx --bun @screenpipe/dev@latest pipe register --name foo [--paid --price 50] # subscription
bun run build
bunx --bun @screenpipe/dev@latest pipe publish --name foo
contributions are welcome! if you'd like to contribute, please read CONTRIBUTING.md.