screenpipe
screenpipe copied to clipboard
questions about desktop app for dev environment (macOS m-chip)
Hey @louis030195, first of all awesome idea with screenpipe, it's what I wanted since I saw rewind.ai the first time šš¼ I wanted to set up the dev environment and I am completely new to ollama, so I a couple of questions about it. Also I wanted to share the experience of installing it, so you know which hurdles you comes across.
Installation
I was trying to set up the desktop app, but I had some issues with it. I was following the instructions under: https://docs.screenpi.pe/docs/getting-started
I followed the steps 1-5 and all worked out. Then I ran 6b, since I am using an M1-chip.
I copied the bash commands to sh
file, chmodded it and ran it.
Here I experienced the first error:
zsh: command not found: bun
Which I resolved with installing bun via brew install oven-sh/bun/bun
Then I ran the shell file again, with this output:
user@MBP screenpipe % bash start_desktop.sh
bun install v1.1.33 (247456b6)
+ @tailwindcss/[email protected]
+ @tauri-apps/[email protected]
+ @types/[email protected]
+ @types/[email protected]
+ @types/[email protected]
+ @types/[email protected]
+ @types/[email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ @ai-sdk/[email protected]
+ @mlc-ai/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @opentelemetry/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @radix-ui/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @tauri-apps/[email protected]
+ @types/[email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
711 packages installed [23.54s]
cp: /Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/ffmpeg-aarch64-apple-darwin: Permission denied
File ā/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/ffmpeg-7.0-macOS-default.tar.xzā already there; not retrieving.
ffmpeg-7.0-macOS-default/lib/libavfilter.10.1.100.dylib: Lzma library error: No progress is possible
tar: Error exit delayed from previous errors.
[cctools-port]: generating fake signature for '/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/screenpipe-aarch64-apple-darwin'
[cctools-port]: generating fake signature for '/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/screenpipe-aarch64-apple-darwin'
[cctools-port]: generating fake signature for '/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/screenpipe-aarch64-apple-darwin'
/Users/user/WebStormProjects/ 100%[==================================================>] 54.98M 9.01MB/s in 9.7s
$ echo 'Warning: did you run bun scripts/pre_build.js and ALL other instructions carefully listed in https://docs.screenpi.pe/docs/getting-started ?' && tauri build
Warning: did you run bun scripts/pre_build.js and ALL other instructions carefully listed in https://docs.screenpi.pe/docs/getting-started ?
Running beforeBuildCommand `bun run build`
$ next build
ā² Next.js 14.2.4
Creating an optimized production build ...
ā Compiled successfully
./components/meeting-history.tsx
168:6 Warning: React Hook useEffect has a missing dependency: 'loadMeetings'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./components/onboarding/api-setup.tsx
281:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/dev-configuration.tsx
88:6 Warning: React Hook useEffect has a missing dependency: 'devInstructionsData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
93:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/dev-or-non-dev.tsx
109:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/explain-instructions.tsx
27:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/introduction.tsx
18:7 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/personalize.tsx
84:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/pipes.tsx
22:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/status.tsx
147:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/onboarding/usecases-selection.tsx
97:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/pipe-store.tsx
102:6 Warning: React Hook useEffect has a missing dependency: 'fetchInstalledPipes'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
563:21 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/recording-settings.tsx
200:6 Warning: React Hook useEffect has missing dependencies: 'localSettings' and 'setLocalSettings'. Either include them or remove the dependency array. If 'setLocalSettings' changes too often, find the parent component that defines it and wrap that definition in useCallback. react-hooks/exhaustive-deps
./components/search-chat.tsx
234:6 Warning: React Hook useEffect has a missing dependency: 'handleFilterDuplicates'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
653:33 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
660:33 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/video.tsx
81:6 Warning: React Hook useEffect has missing dependencies: 'getMimeType' and 'mediaSrc'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
./lib/hooks/use-pipes.tsx
308:6 Warning: React Hook useEffect has missing dependencies: 'loading' and 'pipes'. Either include them or remove the dependency array. You can also do a functional update 'setPipes(p => ...)' if you only need 'pipes' in the 'setPipes' call. react-hooks/exhaustive-deps
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
ā Linting and checking validity of types
ā Collecting page data
ā Generating static pages (5/5)
ā Collecting build traces
ā Finalizing page optimization
Route (app) Size First Load JS
ā ā / 518 kB 692 kB
ā ā /_not-found 141 B 87.5 kB
+ First Load JS shared by all 87.4 kB
ā chunks/23-11c6d9b47f92bb66.js 31.8 kB
ā chunks/fd9d1056-ad73cf74b6ee4fd5.js 53.7 kB
ā other shared chunks (total) 1.96 kB
ā (Static) prerendered as static content
Updating crates.io index
Updating git repository `https://github.com/tauri-apps/fix-path-env-rs`
Locking 589 packages to latest compatible versions
Adding axum v0.6.20 (latest: v0.7.7)
Adding axum-core v0.3.4 (latest: v0.4.5)
Adding base64 v0.21.7 (latest: v0.22.1)
Adding bitflags v1.3.2 (latest: v2.6.0)
Adding brotli v6.0.0 (latest: v7.0.0)
Adding cairo-rs v0.18.5 (latest: v0.20.1)
Adding cairo-sys-rs v0.18.2 (latest: v0.20.0)
Adding cargo_toml v0.17.2 (latest: v0.20.5)
Adding cfb v0.7.3 (latest: v0.10.0)
Adding cfg-expr v0.15.8 (latest: v0.17.0)
Adding convert_case v0.4.0 (latest: v0.6.0)
Adding core-foundation v0.9.4 (latest: v0.10.0)
Adding cssparser v0.27.2 (latest: v0.34.0)
Adding derive_more v0.99.18 (latest: v1.0.0)
Adding dirs v4.0.0 (latest: v5.0.1)
Adding dirs-sys v0.3.7 (latest: v0.4.1)
Adding fluent-uri v0.1.4 (latest: v0.3.2)
Adding foreign-types v0.3.2 (latest: v0.5.0)
Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
Adding gdk-pixbuf v0.18.5 (latest: v0.20.4)
Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.4)
Adding generic-array v0.14.7 (latest: v1.1.0)
Adding getrandom v0.1.16 (latest: v0.2.15)
Adding gio v0.18.4 (latest: v0.20.4)
Adding gio-sys v0.18.1 (latest: v0.20.4)
Adding glib v0.18.5 (latest: v0.20.4)
Adding glib-macros v0.18.5 (latest: v0.20.4)
Adding glib-sys v0.18.1 (latest: v0.20.4)
Adding gobject-sys v0.18.0 (latest: v0.20.4)
Adding hashbrown v0.12.3 (latest: v0.15.0)
Adding heck v0.4.1 (latest: v0.5.0)
Adding hermit-abi v0.3.9 (latest: v0.4.0)
Adding html5ever v0.26.0 (latest: v0.29.0)
Adding http v0.2.12 (latest: v1.1.0)
Adding http-body v0.4.6 (latest: v1.0.1)
Adding http-range-header v0.3.1 (latest: v0.4.1)
Adding hyper v0.14.31 (latest: v1.5.0)
Adding idna v0.5.0 (latest: v1.0.2)
Adding indexmap v1.9.3 (latest: v2.6.0)
Adding itoa v0.4.8 (latest: v1.0.11)
Adding jni-sys v0.3.0 (latest: v0.4.0)
Adding json-patch v2.0.0 (latest: v3.0.1)
Adding jsonptr v0.4.7 (latest: v0.6.3)
Adding libloading v0.7.4 (latest: v0.8.5)
Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
Adding malloc_buf v0.0.6 (latest: v1.0.0)
Adding markup5ever v0.11.0 (latest: v0.14.0)
Adding matchers v0.1.0 (latest: v0.2.0)
Adding matchit v0.7.3 (latest: v0.8.4)
Adding nix v0.27.1 (latest: v0.29.0)
Adding nu-ansi-term v0.46.0 (latest: v0.50.1)
Adding pango v0.18.3 (latest: v0.20.4)
Adding pango-sys v0.18.0 (latest: v0.20.4)
Adding phf v0.8.0 (latest: v0.11.2)
Adding phf v0.10.1 (latest: v0.11.2)
Adding phf_codegen v0.8.0 (latest: v0.11.2)
Adding phf_codegen v0.10.0 (latest: v0.11.2)
Adding phf_generator v0.8.0 (latest: v0.11.2)
Adding phf_generator v0.10.0 (latest: v0.11.2)
Adding phf_macros v0.8.0 (latest: v0.11.2)
Adding phf_shared v0.8.0 (latest: v0.11.2)
Adding phf_shared v0.10.0 (latest: v0.11.2)
Adding proc-macro-crate v1.3.1 (latest: v3.2.0)
Adding proc-macro-crate v2.0.2 (latest: v3.2.0)
Adding quick-xml v0.31.0 (latest: v0.37.0)
Adding quick-xml v0.32.0 (latest: v0.37.0)
Adding quick-xml v0.36.2 (latest: v0.37.0)
Adding rand v0.7.3 (latest: v0.8.5)
Adding rand_chacha v0.2.2 (latest: v0.3.1)
Adding rand_core v0.5.1 (latest: v0.6.4)
Adding rand_hc v0.2.0 (latest: v0.3.2)
Adding rand_pcg v0.2.1 (latest: v0.3.1)
Adding regex-automata v0.1.10 (latest: v0.4.8)
Adding regex-syntax v0.6.29 (latest: v0.8.5)
Adding security-framework v2.11.1 (latest: v3.0.0)
Adding selectors v0.22.0 (latest: v0.26.0)
Adding serialize-to-javascript v0.1.1 (latest: v0.1.2)
Adding serialize-to-javascript-impl v0.1.1 (latest: v0.1.2)
Adding servo_arc v0.1.1 (latest: v0.4.0)
Adding siphasher v0.3.11 (latest: v1.0.1)
Adding soup3 v0.5.0 (latest: v0.7.0)
Adding soup3-sys v0.5.0 (latest: v0.7.0)
Adding syn v1.0.109 (latest: v2.0.85)
Adding sync_wrapper v0.1.2 (latest: v1.0.1)
Adding sysinfo v0.29.11 (latest: v0.32.0)
Adding system-deps v6.2.2 (latest: v7.0.3)
Adding tauri v2.0.0 (latest: v2.0.6)
Adding tauri-build v2.0.0 (latest: v2.0.2)
Adding tauri-codegen v2.0.0 (latest: v2.0.2)
Adding tauri-macros v2.0.0 (latest: v2.0.2)
Adding tauri-plugin v2.0.0 (latest: v2.0.2)
Adding tauri-plugin-autostart v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-cli v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-dialog v2.0.0 (latest: v2.0.3)
Adding tauri-plugin-fs v2.0.0 (latest: v2.0.3)
Adding tauri-plugin-global-shortcut v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-notification v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-os v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-process v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-shell v2.0.0 (latest: v2.0.2)
Adding tauri-plugin-single-instance v2.0.0 (latest: v2.0.1)
Adding tauri-plugin-store v2.0.0 (latest: v2.1.0)
Adding tauri-plugin-updater v2.0.1 (latest: v2.0.2)
Adding tauri-runtime v2.0.0 (latest: v2.1.1)
Adding tauri-runtime-wry v2.0.0 (latest: v2.1.2)
Adding tauri-utils v2.0.0 (latest: v2.0.2)
Adding tauri-winrt-notification v0.2.1 (latest: v0.6.0)
Adding toml v0.7.8 (latest: v0.8.19)
Adding toml v0.8.2 (latest: v0.8.19)
Adding toml_datetime v0.6.3 (latest: v0.6.8)
Adding toml_edit v0.19.15 (latest: v0.22.22)
Adding toml_edit v0.20.2 (latest: v0.22.22)
Adding tower v0.4.13 (latest: v0.5.1)
Adding tower-http v0.4.4 (latest: v0.6.1)
Adding vte v0.11.1 (latest: v0.13.0)
Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2)
Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2)
Adding windows v0.56.0 (latest: v0.58.0)
Adding windows-core v0.52.0 (latest: v0.58.0)
Adding windows-core v0.56.0 (latest: v0.58.0)
Adding windows-implement v0.56.0 (latest: v0.58.0)
Adding windows-interface v0.56.0 (latest: v0.58.0)
Adding windows-registry v0.2.0 (latest: v0.3.0)
Adding windows-result v0.1.2 (latest: v0.2.0)
Adding windows-strings v0.1.0 (latest: v0.2.0)
Adding windows-sys v0.45.0 (latest: v0.59.0)
Adding windows-sys v0.48.0 (latest: v0.59.0)
Adding windows-sys v0.52.0 (latest: v0.59.0)
Adding windows-targets v0.42.2 (latest: v0.52.6)
Adding windows-targets v0.48.5 (latest: v0.52.6)
Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6)
Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
Adding windows_i686_gnu v0.42.2 (latest: v0.52.6)
Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
Adding windows_i686_msvc v0.42.2 (latest: v0.52.6)
Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
Adding winnow v0.5.40 (latest: v0.6.20)
Adding winreg v0.10.1 (latest: v0.52.0)
Adding wry v0.44.1 (latest: v0.46.3)
Adding zbus v4.0.1 (latest: v5.0.1)
Adding zbus_macros v4.0.1 (latest: v5.0.1)
Adding zbus_names v3.0.0 (latest: v4.0.0)
Adding zerocopy v0.7.35 (latest: v0.8.7)
Adding zerocopy-derive v0.7.35 (latest: v0.8.7)
Adding zvariant v4.0.0 (latest: v5.0.1)
Adding zvariant_derive v4.0.0 (latest: v5.0.1)
Adding zvariant_utils v1.1.0 (latest: v3.0.1)
Downloaded alloc-stdlib v0.2.2
Downloaded schemars_derive v0.8.21
Downloaded matches v0.1.10
Downloaded tauri-plugin v2.0.0
Downloaded string_cache_codegen v0.5.2
Downloaded precomputed-hash v0.1.1
Downloaded unic-ucd-version v0.9.0
Downloaded phf_macros v0.8.0
Downloaded phf_generator v0.8.0
Downloaded phf_macros v0.11.2
Downloaded unic-char-property v0.9.0
Downloaded phf_shared v0.10.0
Downloaded phf v0.8.0
Downloaded unic-common v0.9.0
Downloaded phf_codegen v0.8.0
Downloaded serialize-to-javascript-impl v0.1.1
Downloaded cssparser-macros v0.6.1
Downloaded fxhash v0.2.1
Downloaded unic-char-range v0.9.0
Downloaded mac v0.1.1
Downloaded instant v0.1.13
Downloaded thin-slice v0.1.1
Downloaded nodrop v0.1.14
Downloaded phf_codegen v0.10.0
Downloaded pathdiff v0.2.2
Downloaded utf-8 v0.7.6
Downloaded phf v0.10.1
Downloaded shared_child v1.0.1
Downloaded phf_shared v0.8.0
Downloaded serialize-to-javascript v0.1.1
Downloaded tauri-build v2.0.0
Downloaded strip-ansi-escapes v0.2.0
Downloaded dunce v1.0.5
Downloaded dirs v4.0.0
Downloaded serde-untagged v0.1.6
Downloaded axum-core v0.3.4
Downloaded alloc-no-stdlib v2.0.4
Downloaded cargo_toml v0.17.2
Downloaded auto-launch v0.5.0
Downloaded servo_arc v0.1.1
Downloaded serde_repr v0.1.19
Downloaded http-range-header v0.3.1
Downloaded dtoa v1.0.9
Downloaded tauri-codegen v2.0.0
Downloaded futf v0.1.5
Downloaded string_cache v0.8.7
Downloaded dyn-clone v1.0.17
Downloaded sys-locale v0.3.1
Downloaded vte_generate_state_changes v0.1.2
Downloaded tauri-winres v0.1.1
Downloaded jsonptr v0.4.7
Downloaded tauri-runtime v2.0.0
Downloaded infer v0.16.0
Downloaded swift-rs v1.0.7
Downloaded dirs-next v2.0.0
Downloaded unic-ucd-ident v0.9.0
Downloaded ctor v0.2.8
Downloaded cocoa-foundation v0.2.0
Downloaded objc2-core-image v0.2.2
Downloaded dirs-sys-next v0.1.2
Downloaded quinn-udp v0.5.5
Downloaded itoa v0.4.8
Downloaded os_pipe v1.2.1
Downloaded same-file v1.0.6
Downloaded cargo_metadata v0.18.1
Downloaded rand_core v0.5.1
Downloaded typeid v1.0.2
Downloaded toml_datetime v0.6.3
Downloaded serde_derive_internals v0.29.1
Downloaded phf_generator v0.10.0
Downloaded tendril v0.4.3
Downloaded objc-sys v0.3.5
Downloaded minisign-verify v0.2.2
Downloaded embed_plist v1.2.2
Downloaded embed-resource v2.5.0
Downloaded dtoa-short v0.3.5
Downloaded dirs-sys v0.3.7
Downloaded raw-window-handle v0.6.2
Downloaded dpi v0.1.1
Downloaded convert_case v0.4.0
Downloaded cargo-platform v0.1.8
Downloaded json-patch v2.0.0
Downloaded gethostname v0.5.0
Downloaded serde_with_macros v3.11.0
Downloaded semver v1.0.23
Downloaded tauri-macros v2.0.0
Downloaded rustc_version v0.4.1
Downloaded rand_chacha v0.2.2
Downloaded objc2-quartz-core v0.2.2
Downloaded rand_pcg v0.2.1
Downloaded vte v0.11.1
Downloaded rustc-hash v2.0.0
Downloaded urlpattern v0.3.0
Downloaded erased-serde v0.4.5
Downloaded camino v1.1.9
Downloaded tauri-runtime-wry v2.0.0
Downloaded kuchikiki v0.8.2
Downloaded getrandom v0.1.16
Downloaded mac-notification-sys v0.6.2
Downloaded block2 v0.5.1
Downloaded toml v0.8.2
Downloaded selectors v0.22.0
Downloaded pin-project-internal v1.1.7
Downloaded open v5.3.0
Downloaded walkdir v2.5.0
Downloaded toml v0.7.8
Downloaded markup5ever v0.11.0
Downloaded proc-macro-hack v0.5.20+deprecated
Downloaded os_info v3.8.2
Downloaded objc2-encode v4.0.3
Downloaded objc2-core-data v0.2.2
Downloaded keyboard-types v0.7.0
Downloaded cssparser v0.27.2
Downloaded tauri-plugin-autostart v2.0.0
Downloaded tray-icon v0.19.1
Downloaded tauri-plugin-store v2.0.0
Downloaded tauri-plugin-cli v2.0.0
Downloaded indexmap v1.9.3
Downloaded fluent-uri v0.1.4
Downloaded cocoa v0.26.0
Downloaded tauri-plugin-updater v2.0.1
Downloaded cfb v0.7.3
Downloaded rfd v0.15.0
Downloaded tauri-plugin-os v2.0.0
Downloaded pin-project v1.1.7
Downloaded tauri-utils v2.0.0
Downloaded tauri-plugin-shell v2.0.0
Downloaded toml_edit v0.20.2
Downloaded toml_edit v0.19.15
Downloaded tower-http v0.4.4
Downloaded serde_with v3.11.0
Downloaded muda v0.15.1
Downloaded wry v0.44.1
Downloaded plist v1.7.0
Downloaded winnow v0.5.40
Downloaded schemars v0.8.21
Downloaded tauri v2.0.0
Downloaded rand v0.7.3
Downloaded quinn v0.11.5
Downloaded objc2-metal v0.2.2
Downloaded axum v0.6.20
Downloaded hashbrown v0.12.3
Downloaded tower v0.4.13
Downloaded tauri-plugin-notification v2.0.0
Downloaded quick-xml v0.32.0
Downloaded objc2 v0.5.2
Downloaded quinn-proto v0.11.8
Downloaded brotli-decompressor v4.0.1
Downloaded tauri-plugin-fs v2.0.0
Downloaded tauri-plugin-dialog v2.0.0
Downloaded objc2-foundation v0.2.2
Downloaded notify-rust v4.11.3
Downloaded ico v0.3.0
Downloaded html5ever v0.26.0
Downloaded tauri-plugin-single-instance v2.0.0
Downloaded objc2-app-kit v0.2.2
Downloaded derive_more v0.99.18
Downloaded tauri-plugin-process v2.0.0
Downloaded tauri-plugin-global-shortcut v2.0.0
Downloaded global-hotkey v0.6.2
Downloaded brotli v6.0.0
Downloaded window-vibrancy v0.5.2
Downloaded tao v0.30.3
Downloaded 163 crates (12.0 MB) in 3.15s (largest was `tao` at 2.3 MB)
Compiling proc-macro2 v1.0.89
Compiling unicode-ident v1.0.13
Compiling libc v0.2.161
Compiling cfg-if v1.0.0
Compiling autocfg v1.4.0
Compiling serde v1.0.213
Compiling byteorder v1.5.0
Compiling siphasher v0.3.11
Compiling parking_lot_core v0.9.10
Compiling syn v1.0.109
Compiling getrandom v0.1.16
Compiling phf_shared v0.8.0
Compiling lock_api v0.4.12
Compiling phf_shared v0.10.0
Compiling thiserror v1.0.65
Compiling memchr v2.7.4
Compiling proc-macro-hack v0.5.20+deprecated
Compiling shlex v1.3.0
Compiling cc v1.1.31
Compiling semver v1.0.23
Compiling quote v1.0.37
Compiling typeid v1.0.2
Compiling getrandom v0.2.15
Compiling syn v2.0.85
Compiling rand_core v0.6.4
Compiling fnv v1.0.7
Compiling itoa v1.0.11
Compiling serde_json v1.0.132
Compiling rand_core v0.5.1
Compiling strsim v0.11.1
Compiling ident_case v1.0.1
Compiling hashbrown v0.15.0
Compiling equivalent v1.0.1
Compiling rand_pcg v0.2.1
Compiling ryu v1.0.18
Compiling smallvec v1.13.2
Compiling convert_case v0.4.0
Compiling phf_shared v0.11.2
Compiling winnow v0.5.40
Compiling indexmap v2.6.0
Compiling scopeguard v1.2.0
Compiling tinyvec_macros v0.1.1
Compiling new_debug_unreachable v1.0.6
Compiling tinyvec v1.8.0
Compiling mac v0.1.1
Compiling precomputed-hash v0.1.1
Compiling futf v0.1.5
Compiling parking_lot v0.12.3
Compiling indexmap v1.9.3
Compiling percent-encoding v2.3.1
Compiling log v0.4.22
Compiling once_cell v1.20.2
Compiling dtoa v1.0.9
Compiling utf-8 v0.7.6
Compiling bitflags v1.3.2
Compiling unicode-bidi v0.3.17
Compiling dtoa-short v0.3.5
Compiling form_urlencoded v1.2.1
Compiling tendril v0.4.3
Compiling aho-corasick v1.1.3
Compiling phf v0.10.1
Compiling unic-char-range v0.9.0
Compiling hashbrown v0.12.3
Compiling unicode-normalization v0.1.24
Compiling regex-syntax v0.8.5
Compiling nodrop v0.1.14
Compiling itoa v0.4.8
Compiling camino v1.1.9
Compiling unic-common v0.9.0
Compiling alloc-no-stdlib v2.0.4
Compiling stable_deref_trait v1.2.0
Compiling matches v0.1.10
Compiling unic-ucd-version v0.9.0
Compiling alloc-stdlib v0.2.2
Compiling servo_arc v0.1.1
Compiling unic-char-property v0.9.0
Compiling fxhash v0.2.1
Compiling schemars v0.8.21
Compiling thin-slice v0.1.1
Compiling darling_core v0.20.10
Compiling idna v0.5.0
Compiling serde_derive_internals v0.29.1
Compiling unic-ucd-ident v0.9.0
Compiling brotli-decompressor v4.0.1
Compiling dyn-clone v1.0.17
Compiling base64 v0.21.7
Compiling same-file v1.0.6
Compiling anyhow v1.0.91
Compiling walkdir v2.5.0
Compiling dunce v1.0.5
Compiling glob v0.3.1
Compiling brotli v6.0.0
Compiling powerfmt v0.2.0
Compiling time-core v0.1.2
Compiling regex-automata v0.4.8
Compiling num-conv v0.1.0
Compiling quick-xml v0.32.0
Compiling deranged v0.3.11
Compiling base64 v0.22.1
Compiling pin-project-lite v0.2.15
Compiling core-foundation-sys v0.8.7
Compiling time v0.3.36
Compiling serde_derive v1.0.213
Compiling zerocopy-derive v0.7.35
Compiling thiserror-impl v1.0.65
Compiling cssparser-macros v0.6.1
Compiling darling_macro v0.20.10
Compiling derive_more v0.99.18
Compiling darling v0.20.10
Compiling cssparser v0.27.2
Compiling html5ever v0.26.0
Compiling zerocopy v0.7.35
Compiling serde_with_macros v3.11.0
Compiling ctor v0.2.8
Compiling regex v1.11.1
Compiling ppv-lite86 v0.2.20
Compiling schemars_derive v0.8.21
Compiling rand_chacha v0.3.1
Compiling rand_chacha v0.2.2
Compiling rand v0.7.3
Compiling option-ext v0.2.0
Compiling rand v0.8.5
Compiling dirs-sys v0.4.1
Compiling heck v0.5.0
Compiling dirs v5.0.1
Compiling futures-core v0.3.31
Compiling slab v0.4.9
Compiling tracing-core v0.1.32
Compiling crossbeam-utils v0.8.20
Compiling phf_generator v0.8.0
Compiling phf_generator v0.10.0
Compiling phf_codegen v0.8.0
Compiling phf_macros v0.8.0
Compiling phf_codegen v0.10.0
Compiling string_cache_codegen v0.5.2
Compiling selectors v0.22.0
Compiling phf_generator v0.11.2
Compiling tracing-attributes v0.1.27
Compiling tokio-macros v2.4.0
Compiling phf_macros v0.11.2
Compiling markup5ever v0.11.0
Compiling phf v0.11.2
Compiling mio v1.0.2
Compiling signal-hook-registry v1.4.2
Compiling phf v0.8.0
Compiling socket2 v0.5.7
Compiling tracing v0.1.40
Compiling futures-macro v0.3.31
Compiling objc_exception v0.1.2
Compiling futures-task v0.3.31
Compiling objc-sys v0.3.5
Compiling pin-utils v0.1.0
Compiling futures-util v0.3.31
Compiling malloc_buf v0.0.6
Compiling rustix v0.38.38
Compiling objc2-encode v4.0.3
Compiling toml_datetime v0.6.3
Compiling serde_spanned v0.6.8
Compiling toml_edit v0.20.2
Compiling uuid v1.11.0
Compiling string_cache v0.8.7
Compiling url v2.5.2
Compiling jsonptr v0.4.7
Compiling cfb v0.7.3
Compiling cargo-platform v0.1.8
Compiling erased-serde v0.4.5
Compiling swift-rs v1.0.7
Compiling urlpattern v0.3.0
Compiling cargo_metadata v0.18.1
Compiling serde-untagged v0.1.6
Compiling infer v0.16.0
Compiling json-patch v2.0.0
Compiling serde_with v3.11.0
Compiling bitflags v2.6.0
Compiling plist v1.7.0
Compiling bytes v1.8.0
Compiling kuchikiki v0.8.2
Compiling toml v0.8.2
Compiling rustc_version v0.4.1
Compiling toml_edit v0.19.15
Compiling tokio v1.41.0
Compiling embed-resource v2.5.0
Compiling cargo_toml v0.17.2
Compiling http v1.1.0
Compiling objc v0.2.7
Compiling objc2 v0.5.2
Compiling errno v0.3.9
Compiling dispatch v0.2.0
Compiling version_check v0.9.5
Compiling httparse v1.9.5
Compiling typenum v1.17.0
Compiling tower-service v0.3.3
Compiling generic-array v0.14.7
Compiling block2 v0.5.1
Compiling tauri-utils v2.0.0
Compiling toml v0.7.8
Compiling tauri-winres v0.1.1
Compiling core-foundation v0.10.0
Compiling ring v0.17.8
Compiling block v0.1.6
Compiling try-lock v0.2.5
Compiling want v0.3.1
Compiling core-graphics-types v0.2.0
Compiling objc2-foundation v0.2.2
Compiling futures-channel v0.3.31
Compiling foreign-types-macros v0.2.3
Compiling simd-adler32 v0.3.7
Compiling futures-sink v0.3.31
Compiling foreign-types-shared v0.3.1
Compiling rustls-pki-types v1.10.0
Compiling tokio-util v0.7.12
Compiling foreign-types v0.5.0
Compiling tauri-plugin v2.0.0
Compiling tauri-build v2.0.0
Compiling objc2-app-kit v0.2.2
Compiling tauri v2.0.0
Compiling http-body v1.0.1
Compiling dpi v0.1.1
Compiling crossbeam-channel v0.5.13
Compiling core-foundation v0.9.4
Compiling untrusted v0.9.0
Compiling adler2 v2.0.0
Compiling atomic-waker v1.1.2
Compiling raw-window-handle v0.6.2
Compiling spin v0.9.8
Compiling h2 v0.4.6
Compiling miniz_oxide v0.8.0
Compiling core-graphics v0.24.0
Compiling objc_id v0.1.1
Compiling security-framework-sys v2.12.0
Compiling crc32fast v1.4.2
Compiling rustls v0.23.15
Compiling native-tls v0.2.12
Compiling fastrand v2.1.1
Compiling lazy_static v1.5.0
Compiling tempfile v3.13.0
Compiling flate2 v1.0.34
Compiling hyper v1.5.0
Compiling security-framework v2.11.1
Compiling rustls-webpki v0.102.8
Compiling block-buffer v0.10.4
Compiling crypto-common v0.1.6
Compiling fdeflate v0.3.6
Compiling cocoa-foundation v0.2.0
Compiling unicode-segmentation v1.12.0
Compiling subtle v2.6.1
Compiling system-configuration-sys v0.6.0
Compiling zeroize v1.8.1
Compiling cocoa v0.26.0
Compiling keyboard-types v0.7.0
Compiling png v0.17.14
Compiling hyper-util v0.1.9
Compiling digest v0.10.7
Compiling cpufeatures v0.2.14
Compiling num-traits v0.2.19
Compiling mime v0.3.17
Compiling wry v0.44.1
Compiling tauri-runtime v2.0.0
Compiling sha2 v0.10.8
Compiling tokio-rustls v0.26.0
Compiling tokio-native-tls v0.3.1
Compiling ico v0.3.0
Compiling http-body-util v0.1.2
Compiling webpki-roots v0.26.6
Compiling serde_urlencoded v0.7.1
Compiling instant v0.1.13
Compiling tauri-runtime-wry v2.0.0
Compiling hyper-tls v0.6.0
Compiling tao v0.30.3
Compiling hyper-rustls v0.27.3
Compiling tauri-codegen v2.0.0
Compiling system-configuration v0.6.1
Compiling muda v0.15.1
Compiling rustls-pemfile v2.2.0
Compiling sync_wrapper v1.0.1
Compiling serialize-to-javascript-impl v0.1.1
Compiling encoding_rs v0.8.35
Compiling ipnet v2.10.1
Compiling bytemuck v1.19.0
Compiling byteorder-lite v0.1.0
Compiling image v0.25.4
Compiling tauri-macros v2.0.0
Compiling reqwest v0.12.8
Compiling serialize-to-javascript v0.1.1
Compiling tray-icon v0.19.1
Compiling window-vibrancy v0.5.2
Compiling serde_repr v0.1.19
Compiling embed_plist v1.2.2
Compiling utf8parse v0.2.2
Compiling rustversion v1.0.18
Compiling tauri-plugin-fs v2.0.0
Compiling http v0.2.12
Compiling anstyle-parse v0.2.6
Compiling http-body v0.4.6
Compiling crossbeam-epoch v0.9.18
Compiling dirs-sys-next v0.1.2
Compiling mac-notification-sys v0.6.2
Compiling anstyle-query v1.1.2
Compiling regex-syntax v0.6.29
Compiling rayon-core v1.12.1
Compiling anstyle v1.0.9
Compiling colorchoice v1.0.3
Compiling is_terminal_polyfill v1.70.1
Compiling tower-layer v0.3.3
Compiling anstream v0.6.17
Compiling axum-core v0.3.4
Compiling crossbeam-deque v0.8.5
Compiling dirs-next v2.0.0
Compiling regex-automata v0.1.10
Compiling objc-foundation v0.1.1
Compiling tauri-plugin-cli v2.0.0
Compiling tauri-plugin-process v2.0.0
Compiling tauri-plugin-updater v2.0.1
Compiling tauri-plugin-dialog v2.0.0
Compiling tauri-plugin-store v2.0.0
Compiling tauri-plugin-shell v2.0.0
Compiling tauri-plugin-global-shortcut v2.0.0
Compiling tauri-plugin-autostart v2.0.0
Compiling tauri-plugin-notification v2.0.0
Compiling tauri-plugin-os v2.0.0
Compiling pin-project-internal v1.1.7
Compiling dirs-sys v0.3.7
Compiling vte_generate_state_changes v0.1.2
Compiling clap_lex v0.7.2
Compiling overload v0.1.1
Compiling rfd v0.15.0
Compiling nu-ansi-term v0.46.0
Compiling vte v0.11.1
Compiling clap_builder v4.5.20
Compiling dirs v4.0.0
Compiling pin-project v1.1.7
Compiling matchers v0.1.0
Compiling axum v0.6.20
Compiling sharded-slab v0.1.7
Compiling xattr v1.3.1
Compiling tracing-log v0.2.0
Compiling async-trait v0.1.83
Compiling thread_local v1.1.8
Compiling filetime v0.2.25
Compiling httpdate v1.0.3
Compiling pathdiff v0.2.2
Compiling either v1.13.0
Compiling tar v0.4.42
Compiling hyper v0.14.31
Compiling rayon v1.10.0
Compiling open v5.3.0
Compiling tracing-subscriber v0.3.18
Compiling clap v4.5.20
Compiling notify-rust v4.11.3
Compiling tower v0.4.13
Compiling auto-launch v0.5.0
Compiling strip-ansi-escapes v0.2.0
Compiling global-hotkey v0.6.2
Compiling screenpipe-app v0.7.6 (/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri)
Compiling gethostname v0.5.0
Compiling os_info v3.8.2
Compiling serde_path_to_error v0.1.16
Compiling shared_child v1.0.1
Compiling os_pipe v1.2.1
Compiling sys-locale v0.3.1
Compiling minisign-verify v0.2.2
Compiling sync_wrapper v0.1.2
Compiling home v0.5.9
Compiling http-range-header v0.3.1
Compiling matchit v0.7.3
Compiling fix-path-env v0.0.0 (https://github.com/tauri-apps/fix-path-env-rs#0e479e28)
Compiling tower-http v0.4.4
Compiling sysinfo v0.29.11
Compiling tracing-appender v0.2.3
Compiling tauri-plugin-single-instance v2.0.0
warning: unused variable: `s`
--> src/commands.rs:146:12
|
146 | Ok(s) => new_shortcut,
| ^ help: if this is intentional, prefix it with an underscore: `_s`
|
= note: `#[warn(unused_variables)]` on by default
warning: `screenpipe-app` (bin "screenpipe-app") generated 1 warning
Finished `release` profile [optimized] target(s) in 2m 26s
Built application at: /Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/screenpipe-app
Bundling screenpipe.app (/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/macos/screenpipe.app)
Bundling screenpipe_0.7.6_aarch64.dmg (/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/dmg/screenpipe_0.7.6_aarch64.dmg)
Running bundle_dmg.sh
Bundling /Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/macos/screenpipe.app.tar.gz (/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/macos/screenpipe.app.tar.gz)
Finished 2 bundles at:
/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/macos/screenpipe.app
/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/dmg/screenpipe_0.7.6_aarch64.dmg
/Users/user/WebStormProjects/screenpipe/screenpipe-app-tauri/src-tauri/target/release/bundle/macos/screenpipe.app.tar.gz (updater)
A public key has been found, but no private key. Make sure to set `TAURI_SIGNING_PRIVATE_KEY` environment variable.
Error A public key has been found, but no private key. Make sure to set `TAURI_SIGNING_PRIVATE_KEY` environment variable.
error: script "tauri" exited with code 1
Q1: There is a warning in the logs:
$ echo 'Warning: did you run bun scripts/pre_build.js and ALL other instructions carefully listed in https://docs.screenpi.pe/docs/getting-started ?' && tauri build
Warning: did you run bun scripts/pre_build.js and ALL other instructions carefully listed in https://docs.screenpi.pe/docs/getting-started ?
Should have I run 6a before?
Then I copied the screenpipe.app file to Applications and started it.
During the onboarding I received an error during setup after clicking the button.
I resumed to check whether it will work nonetheless.
In the next step I chose dev-mode and it asks me to run the screenpipe backend via cli:
Q2: Is this the same cli as in step 5 that I am already running: ./target/release/screenpipe
? The instructions are a bit unclear to me š
When I tried to run the commands that the Desktop app provided I received this error here:
user@MBP MacOS % screenpipe --disable-audio
warning: invalid log directive '': invalid filter directive
2024-10-28T08:03:15.471787Z ERROR screenpipe_server::db: Failed to run migrations: migration 20240917213422 was previously applied but is missing in the resolved migrations
failed to initialize database: Migrate(VersionMissing(20240917213422))
Error: migration 20240917213422 was previously applied but is missing in the resolved migrations
Caused by:
migration 20240917213422 was previously applied but is missing in the resolved migrations
After that I tried to do step 6a, so I deleted the screenpipe.app under Applications and build a new one. Which I also deleted afterwards and redid the step 6b again.
Record Settings
When I go to the settings and and look at the CLI command, it gives me this here to run:
/Applications/screenpipe.app/Contents/MacOS/screenpipe --audio-transcription-engine [ANONYMIZED_ENGINE] --ocr-engine [ANONYMIZED_ENGINE] --monitor-id 1 --audio-device "[INPUT]" --audio-device "Display 1 (output)" --ignored-windows "[LIST_OF Ignored Windows]" --deepgram-api-key "[ANONYMIZED_API_KEY]"
But I will get this error:
error: unexpected argument '--audio-transcription-engine' found
Usage: screenpipe [OPTIONS]
For more information, try '--help'.
When running the command I get:
user@MBP MacOS % /Applications/screenpipe.app/Contents/MacOS/screenpipe -h
Usage: screenpipe [OPTIONS]
Options:
--save-text-files Save text files
--fps <FPS> FPS [default: 1]
-l, --language <LANGUAGE> [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, finnish, hebrew, ukrainian, greek, malay, czech, romanian, danish, hungarian, norwegian, thai, urdu, croatian, bulgarian, lithuanian, latin, malayalam, welsh, slovak, persian, latvian, bengali, serbian, azerbaijani, slovenian, estonian, macedonian, nepali, mongolian, bosnian, kazakh, albanian, swahili, galician, marathi, punjabi, sinhala, khmer, afrikaans, belarusian, gujarati, amharic, yiddish, lao, uzbek, faroese, pashto, maltese, sanskrit, luxembourgish, myanmar, tibetan, tagalog, assamese, tatar, hausa, javanese]
-h, --help Print help
-V, --version Print version
So there is no option there.
Ollama
I wanted to test out the chat, but it was not working from the get go. So I did two things to fix it:
- pull a model via
ollama pull llama3.2
- run
/Users/user/screenpipe/screenpipe-app-tauri/src-tauri/ollama-aarch64-apple-darwin serve
- and changing the model name to 'llama3.2' under the settings
- change context window size
It would be awesome if you could answer my questions, I am looking forward to use the app.