pieces-app / cli-agent

Pieces CLI for interacting with Pieces OS
https://docs.pieces.app/extensions-plugins/cli
MIT License
50 stars 19 forks source link

Pieces run command on brew install #84

Closed seantiz closed 4 months ago

seantiz commented 5 months ago

I could not run this command on the current build. When i used pieces run from the terminal, after brew install ing pieces-cli from the same terminal session, the MacOS kernel comes up with a warning dialog:

_'"pieces: can't be opened because Apple cannot check it for malicious software.

The software needs to be updated. Contact the developer for more information.

Homebrew Cask downloaded this file today at (timestamp)."_

Out of curiosity: it this a Tauri build?

Bishoy-at-pieces commented 4 months ago

Don't use Homebrew to download the cli agent just clone the repo and do pip install . Until we ship it I discussed with Mark and it will be shipped soon

seantiz commented 4 months ago

ok @Bishoy-at-pieces thanks, I will do!