pinokiocomputer / pinokio

AI Browser
https://pinokio.computer
MIT License
3.83k stars 315 forks source link

Unable to install M1 Macbook Pro #15

Open kohl00 opened 1 year ago

kohl00 commented 1 year ago

14-inch, 2021 Apple M1 Pro 13.0.1 (22A400) MacOS Ventura Version 13.0.1 (22A400)

` Password: option -r not recognized Following Download Steps from pinokio.computer:

usage: xattr [-slz] file [file ...] xattr -p [-slz] attr_name file [file ...] xattr -w [-sz] attr_name attr_value file [file ...] xattr -d [-s] attr_name file [file ...] xattr -c [-s] file [file ...]

The first form lists the names of all xattrs on the given file(s). The second form (-p) prints the value of the xattr attr_name. The third form (-w) sets the value of the xattr attr_name to attr_value. The fourth form (-d) deletes the xattr attr_name. The fifth form (-c) deletes (clears) all xattrs.

options: -h: print this help -s: act on symbolic links themselves rather than their targets -l: print long format (attr_name: attr_value) -z: compress or decompress (if compressed) attribute value in zip format

Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.

[Process completed] `

Screenshot 2023-08-30 at 6 37 41 PM Screenshot 2023-08-30 at 6 38 15 PM
kohl00 commented 1 year ago

I have GPT4ALL installed too. Could that be conflicting?

TechupBusiness commented 1 year ago

@kohl00 You need to open the first patch.command, then there should be no damaged message. Did you try that? Also written in the docs: https://docs.pinokio.computer/download/applemac.html

owmo-dev commented 1 year ago

Also unable to install (M1, Ventura 13.6) - it seems like the xattr command doesn't have the -r or -d flags, here's the output from the help.

usage: xattr [-slz] file [file ...]
       xattr -p [-slz] attr_name file [file ...]
       xattr -w [-sz] attr_name attr_value file [file ...]
       xattr -d [-s] attr_name file [file ...]
       xattr -c [-s] file [file ...]

The first form lists the names of all xattrs on the given file(s).
The second form (-p) prints the value of the xattr attr_name.
The third form (-w) sets the value of the xattr attr_name to attr_value.
The fourth form (-d) deletes the xattr attr_name.
The fifth form (-c) deletes (clears) all xattrs.

options:
  -h: print this help
  -s: act on symbolic links themselves rather than their targets
  -l: print long format (attr_name: attr_value)
  -z: compress or decompress (if compressed) attribute value in zip format
mclark4386 commented 1 year ago

I was able to run the script just fine, but get an infinite

Screenshot 2023-11-02 at 2 30 05 AM

whenever I try to install anything.

mclark4386 commented 1 year ago

Just saw the post on discord will post there.

thecodacus commented 1 year ago

just run sudo xattr -d com.apple.quarantine /Applications/Pinokio.app in terminal instead of the patch command