screenpipe
- 人工智能模型商品化
- 人工智能的好坏取决于它的上下文
- 最有价值的上下文都包含在您的屏幕中
开始使用

macOS、Linux:
curl -fsSL get.screenpi.pe/cli | sh
或在 Windows 上
iwr get.screenpi.pe/cli.ps1 | iex
然后
screenpipe
确保允许 macOS 上的权限(屏幕、麦克风)
创建插件
bunx --bun @screenpipe/dev@latest pipe create
ScreenPipe 有一个名为“pipe”的插件系统,它允许您在我们的 Rust 代码中的沙盒环境中在 Nextjs 中创建桌面应用程序,阅读更多
然后,您可以将这些发布到我们的商店并赚钱:
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
上一篇