|
40013
|
824
|
7
|
2026-04-16T15:14:26.666177+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-16/1776 /Users/lukas/.screenpipe/data/data/2026-04-16/1776352466666_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.196875,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.196875,"top":0.05888889,"width":0.196875,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.20104167,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.39375,"top":0.05888889,"width":0.19652778,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.39791667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.5902778,"top":0.05888889,"width":0.19652778,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.59444445,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.78680557,"top":0.05888889,"width":0.19652778,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.79097223,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-4913604326885148143
|
7890475127029657066
|
click
|
accessibility
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
40014
|
825
|
8
|
2026-04-16T15:14:26.666159+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-16/1776 /Users/lukas/.screenpipe/data/data/2026-04-16/1776352466666_m2.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.23320313,"top":1.0,"width":0.11074219,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.23554687,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.34394532,"top":1.0,"width":0.11074219,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.34628907,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.4546875,"top":1.0,"width":0.11054687,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.45703125,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.56523436,"top":1.0,"width":0.11054687,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56757814,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.67578125,"top":1.0,"width":0.11054687,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.678125,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.7703125,"top":1.0,"width":0.021875,"height":-0.02013886},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.5078125,"top":1.0,"width":0.012890625,"height":-0.020833373},"role_description":"text"}]...
|
-4913604326885148143
|
7890475127029657066
|
click
|
accessibility
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
40015
|
824
|
8
|
2026-04-16T15:14:56.821045+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-16/1776 /Users/lukas/.screenpipe/data/data/2026-04-16/1776352496821_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias
addssh='ssh-add ~/.ssh/*'
app='cd ~/jiminny/app'
cnt='docker exec -ti $(docker ps | grep worker | awk '\''{print $1}'\'') /bin/bash -c "cd /home/jiminny && bash"'
co='git checkout'
cov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'
csfix='make cs-fix'
dev='docker exec -ti $(docker ps -q --filter "name=docker_lamp_1") /bin/bash'
eu='ssh lukas@jiminny-eu-bastion -D [IP_ADDRESS]:7073 -L 7532:db:3306'
eues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'
ext='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'
fe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'
fe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'
gbr='git branch --sort=-committerdate'
gcb='git branch --show-current | pbcopy'
gs='git status'
hhh=history
hhs='history 0 | grep '
install_nano='apt-get update & apt-get install nano'
kar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'
ll='ls -la --color=tty'
nas='ssh Adm1n@[IP_ADDRESS] -p22'
poetryshell='eval ""'
prod='ssh lukas@jiminny-prod-bastion -D [IP_ADDRESS]:7072 -L 7632:db:3306'
prodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'
prophet='cd ~/jiminny/app'
prophetdown='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down"'
prophetup='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build"'
qa='ssh lukas@jiminny-qa-bastion -D [IP_ADDRESS]:7074 -L 7432:db:3306'
qaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'
qai='ssh lukas@jiminny-qai-bastion -D [IP_ADDRESS]:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'
rmbc='rm -rf bootstrap/cache/*.php'
run-help=man
sp-start='npx screenpipe@latest record --disable-audio &'
sp-status='curl -s [URL_WITH_CREDENTIALS] -D [IP_ADDRESS]:7071 -L 7732:db:3306'
stges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'
veu='ssh jiminny-eu-ecs1'
veu10='ssh jiminny-eu-ecs10'
veu11='ssh jiminny-eu-ecs11'
veu12='ssh jiminny-eu-ecs12'
veu2='ssh jiminny-eu-ecs2'
veu3='ssh jiminny-eu-ecs3'
veu4='ssh jiminny-eu-ecs4'
veu5='ssh jiminny-eu-ecs5'
veu6='ssh jiminny-eu-ecs6'
veu7='ssh jiminny-eu-ecs7'
veu8='ssh jiminny-eu-ecs8'
veu9='ssh jiminny-eu-ecs9'
vprod='ssh jiminny-prod-ecs1'
vprod10='ssh jiminny-prod-ecs10'
vprod11='ssh jiminny-prod-ecs11'
vprod12='ssh jiminny-prod-ecs12'
vprod2='ssh jiminny-prod-ecs2'
vprod3='ssh jiminny-prod-ecs3'
vprod4='ssh jiminny-prod-ecs4'
vprod5='ssh jiminny-prod-ecs5'
vprod6='ssh jiminny-prod-ecs6'
vprod7='ssh jiminny-prod-ecs7'
vprod8='ssh jiminny-prod-ecs8'
vprod9='ssh jiminny-prod-ecs9'
vqa='ssh jiminny-qa-ecs1'
vqa2='ssh jiminny-qa-ecs2'
vqai='ssh jiminny-qai-ecs1'
vqai2='ssh jiminny-qai-ecs2'
vstage='ssh ec2-user@jiminny-subenv-worker-app0'
vstg='ssh jiminny-stage-ecs1'
vstg2='ssh ubuntu@jiminny-stage-ecs2'
which-command=whence
work='cd ~/jiminny/infrastructure/dev/docker && docker compose up'
xd='make docker-xdebug-disable'
xe='make docker-xdebug-enable'
zp='nano ~/.zprofile'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias\naddssh='ssh-add ~/.ssh/*'\napp='cd ~/jiminny/app'\ncnt='docker exec -ti $(docker ps | grep worker | awk '\\''{print $1}'\\'') /bin/bash -c \"cd /home/jiminny && bash\"'\nco='git checkout'\ncov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'\ncsfix='make cs-fix'\ndev='docker exec -ti $(docker ps -q --filter \"name=docker_lamp_1\") /bin/bash'\neu='ssh lukas@jiminny-eu-bastion -D 127.0.0.1:7073 -L 7532:db:3306'\neues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'\next='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'\nfe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'\nfe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'\ngbr='git branch --sort=-committerdate'\ngcb='git branch --show-current | pbcopy'\ngs='git status'\nhhh=history\nhhs='history 0 | grep '\ninstall_nano='apt-get update & apt-get install nano'\nkar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'\nll='ls -la --color=tty'\nnas='ssh Adm1n@192.168.0.242 -p22'\npoetryshell='eval \"\"'\nprod='ssh lukas@jiminny-prod-bastion -D 127.0.0.1:7072 -L 7632:db:3306'\nprodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'\nprophet='cd ~/jiminny/app'\nprophetdown='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down\"'\nprophetup='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build\"'\nqa='ssh lukas@jiminny-qa-bastion -D 127.0.0.1:7074 -L 7432:db:3306'\nqaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'\nqai='ssh lukas@jiminny-qai-bastion -D 127.0.0.1:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'\nrmbc='rm -rf bootstrap/cache/*.php'\nrun-help=man\nsp-start='npx screenpipe@latest record --disable-audio &'\nsp-status='curl -s http://localhost:3030/health | jq \"{status, frame_status, audio_status, last_frame: .last_frame_timestamp, uptime: .pipeline.uptime_secs, fps: .pipeline.capture_fps_actual, frames: .pipeline.frames_captured}\"'\nsp-stop='pkill -f screenpipe && echo '\\''screenpipe stopped'\\'\nstg='ssh lukas@jiminny-stage-bastion -D 127.0.0.1:7071 -L 7732:db:3306'\nstges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'\nveu='ssh jiminny-eu-ecs1'\nveu10='ssh jiminny-eu-ecs10'\nveu11='ssh jiminny-eu-ecs11'\nveu12='ssh jiminny-eu-ecs12'\nveu2='ssh jiminny-eu-ecs2'\nveu3='ssh jiminny-eu-ecs3'\nveu4='ssh jiminny-eu-ecs4'\nveu5='ssh jiminny-eu-ecs5'\nveu6='ssh jiminny-eu-ecs6'\nveu7='ssh jiminny-eu-ecs7'\nveu8='ssh jiminny-eu-ecs8'\nveu9='ssh jiminny-eu-ecs9'\nvprod='ssh jiminny-prod-ecs1'\nvprod10='ssh jiminny-prod-ecs10'\nvprod11='ssh jiminny-prod-ecs11'\nvprod12='ssh jiminny-prod-ecs12'\nvprod2='ssh jiminny-prod-ecs2'\nvprod3='ssh jiminny-prod-ecs3'\nvprod4='ssh jiminny-prod-ecs4'\nvprod5='ssh jiminny-prod-ecs5'\nvprod6='ssh jiminny-prod-ecs6'\nvprod7='ssh jiminny-prod-ecs7'\nvprod8='ssh jiminny-prod-ecs8'\nvprod9='ssh jiminny-prod-ecs9'\nvqa='ssh jiminny-qa-ecs1'\nvqa2='ssh jiminny-qa-ecs2'\nvqai='ssh jiminny-qai-ecs1'\nvqai2='ssh jiminny-qai-ecs2'\nvstage='ssh ec2-user@jiminny-subenv-worker-app0'\nvstg='ssh jiminny-stage-ecs1'\nvstg2='ssh ubuntu@jiminny-stage-ecs2'\nwhich-command=whence\nwork='cd ~/jiminny/infrastructure/dev/docker && docker compose up'\nxd='make docker-xdebug-disable'\nxe='make docker-xdebug-enable'\nzp='nano ~/.zprofile'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias\naddssh='ssh-add ~/.ssh/*'\napp='cd ~/jiminny/app'\ncnt='docker exec -ti $(docker ps | grep worker | awk '\\''{print $1}'\\'') /bin/bash -c \"cd /home/jiminny && bash\"'\nco='git checkout'\ncov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'\ncsfix='make cs-fix'\ndev='docker exec -ti $(docker ps -q --filter \"name=docker_lamp_1\") /bin/bash'\neu='ssh lukas@jiminny-eu-bastion -D 127.0.0.1:7073 -L 7532:db:3306'\neues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'\next='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'\nfe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'\nfe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'\ngbr='git branch --sort=-committerdate'\ngcb='git branch --show-current | pbcopy'\ngs='git status'\nhhh=history\nhhs='history 0 | grep '\ninstall_nano='apt-get update & apt-get install nano'\nkar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'\nll='ls -la --color=tty'\nnas='ssh Adm1n@192.168.0.242 -p22'\npoetryshell='eval \"\"'\nprod='ssh lukas@jiminny-prod-bastion -D 127.0.0.1:7072 -L 7632:db:3306'\nprodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'\nprophet='cd ~/jiminny/app'\nprophetdown='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down\"'\nprophetup='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build\"'\nqa='ssh lukas@jiminny-qa-bastion -D 127.0.0.1:7074 -L 7432:db:3306'\nqaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'\nqai='ssh lukas@jiminny-qai-bastion -D 127.0.0.1:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'\nrmbc='rm -rf bootstrap/cache/*.php'\nrun-help=man\nsp-start='npx screenpipe@latest record --disable-audio &'\nsp-status='curl -s http://localhost:3030/health | jq \"{status, frame_status, audio_status, last_frame: .last_frame_timestamp, uptime: .pipeline.uptime_secs, fps: .pipeline.capture_fps_actual, frames: .pipeline.frames_captured}\"'\nsp-stop='pkill -f screenpipe && echo '\\''screenpipe stopped'\\'\nstg='ssh lukas@jiminny-stage-bastion -D 127.0.0.1:7071 -L 7732:db:3306'\nstges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'\nveu='ssh jiminny-eu-ecs1'\nveu10='ssh jiminny-eu-ecs10'\nveu11='ssh jiminny-eu-ecs11'\nveu12='ssh jiminny-eu-ecs12'\nveu2='ssh jiminny-eu-ecs2'\nveu3='ssh jiminny-eu-ecs3'\nveu4='ssh jiminny-eu-ecs4'\nveu5='ssh jiminny-eu-ecs5'\nveu6='ssh jiminny-eu-ecs6'\nveu7='ssh jiminny-eu-ecs7'\nveu8='ssh jiminny-eu-ecs8'\nveu9='ssh jiminny-eu-ecs9'\nvprod='ssh jiminny-prod-ecs1'\nvprod10='ssh jiminny-prod-ecs10'\nvprod11='ssh jiminny-prod-ecs11'\nvprod12='ssh jiminny-prod-ecs12'\nvprod2='ssh jiminny-prod-ecs2'\nvprod3='ssh jiminny-prod-ecs3'\nvprod4='ssh jiminny-prod-ecs4'\nvprod5='ssh jiminny-prod-ecs5'\nvprod6='ssh jiminny-prod-ecs6'\nvprod7='ssh jiminny-prod-ecs7'\nvprod8='ssh jiminny-prod-ecs8'\nvprod9='ssh jiminny-prod-ecs9'\nvqa='ssh jiminny-qa-ecs1'\nvqa2='ssh jiminny-qa-ecs2'\nvqai='ssh jiminny-qai-ecs1'\nvqai2='ssh jiminny-qai-ecs2'\nvstage='ssh ec2-user@jiminny-subenv-worker-app0'\nvstg='ssh jiminny-stage-ecs1'\nvstg2='ssh ubuntu@jiminny-stage-ecs2'\nwhich-command=whence\nwork='cd ~/jiminny/infrastructure/dev/docker && docker compose up'\nxd='make docker-xdebug-disable'\nxe='make docker-xdebug-enable'\nzp='nano ~/.zprofile'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.196875,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.196875,"top":0.05888889,"width":0.196875,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.20104167,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.39375,"top":0.05888889,"width":0.19652778,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.39791667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.5902778,"top":0.05888889,"width":0.19652778,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.59444445,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.78680557,"top":0.05888889,"width":0.19652778,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.79097223,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-3688414512503736666
|
7882901725163089329
|
idle
|
accessibility
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias
addssh='ssh-add ~/.ssh/*'
app='cd ~/jiminny/app'
cnt='docker exec -ti $(docker ps | grep worker | awk '\''{print $1}'\'') /bin/bash -c "cd /home/jiminny && bash"'
co='git checkout'
cov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'
csfix='make cs-fix'
dev='docker exec -ti $(docker ps -q --filter "name=docker_lamp_1") /bin/bash'
eu='ssh lukas@jiminny-eu-bastion -D [IP_ADDRESS]:7073 -L 7532:db:3306'
eues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'
ext='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'
fe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'
fe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'
gbr='git branch --sort=-committerdate'
gcb='git branch --show-current | pbcopy'
gs='git status'
hhh=history
hhs='history 0 | grep '
install_nano='apt-get update & apt-get install nano'
kar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'
ll='ls -la --color=tty'
nas='ssh Adm1n@[IP_ADDRESS] -p22'
poetryshell='eval ""'
prod='ssh lukas@jiminny-prod-bastion -D [IP_ADDRESS]:7072 -L 7632:db:3306'
prodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'
prophet='cd ~/jiminny/app'
prophetdown='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down"'
prophetup='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build"'
qa='ssh lukas@jiminny-qa-bastion -D [IP_ADDRESS]:7074 -L 7432:db:3306'
qaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'
qai='ssh lukas@jiminny-qai-bastion -D [IP_ADDRESS]:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'
rmbc='rm -rf bootstrap/cache/*.php'
run-help=man
sp-start='npx screenpipe@latest record --disable-audio &'
sp-status='curl -s [URL_WITH_CREDENTIALS] -D [IP_ADDRESS]:7071 -L 7732:db:3306'
stges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'
veu='ssh jiminny-eu-ecs1'
veu10='ssh jiminny-eu-ecs10'
veu11='ssh jiminny-eu-ecs11'
veu12='ssh jiminny-eu-ecs12'
veu2='ssh jiminny-eu-ecs2'
veu3='ssh jiminny-eu-ecs3'
veu4='ssh jiminny-eu-ecs4'
veu5='ssh jiminny-eu-ecs5'
veu6='ssh jiminny-eu-ecs6'
veu7='ssh jiminny-eu-ecs7'
veu8='ssh jiminny-eu-ecs8'
veu9='ssh jiminny-eu-ecs9'
vprod='ssh jiminny-prod-ecs1'
vprod10='ssh jiminny-prod-ecs10'
vprod11='ssh jiminny-prod-ecs11'
vprod12='ssh jiminny-prod-ecs12'
vprod2='ssh jiminny-prod-ecs2'
vprod3='ssh jiminny-prod-ecs3'
vprod4='ssh jiminny-prod-ecs4'
vprod5='ssh jiminny-prod-ecs5'
vprod6='ssh jiminny-prod-ecs6'
vprod7='ssh jiminny-prod-ecs7'
vprod8='ssh jiminny-prod-ecs8'
vprod9='ssh jiminny-prod-ecs9'
vqa='ssh jiminny-qa-ecs1'
vqa2='ssh jiminny-qa-ecs2'
vqai='ssh jiminny-qai-ecs1'
vqai2='ssh jiminny-qai-ecs2'
vstage='ssh ec2-user@jiminny-subenv-worker-app0'
vstg='ssh jiminny-stage-ecs1'
vstg2='ssh ubuntu@jiminny-stage-ecs2'
which-command=whence
work='cd ~/jiminny/infrastructure/dev/docker && docker compose up'
xd='make docker-xdebug-disable'
xe='make docker-xdebug-enable'
zp='nano ~/.zprofile'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
40013
|
|
40016
|
825
|
9
|
2026-04-16T15:14:56.915+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-16/1776 /Users/lukas/.screenpipe/data/data/2026-04-16/1776352496915_m2.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias
addssh='ssh-add ~/.ssh/*'
app='cd ~/jiminny/app'
cnt='docker exec -ti $(docker ps | grep worker | awk '\''{print $1}'\'') /bin/bash -c "cd /home/jiminny && bash"'
co='git checkout'
cov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'
csfix='make cs-fix'
dev='docker exec -ti $(docker ps -q --filter "name=docker_lamp_1") /bin/bash'
eu='ssh lukas@jiminny-eu-bastion -D [IP_ADDRESS]:7073 -L 7532:db:3306'
eues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'
ext='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'
fe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'
fe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'
gbr='git branch --sort=-committerdate'
gcb='git branch --show-current | pbcopy'
gs='git status'
hhh=history
hhs='history 0 | grep '
install_nano='apt-get update & apt-get install nano'
kar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'
ll='ls -la --color=tty'
nas='ssh Adm1n@[IP_ADDRESS] -p22'
poetryshell='eval ""'
prod='ssh lukas@jiminny-prod-bastion -D [IP_ADDRESS]:7072 -L 7632:db:3306'
prodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'
prophet='cd ~/jiminny/app'
prophetdown='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down"'
prophetup='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build"'
qa='ssh lukas@jiminny-qa-bastion -D [IP_ADDRESS]:7074 -L 7432:db:3306'
qaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'
qai='ssh lukas@jiminny-qai-bastion -D [IP_ADDRESS]:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'
rmbc='rm -rf bootstrap/cache/*.php'
run-help=man
sp-start='npx screenpipe@latest record --disable-audio &'
sp-status='curl -s [URL_WITH_CREDENTIALS] -D [IP_ADDRESS]:7071 -L 7732:db:3306'
stges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'
veu='ssh jiminny-eu-ecs1'
veu10='ssh jiminny-eu-ecs10'
veu11='ssh jiminny-eu-ecs11'
veu12='ssh jiminny-eu-ecs12'
veu2='ssh jiminny-eu-ecs2'
veu3='ssh jiminny-eu-ecs3'
veu4='ssh jiminny-eu-ecs4'
veu5='ssh jiminny-eu-ecs5'
veu6='ssh jiminny-eu-ecs6'
veu7='ssh jiminny-eu-ecs7'
veu8='ssh jiminny-eu-ecs8'
veu9='ssh jiminny-eu-ecs9'
vprod='ssh jiminny-prod-ecs1'
vprod10='ssh jiminny-prod-ecs10'
vprod11='ssh jiminny-prod-ecs11'
vprod12='ssh jiminny-prod-ecs12'
vprod2='ssh jiminny-prod-ecs2'
vprod3='ssh jiminny-prod-ecs3'
vprod4='ssh jiminny-prod-ecs4'
vprod5='ssh jiminny-prod-ecs5'
vprod6='ssh jiminny-prod-ecs6'
vprod7='ssh jiminny-prod-ecs7'
vprod8='ssh jiminny-prod-ecs8'
vprod9='ssh jiminny-prod-ecs9'
vqa='ssh jiminny-qa-ecs1'
vqa2='ssh jiminny-qa-ecs2'
vqai='ssh jiminny-qai-ecs1'
vqai2='ssh jiminny-qai-ecs2'
vstage='ssh ec2-user@jiminny-subenv-worker-app0'
vstg='ssh jiminny-stage-ecs1'
vstg2='ssh ubuntu@jiminny-stage-ecs2'
which-command=whence
work='cd ~/jiminny/infrastructure/dev/docker && docker compose up'
xd='make docker-xdebug-disable'
xe='make docker-xdebug-enable'
zp='nano ~/.zprofile'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias\naddssh='ssh-add ~/.ssh/*'\napp='cd ~/jiminny/app'\ncnt='docker exec -ti $(docker ps | grep worker | awk '\\''{print $1}'\\'') /bin/bash -c \"cd /home/jiminny && bash\"'\nco='git checkout'\ncov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'\ncsfix='make cs-fix'\ndev='docker exec -ti $(docker ps -q --filter \"name=docker_lamp_1\") /bin/bash'\neu='ssh lukas@jiminny-eu-bastion -D 127.0.0.1:7073 -L 7532:db:3306'\neues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'\next='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'\nfe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'\nfe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'\ngbr='git branch --sort=-committerdate'\ngcb='git branch --show-current | pbcopy'\ngs='git status'\nhhh=history\nhhs='history 0 | grep '\ninstall_nano='apt-get update & apt-get install nano'\nkar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'\nll='ls -la --color=tty'\nnas='ssh Adm1n@192.168.0.242 -p22'\npoetryshell='eval \"\"'\nprod='ssh lukas@jiminny-prod-bastion -D 127.0.0.1:7072 -L 7632:db:3306'\nprodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'\nprophet='cd ~/jiminny/app'\nprophetdown='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down\"'\nprophetup='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build\"'\nqa='ssh lukas@jiminny-qa-bastion -D 127.0.0.1:7074 -L 7432:db:3306'\nqaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'\nqai='ssh lukas@jiminny-qai-bastion -D 127.0.0.1:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'\nrmbc='rm -rf bootstrap/cache/*.php'\nrun-help=man\nsp-start='npx screenpipe@latest record --disable-audio &'\nsp-status='curl -s http://localhost:3030/health | jq \"{status, frame_status, audio_status, last_frame: .last_frame_timestamp, uptime: .pipeline.uptime_secs, fps: .pipeline.capture_fps_actual, frames: .pipeline.frames_captured}\"'\nsp-stop='pkill -f screenpipe && echo '\\''screenpipe stopped'\\'\nstg='ssh lukas@jiminny-stage-bastion -D 127.0.0.1:7071 -L 7732:db:3306'\nstges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'\nveu='ssh jiminny-eu-ecs1'\nveu10='ssh jiminny-eu-ecs10'\nveu11='ssh jiminny-eu-ecs11'\nveu12='ssh jiminny-eu-ecs12'\nveu2='ssh jiminny-eu-ecs2'\nveu3='ssh jiminny-eu-ecs3'\nveu4='ssh jiminny-eu-ecs4'\nveu5='ssh jiminny-eu-ecs5'\nveu6='ssh jiminny-eu-ecs6'\nveu7='ssh jiminny-eu-ecs7'\nveu8='ssh jiminny-eu-ecs8'\nveu9='ssh jiminny-eu-ecs9'\nvprod='ssh jiminny-prod-ecs1'\nvprod10='ssh jiminny-prod-ecs10'\nvprod11='ssh jiminny-prod-ecs11'\nvprod12='ssh jiminny-prod-ecs12'\nvprod2='ssh jiminny-prod-ecs2'\nvprod3='ssh jiminny-prod-ecs3'\nvprod4='ssh jiminny-prod-ecs4'\nvprod5='ssh jiminny-prod-ecs5'\nvprod6='ssh jiminny-prod-ecs6'\nvprod7='ssh jiminny-prod-ecs7'\nvprod8='ssh jiminny-prod-ecs8'\nvprod9='ssh jiminny-prod-ecs9'\nvqa='ssh jiminny-qa-ecs1'\nvqa2='ssh jiminny-qa-ecs2'\nvqai='ssh jiminny-qai-ecs1'\nvqai2='ssh jiminny-qai-ecs2'\nvstage='ssh ec2-user@jiminny-subenv-worker-app0'\nvstg='ssh jiminny-stage-ecs1'\nvstg2='ssh ubuntu@jiminny-stage-ecs2'\nwhich-command=whence\nwork='cd ~/jiminny/infrastructure/dev/docker && docker compose up'\nxd='make docker-xdebug-disable'\nxe='make docker-xdebug-enable'\nzp='nano ~/.zprofile'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');\"\n1722\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe\nlukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio\nlukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe\nlukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help\nincreased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)\nStart recording screen, audio, and serve the API\n\nUsage: screenpipe record [OPTIONS]\n\nOptions:\n -d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>\n Audio chunk duration in seconds\n \n [default: 30]\n\n -p, --port <PORT>\n Port to run the server on\n \n [default: 3030]\n\n --disable-audio\n Disable audio recording\n\n -i, --audio-device <AUDIO_DEVICE>\n Audio devices to use (can be specified multiple times)\n\n --use-system-default-audio\n Follow system default audio devices\n\n --data-dir <DATA_DIR>\n Data directory. Default to $HOME/.screenpipe\n\n --debug\n Enable debug logging for screenpipe modules\n\n -a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>\n Audio transcription engine to use\n\n Possible values:\n - deepgram\n - whisper-tiny\n - whisper-tiny-quantized\n - whisper-large\n - whisper-large-quantized\n - whisper-large-v3-turbo\n - whisper-large-v3-turbo-quantized\n - openai-compatible\n - qwen3-asr\n - parakeet\n - disabled: Disable transcription (audio capture only, no speech-to-text)\n \n [default: parakeet]\n\n -m, --monitor-id <MONITOR_ID>\n Monitor IDs to use\n\n --use-all-monitors\n Automatically record all monitors\n\n -l, --language <LANGUAGE>\n Languages for OCR/transcription\n \n [possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]\n\n --use-pii-removal\n Enable PII removal\n\n --filter-music\n Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)\n\n --disable-vision\n Disable vision recording\n\n --ignored-windows <IGNORED_WINDOWS>\n Windows to ignore (by title, uses contains matching)\n\n --included-windows <INCLUDED_WINDOWS>\n Windows to include (by title, uses contains matching)\n\n --ignored-urls <IGNORED_URLS>\n URLs to ignore for browser privacy filtering\n\n --deepgram-api-key <DEEPGRAM_API_KEY>\n Deepgram API Key for audio transcription\n\n --transcription-mode <TRANSCRIPTION_MODE>\n Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime\n\n Possible values:\n - realtime: Transcribe immediately as audio is captured\n - batch: Accumulate longer audio batches for better transcription quality (default)\n \n [default: batch]\n\n --disable-telemetry\n Disable telemetry\n\n --video-quality <VIDEO_QUALITY>\n Video quality preset: low, balanced, high, max\n \n [default: balanced]\n\n --enable-sync\n Enable cloud sync\n\n --sync-token <SYNC_TOKEN>\n UW PICO 5.09 New Buffer \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n [ Read 18 lines ] \n^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos \n^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell \n API token for cloud sync\n \n [env: SCREENPIPE_SYNC_TOKEN=]\n\n --sync-password <SYNC_PASSWORD>\n Password for encrypting synced data\n \n [env: SCREENPIPE_SYNC_PASSWORD=]\n\n --sync-interval-secs <SYNC_INTERVAL_SECS>\n Interval between sync cycles in seconds\n \n [default: 300]\n\n --sync-machine-id <SYNC_MACHINE_ID>\n Override the machine ID for this device\n\n --pause-on-drm-content\n Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected\n\n --api-auth\n Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed\n\n --encrypt-secrets\n Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one\n\n --retention-days <RETENTION_DAYS>\n Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)\n \n [default: 14]\n\n -h, --help\n Print help (see a summary with '-h')\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps \"Boosteroid\"\nerror: unexpected argument '--ignored-apps' found\n\n tip: a similar argument exists: '--ignored-urls'\n\nUsage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>\n\nFor more information, try '--help'.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start\nsp-start='npx screenpipe@latest record --disable-audio &'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias\naddssh='ssh-add ~/.ssh/*'\napp='cd ~/jiminny/app'\ncnt='docker exec -ti $(docker ps | grep worker | awk '\\''{print $1}'\\'') /bin/bash -c \"cd /home/jiminny && bash\"'\nco='git checkout'\ncov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'\ncsfix='make cs-fix'\ndev='docker exec -ti $(docker ps -q --filter \"name=docker_lamp_1\") /bin/bash'\neu='ssh lukas@jiminny-eu-bastion -D 127.0.0.1:7073 -L 7532:db:3306'\neues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'\next='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'\nfe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'\nfe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'\ngbr='git branch --sort=-committerdate'\ngcb='git branch --show-current | pbcopy'\ngs='git status'\nhhh=history\nhhs='history 0 | grep '\ninstall_nano='apt-get update & apt-get install nano'\nkar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'\nll='ls -la --color=tty'\nnas='ssh Adm1n@192.168.0.242 -p22'\npoetryshell='eval \"\"'\nprod='ssh lukas@jiminny-prod-bastion -D 127.0.0.1:7072 -L 7632:db:3306'\nprodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'\nprophet='cd ~/jiminny/app'\nprophetdown='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down\"'\nprophetup='aws-vault exec staging -- bash -c \"env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build\"'\nqa='ssh lukas@jiminny-qa-bastion -D 127.0.0.1:7074 -L 7432:db:3306'\nqaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'\nqai='ssh lukas@jiminny-qai-bastion -D 127.0.0.1:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'\nrmbc='rm -rf bootstrap/cache/*.php'\nrun-help=man\nsp-start='npx screenpipe@latest record --disable-audio &'\nsp-status='curl -s http://localhost:3030/health | jq \"{status, frame_status, audio_status, last_frame: .last_frame_timestamp, uptime: .pipeline.uptime_secs, fps: .pipeline.capture_fps_actual, frames: .pipeline.frames_captured}\"'\nsp-stop='pkill -f screenpipe && echo '\\''screenpipe stopped'\\'\nstg='ssh lukas@jiminny-stage-bastion -D 127.0.0.1:7071 -L 7732:db:3306'\nstges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'\nveu='ssh jiminny-eu-ecs1'\nveu10='ssh jiminny-eu-ecs10'\nveu11='ssh jiminny-eu-ecs11'\nveu12='ssh jiminny-eu-ecs12'\nveu2='ssh jiminny-eu-ecs2'\nveu3='ssh jiminny-eu-ecs3'\nveu4='ssh jiminny-eu-ecs4'\nveu5='ssh jiminny-eu-ecs5'\nveu6='ssh jiminny-eu-ecs6'\nveu7='ssh jiminny-eu-ecs7'\nveu8='ssh jiminny-eu-ecs8'\nveu9='ssh jiminny-eu-ecs9'\nvprod='ssh jiminny-prod-ecs1'\nvprod10='ssh jiminny-prod-ecs10'\nvprod11='ssh jiminny-prod-ecs11'\nvprod12='ssh jiminny-prod-ecs12'\nvprod2='ssh jiminny-prod-ecs2'\nvprod3='ssh jiminny-prod-ecs3'\nvprod4='ssh jiminny-prod-ecs4'\nvprod5='ssh jiminny-prod-ecs5'\nvprod6='ssh jiminny-prod-ecs6'\nvprod7='ssh jiminny-prod-ecs7'\nvprod8='ssh jiminny-prod-ecs8'\nvprod9='ssh jiminny-prod-ecs9'\nvqa='ssh jiminny-qa-ecs1'\nvqa2='ssh jiminny-qa-ecs2'\nvqai='ssh jiminny-qai-ecs1'\nvqai2='ssh jiminny-qai-ecs2'\nvstage='ssh ec2-user@jiminny-subenv-worker-app0'\nvstg='ssh jiminny-stage-ecs1'\nvstg2='ssh ubuntu@jiminny-stage-ecs2'\nwhich-command=whence\nwork='cd ~/jiminny/infrastructure/dev/docker && docker compose up'\nxd='make docker-xdebug-disable'\nxe='make docker-xdebug-enable'\nzp='nano ~/.zprofile'\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.23320313,"top":1.0,"width":0.11074219,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.23554687,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.34394532,"top":1.0,"width":0.11074219,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.34628907,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.4546875,"top":1.0,"width":0.11054687,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.45703125,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"screenpipe\"","depth":2,"bounds":{"left":0.56523436,"top":1.0,"width":0.11054687,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56757814,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.67578125,"top":1.0,"width":0.11054687,"height":-0.03680551},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.678125,"top":1.0,"width":0.00625,"height":-0.039583325},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.7703125,"top":1.0,"width":0.021875,"height":-0.02013886},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.5078125,"top":1.0,"width":0.012890625,"height":-0.020833373},"role_description":"text"}]...
|
-3688414512503736666
|
7882901725163089329
|
idle
|
accessibility
|
NULL
|
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screen lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE app_name = 'Boosteroid' AND timestamp >= datetime('now', '-1 hour');"
1722
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ ps aux | grep screenpipe
lukas 10874 15.7 4.1 412962384 689376 s009 SN 3:49pm 32:48.19 /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --disable-audio
lukas 18357 0.9 0.0 410733264 1488 s010 S+ 4:53pm 0:00.00 grep screenpipe
lukas 10835 0.0 0.2 411427744 30240 s009 SN 3:49pm 0:00.08 node /Users/lukas/.nvm/versions/node/v14.15.4/bin/npx screenpipe@latest record --disable-audio
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ /Users/lukas/.npm/_npx/10835/lib/node_modules/screenpipe/node_modules/@screenpipe/cli-darwin-arm64/bin/screenpipe record --help
increased file descriptor limit from 256 to 8192 (hard limit: 9223372036854775807)
Start recording screen, audio, and serve the API
Usage: screenpipe record [OPTIONS]
Options:
-d, --audio-chunk-duration <AUDIO_CHUNK_DURATION>
Audio chunk duration in seconds
[default: 30]
-p, --port <PORT>
Port to run the server on
[default: 3030]
--disable-audio
Disable audio recording
-i, --audio-device <AUDIO_DEVICE>
Audio devices to use (can be specified multiple times)
--use-system-default-audio
Follow system default audio devices
--data-dir <DATA_DIR>
Data directory. Default to $HOME/.screenpipe
--debug
Enable debug logging for screenpipe modules
-a, --audio-transcription-engine <AUDIO_TRANSCRIPTION_ENGINE>
Audio transcription engine to use
Possible values:
- deepgram
- whisper-tiny
- whisper-tiny-quantized
- whisper-large
- whisper-large-quantized
- whisper-large-v3-turbo
- whisper-large-v3-turbo-quantized
- openai-compatible
- qwen3-asr
- parakeet
- disabled: Disable transcription (audio capture only, no speech-to-text)
[default: parakeet]
-m, --monitor-id <MONITOR_ID>
Monitor IDs to use
--use-all-monitors
Automatically record all monitors
-l, --language <LANGUAGE>
Languages for OCR/transcription
[possible values: english, chinese, german, spanish, russian, korean, french, japanese, portuguese, turkish, polish, catalan, dutch, arabic, swedish, italian, indonesian, hindi, vietnamese, 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]
--use-pii-removal
Enable PII removal
--filter-music
Filter music-dominant audio before transcription (reduces Spotify/YouTube music noise)
--disable-vision
Disable vision recording
--ignored-windows <IGNORED_WINDOWS>
Windows to ignore (by title, uses contains matching)
--included-windows <INCLUDED_WINDOWS>
Windows to include (by title, uses contains matching)
--ignored-urls <IGNORED_URLS>
URLs to ignore for browser privacy filtering
--deepgram-api-key <DEEPGRAM_API_KEY>
Deepgram API Key for audio transcription
--transcription-mode <TRANSCRIPTION_MODE>
Audio transcription scheduling mode: batch (default, longer chunks for quality) or realtime
Possible values:
- realtime: Transcribe immediately as audio is captured
- batch: Accumulate longer audio batches for better transcription quality (default)
[default: batch]
--disable-telemetry
Disable telemetry
--video-quality <VIDEO_QUALITY>
Video quality preset: low, balanced, high, max
[default: balanced]
--enable-sync
Enable cloud sync
--sync-token <SYNC_TOKEN>
UW PICO 5.09 New Buffer
[ Read 18 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
API token for cloud sync
[env: SCREENPIPE_SYNC_TOKEN=]
--sync-password <SYNC_PASSWORD>
Password for encrypting synced data
[env: SCREENPIPE_SYNC_PASSWORD=[PASSWORD]
--sync-interval-secs <SYNC_INTERVAL_SECS>
Interval between sync cycles in seconds
[default: 300]
--sync-machine-id <SYNC_MACHINE_ID>
Override the machine ID for this device
--pause-on-drm-content
Pause screen and audio capture when DRM content (Netflix, Disney+, etc.) is detected
--api-auth
Require authentication for remote API access. When enabled, non-localhost requests must include Authorization: Bearer <SCREENPIPE_API_KEY>. Localhost requests are always allowed
--encrypt-secrets
Encrypt secrets (API keys, OAuth tokens) at rest using the OS keychain. Creates a keychain key if one doesn't exist. Without this flag, the CLI will use an existing key (created by the desktop app) but won't create one
--retention-days <RETENTION_DAYS>
Local data retention in days. Old screen/audio data is auto-deleted after this period. Set to 0 to disable retention (keep data forever)
[default: 14]
-h, --help
Print help (see a summary with '-h')
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ npx screenpipe@latest record --disable-audio --ignored-apps "Boosteroid"
error: unexpected argument '--ignored-apps' found
tip: a similar argument exists: '--ignored-urls'
Usage: screenpipe record --disable-audio --ignored-urls <IGNORED_URLS>
For more information, try '--help'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ nano ~/.screenpipe/config.json
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sp-start
sp-start='npx screenpipe@latest record --disable-audio &'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias sql
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ alias
addssh='ssh-add ~/.ssh/*'
app='cd ~/jiminny/app'
cnt='docker exec -ti $(docker ps | grep worker | awk '\''{print $1}'\'') /bin/bash -c "cd /home/jiminny && bash"'
co='git checkout'
cov='./vendor/bin/phpunit tests/Unit --coverage-html=build/coverage'
csfix='make cs-fix'
dev='docker exec -ti $(docker ps -q --filter "name=docker_lamp_1") /bin/bash'
eu='ssh lukas@jiminny-eu-bastion -D [IP_ADDRESS]:7073 -L 7532:db:3306'
eues='ssh ubuntu@jiminny-eu-ecs1 -L 7960:vpc-activities7-e7pfbl7wojjjnvp7olfpudrgke.eu-west-1.es.amazonaws.com:80'
ext='nvm use 20 && cd ~/jiminny/extension-app && yarn build:dev && yarn preview'
fe='yarn && nvm use 20 && cd ~/jiminny/app/front-end && yarn build:watch'
fe3='cd ~/jiminny/app/front-end-vue3 && yarn build:watch:production'
gbr='git branch --sort=-committerdate'
gcb='git branch --show-current | pbcopy'
gs='git status'
hhh=history
hhs='history 0 | grep '
install_nano='apt-get update & apt-get install nano'
kar='cp -f ~/DEV/settings/goku-karabiner-settings/karabiner.edn ~/.config/karabiner.edn && goku'
ll='ls -la --color=tty'
nas='ssh Adm1n@[IP_ADDRESS] -p22'
poetryshell='eval ""'
prod='ssh lukas@jiminny-prod-bastion -D [IP_ADDRESS]:7072 -L 7632:db:3306'
prodes='ssh ubuntu@jiminny-prod-ecs1 -L 7970:vpc-activities7-3o2zlrelmga5qicf2yxxwtx6bi.us-east-2.es.amazonaws.com:80'
prophet='cd ~/jiminny/app'
prophetdown='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml down"'
prophetup='aws-vault exec staging -- bash -c "env | grep AWS_ > aws-creds.env && docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build"'
qa='ssh lukas@jiminny-qa-bastion -D [IP_ADDRESS]:7074 -L 7432:db:3306'
qaes='ssh ubuntu@jiminny-qa-ecs1 -L 7950:vpc-activities7-s5zchrs4xqcnav3rjzmxgxvfvq.us-east-2.es.amazonaws.com:80'
qai='ssh lukas@jiminny-qai-bastion -D [IP_ADDRESS]:7075 -L 7777:jiminny-db-qai.c3uemcm84st0.us-east-2.rds.amazonaws.com:3306'
rmbc='rm -rf bootstrap/cache/*.php'
run-help=man
sp-start='npx screenpipe@latest record --disable-audio &'
sp-status='curl -s [URL_WITH_CREDENTIALS] -D [IP_ADDRESS]:7071 -L 7732:db:3306'
stges='ssh ubuntu@jiminny-stage-ecs1 -L 7980:vpc-activities7-tgeodjeaugnaiigqgdcjjkrrj4.us-east-2.es.amazonaws.com:80'
veu='ssh jiminny-eu-ecs1'
veu10='ssh jiminny-eu-ecs10'
veu11='ssh jiminny-eu-ecs11'
veu12='ssh jiminny-eu-ecs12'
veu2='ssh jiminny-eu-ecs2'
veu3='ssh jiminny-eu-ecs3'
veu4='ssh jiminny-eu-ecs4'
veu5='ssh jiminny-eu-ecs5'
veu6='ssh jiminny-eu-ecs6'
veu7='ssh jiminny-eu-ecs7'
veu8='ssh jiminny-eu-ecs8'
veu9='ssh jiminny-eu-ecs9'
vprod='ssh jiminny-prod-ecs1'
vprod10='ssh jiminny-prod-ecs10'
vprod11='ssh jiminny-prod-ecs11'
vprod12='ssh jiminny-prod-ecs12'
vprod2='ssh jiminny-prod-ecs2'
vprod3='ssh jiminny-prod-ecs3'
vprod4='ssh jiminny-prod-ecs4'
vprod5='ssh jiminny-prod-ecs5'
vprod6='ssh jiminny-prod-ecs6'
vprod7='ssh jiminny-prod-ecs7'
vprod8='ssh jiminny-prod-ecs8'
vprod9='ssh jiminny-prod-ecs9'
vqa='ssh jiminny-qa-ecs1'
vqa2='ssh jiminny-qa-ecs2'
vqai='ssh jiminny-qai-ecs1'
vqai2='ssh jiminny-qai-ecs2'
vstage='ssh ec2-user@jiminny-subenv-worker-app0'
vstg='ssh jiminny-stage-ecs1'
vstg2='ssh ubuntu@jiminny-stage-ecs2'
which-command=whence
work='cd ~/jiminny/infrastructure/dev/docker && docker compose up'
xd='make docker-xdebug-disable'
xe='make docker-xdebug-enable'
zp='nano ~/.zprofile'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
40014
|
|
15447
|
346
|
18
|
2026-04-14T14:46:21.293623+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776177981293_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (docker)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (docker)","depth":2,"bounds":{"left":0.12291667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.12708333,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (docker)","depth":2,"bounds":{"left":0.24583334,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.25,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"ec2-user@ip-10-30-93-249:~ (nc)","depth":2,"bounds":{"left":0.36875,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.37291667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.49166667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49583334,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6145833,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.61875,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7375,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.7416667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Unable to access screenpipe activity data (claude)","depth":2,"bounds":{"left":0.86041665,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8645833,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-3375574386776220903
|
7879537600076906035
|
visual_change
|
accessibility
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (docker)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
15446
|
|
15458
|
346
|
25
|
2026-04-14T14:47:13.386453+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776178033386_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (docker)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.6G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*\n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n648M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n 16M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself\nls -lh ~/.screenpipe/db.sqlite\n\n# Size of actual data files (videos/images)\ndu -sh ~/.screenpipe/data/\n\n# Day by day breakdown\ndu -sh ~/.screenpipe/data/2026-04-*/\n\n# Compare DB vs total\ndu -sh ~/.screenpipe/\nzsh: command not found: #\n-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite\nzsh: unknown file attribute: v\n651M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\nzsh: command not found: #\nzsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/\nzsh: command not found: #\n1.7G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed\nsqlite3 ~/.screenpipe/db.sqlite \"\nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nzsh: command not found: #\n^[[A^CError: stepping, interrupted (9)\nProgram interrupted.\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \" \nSELECT name,\n SUM(pgsize)/1024/1024 as size_mb\nFROM dbstat\nGROUP BY name\nORDER BY size_mb DESC\nLIMIT 20;\"\nframes|358\nocr_text|347\nelements|146\nframes_fts_content|76\nidx_elements_source_role_text|23\nidx_elements_frame_source_role|23\nframes_fts_data|19\nelements_fts_data|19\nidx_elements_frame_source|16\nidx_elements_source|13\nidx_elements_frame_id|10\nelements_fts_docsize|9\nidx_elements_parent_id|8\nui_events|3\nidx_ui_events_session_id|1\nvision_tags|0\nvideo_chunks|0\nui_events_fts_idx|0\nui_events_fts_docsize|0\nui_events_fts_data|0\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT\n (SELECT COUNT(*) FROM frames) as frames,\n (SELECT COUNT(*) FROM ocr_text) as ocr_rows,\n (SELECT COUNT(*) FROM ui_monitoring) as ui_rows;\"\nError: in prepare, no such table: ui_monitoring\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite \"\nSELECT MIN(timestamp) FROM frames;\"\n2026-04-09T16:53:09.043761+00:00\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/* \n4.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/config.json\n691M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data\n1.1G\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite\n 64K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-shm\n9.0M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/db.sqlite-wal\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/pipes\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log\n 96K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log\n 72K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log\n132K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe \n1.8G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe\n1.9G\u0000\u0000\u0000\t/Users/lukas/.screenpipe\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (docker)","depth":2,"bounds":{"left":0.12291667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.12708333,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (docker)","depth":2,"bounds":{"left":0.24583334,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.25,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"ec2-user@ip-10-30-93-249:~ (nc)","depth":2,"bounds":{"left":0.36875,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.37291667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.49166667,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49583334,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6145833,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.61875,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7375,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.7416667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Unable to access screenpipe activity data (claude)","depth":2,"bounds":{"left":0.86041665,"top":0.05888889,"width":0.12291667,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8645833,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-3375574386776220903
|
7879537600076906035
|
visual_change
|
accessibility
|
NULL
|
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M 64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.6G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.7G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
648M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
16M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Size of the DB itself
ls -lh ~/.screenpipe/db.sqlite
# Size of actual data files (videos/images)
du -sh ~/.screenpipe/data/
# Day by day breakdown
du -sh ~/.screenpipe/data/2026-04-*/
# Compare DB vs total
du -sh ~/.screenpipe/
zsh: command not found: #
-rw-r--r-- 1 lukas staff 1.1G 14 Apr 16:12 /Users/lukas/.screenpipe/db.sqlite
zsh: unknown file attribute: v
651M /Users/lukas/.screenpipe/data/
zsh: command not found: #
zsh: no matches found: /Users/lukas/.screenpipe/data/2026-04-*/
zsh: command not found: #
1.7G /Users/lukas/.screenpipe/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # See how the DB space is distributed
sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
zsh: command not found: #
^[[A^CError: stepping, interrupted (9)
Program interrupted.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT name,
SUM(pgsize)/1024/1024 as size_mb
FROM dbstat
GROUP BY name
ORDER BY size_mb DESC
LIMIT 20;"
frames|358
ocr_text|347
elements|146
frames_fts_content|76
idx_elements_source_role_text|23
idx_elements_frame_source_role|23
frames_fts_data|19
elements_fts_data|19
idx_elements_frame_source|16
idx_elements_source|13
idx_elements_frame_id|10
elements_fts_docsize|9
idx_elements_parent_id|8
ui_events|3
idx_ui_events_session_id|1
vision_tags|0
video_chunks|0
ui_events_fts_idx|0
ui_events_fts_docsize|0
ui_events_fts_data|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT
(SELECT COUNT(*) FROM frames) as frames,
(SELECT COUNT(*) FROM ocr_text) as ocr_rows,
(SELECT COUNT(*) FROM ui_monitoring) as ui_rows;"
Error: in prepare, no such table: ui_monitoring
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ sqlite3 ~/.screenpipe/db.sqlite "
SELECT MIN(timestamp) FROM frames;"
2026-04-09T16:53:09.043761+00:00
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe/*
4.0K /Users/lukas/.screenpipe/config.json
691M /Users/lukas/.screenpipe/data
1.1G /Users/lukas/.screenpipe/db.sqlite
64K /Users/lukas/.screenpipe/db.sqlite-shm
9.0M /Users/lukas/.screenpipe/db.sqlite-wal
24K /Users/lukas/.screenpipe/pipes
132K /Users/lukas/.screenpipe/screenpipe.2026-04-09.0.log
96K /Users/lukas/.screenpipe/screenpipe.2026-04-11.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-12.0.log
72K /Users/lukas/.screenpipe/screenpipe.2026-04-13.0.log
132K /Users/lukas/.screenpipe/screenpipe.2026-04-14.0.log
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.8G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe
1.9G /Users/lukas/.screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (docker)
Close Tab
ec2-user@ip-10-30-93-249:~ (nc)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
✳ Unable to access screenpipe activity data (claude)
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
8006
|
151
|
38
|
2026-04-13T16:45:42.343908+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098742343_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8423611,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.86041665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.86527777,"width":0.05390625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8833333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.88819444,"width":0.080078125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.90625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.9111111,"width":0.07578125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.9291667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.9340278,"width":0.06914063,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.95208335,"width":0.1015625,"height":0.0027777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.95416665,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.28085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48476562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.03984375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48789063,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"}]...
|
-231642283510628046
|
7878947528930783851
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit...
|
NULL
|
|
8019
|
150
|
41
|
2026-04-13T16:47:42.864157+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098862864_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
how to search in screenpipe api using search within specific time and app
19:28
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"}]...
|
-3442508863074036049
|
7878946498138633835
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
how to search in screenpipe api using search within specific time and app
19:28
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{...
|
8014
|
|
8025
|
151
|
49
|
2026-04-13T16:49:09.372725+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098949372_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8423611,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.86041665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.86527777,"width":0.05390625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8833333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.88819444,"width":0.080078125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.90625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.9111111,"width":0.07578125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.9291667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.9340278,"width":0.06914063,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.95208335,"width":0.1015625,"height":0.0027777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.95416665,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.28085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"}]...
|
-4243072444481927593
|
7878946498138625643
|
click
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"...
|
8022
|
|
14070
|
311
|
36
|
2026-04-14T13:13:37.756294+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776172417756_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
how to search in screenpipe api using search within specific time and app
13 Apr
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.0069444445},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0020833334},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.0875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.05390625,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.080078125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.07578125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.06914063,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.8208333,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Updated to 1.2278.0","depth":16,"bounds":{"left":0.03046875,"top":0.8840278,"width":0.051171876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Relaunch to apply","depth":16,"bounds":{"left":0.036328126,"top":0.8986111,"width":0.039453126,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Relaunch","depth":16,"bounds":{"left":0.008203125,"top":0.91805553,"width":0.095703125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.6527344,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.6527344,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.2589844,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"}]...
|
-5874040573644205087
|
7878946498138625123
|
visual_change
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
how to search in screenpipe api using search within specific time and app
13 Apr
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:...
|
NULL
|
|
13691
|
299
|
16
|
2026-04-14T12:42:33.043825+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776170553043_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
13 Apr
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const
res
=...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.0069444445},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0020833334},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.0875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.05390625,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.080078125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.07578125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.06914063,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.8208333,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Updated to 1.2278.0","depth":16,"bounds":{"left":0.03046875,"top":0.8840278,"width":0.051171876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Relaunch to apply","depth":16,"bounds":{"left":0.036328126,"top":0.8986111,"width":0.039453126,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Relaunch","depth":16,"bounds":{"left":0.008203125,"top":0.91805553,"width":0.095703125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.64023435,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.64023435,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.2589844,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48476562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.03984375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48789063,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4421875,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.4453125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"bounds":{"left":0.44882813,"top":0.08194444,"width":0.006640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.42226562,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"res","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"}]...
|
-2432617938259631357
|
7878915162057240683
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
13 Apr
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const
res
=...
|
13689
|
|
13689
|
299
|
15
|
2026-04-14T12:42:02.723231+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776170522723_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
13 Apr
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const
res
=
await
fetch
(
`
http://localhost:3030/search?
${
params
}
`
)
;
const
data
=
await
res
.
json
(
)
;
// Results are in data.data[]
for
(
const
item
of
data
.
data
)
{
console
.
log
(
item
.
content
.
text...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.0069444445},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0020833334},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.0875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.05390625,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.080078125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.07578125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.06914063,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.8208333,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Updated to 1.2278.0","depth":16,"bounds":{"left":0.03046875,"top":0.8840278,"width":0.051171876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Relaunch to apply","depth":16,"bounds":{"left":0.036328126,"top":0.8986111,"width":0.039453126,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Relaunch","depth":16,"bounds":{"left":0.008203125,"top":0.91805553,"width":0.095703125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.64023435,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.64023435,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.2589844,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48476562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.03984375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48789063,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4421875,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.4453125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"bounds":{"left":0.44882813,"top":0.08194444,"width":0.006640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.42226562,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"res","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"await","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.475,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"fetch","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.49453124,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"`","depth":20,"bounds":{"left":0.49804688,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"http://localhost:3030/search?","depth":20,"bounds":{"left":0.5011719,"top":0.08194444,"width":0.095703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"${","depth":20,"bounds":{"left":0.59648436,"top":0.08194444,"width":0.006640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.6027344,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"bounds":{"left":0.6226562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"`","depth":20,"bounds":{"left":0.62578124,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.6292969,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"bounds":{"left":0.63242185,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.99960935,"top":0.08194444,"width":0.000390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"data","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.019921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"await","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"res","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":".","depth":20,"bounds":{"left":0.49140626,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"json","depth":20,"bounds":{"left":0.49453124,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.5078125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.5109375,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"bounds":{"left":0.5144531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"// Results are in data.data[]","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.095703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"for","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"item","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.019921875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"of","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"data","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":".","depth":20,"bounds":{"left":0.49453124,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"data","depth":20,"bounds":{"left":0.49804688,"top":0.08194444,"width":0.01328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.5109375,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.5144531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.5175781,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"console","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":".","depth":20,"bounds":{"left":0.44882813,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"log","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"item","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.01328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":".","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":".","depth":20,"bounds":{"left":0.5042969,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"text","depth":20,"bounds":{"left":0.5078125,"top":0.08194444,"width":0.01328125,"height":0.00069444446},"role_description":"text"}]...
|
2102383622401910195
|
7878914028185858667
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
13 Apr
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const
res
=
await
fetch
(
`
http://localhost:3030/search?
${
params
}
`
)
;
const
data
=
await
res
.
json
(
)
;
// Results are in data.data[]
for
(
const
item
of
data
.
data
)
{
console
.
log
(
item
.
content
.
text...
|
NULL
|
|
13695
|
301
|
0
|
2026-04-14T12:43:33.643399+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776170613643_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
13 Apr
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.0069444445},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0020833334},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.0875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.05390625,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.080078125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.07578125,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.06914063,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.8208333,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.8208333,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.8208333,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Updated to 1.2278.0","depth":16,"bounds":{"left":0.03046875,"top":0.8840278,"width":0.051171876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Relaunch to apply","depth":16,"bounds":{"left":0.036328126,"top":0.8986111,"width":0.039453126,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Relaunch","depth":16,"bounds":{"left":0.008203125,"top":0.91805553,"width":0.095703125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.64023435,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"13 Apr","depth":17,"bounds":{"left":0.64023435,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.2589844,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"}]...
|
-5834084715932104038
|
7878913478430061155
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Updated to 1.2278.0
Relaunch to apply
Relaunch
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
13 Apr
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
13 Apr
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time...
|
13693
|
|
7877
|
147
|
17
|
2026-04-13T16:34:32.191051+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098072191_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"role_description":"text"}]...
|
-3612696910006087611
|
7878912344558695019
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}...
|
NULL
|
|
7890
|
148
|
11
|
2026-04-13T16:36:16.936618+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098176936_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"}]...
|
4351767852817743427
|
7878912344558695019
|
click
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50...
|
7889
|
|
8002
|
151
|
36
|
2026-04-13T16:44:41.791570+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098681791_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8423611,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.86041665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.86527777,"width":0.05390625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8833333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.88819444,"width":0.080078125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.90625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.9111111,"width":0.07578125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.9291667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.9340278,"width":0.06914063,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.95208335,"width":0.1015625,"height":0.0027777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.95416665,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.28085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48476562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.03984375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48789063,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4421875,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.4453125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"bounds":{"left":0.44882813,"top":0.08194444,"width":0.006640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.42226562,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"}]...
|
7425530907675950708
|
7878912344558695019
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)...
|
NULL
|
|
8003
|
150
|
35
|
2026-04-13T16:45:11.561333+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098711561_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"}]...
|
-5141129259592602218
|
7878912344558695019
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const...
|
8001
|
|
8005
|
150
|
36
|
2026-04-13T16:45:41.756274+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098741756_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"role_description":"text"}]...
|
-3612696910006087611
|
7878912344558695019
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}...
|
NULL
|
|
8020
|
151
|
47
|
2026-04-13T16:48:11.807779+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098891807_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8423611,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.86041665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.86527777,"width":0.05390625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8833333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.88819444,"width":0.080078125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.90625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.9111111,"width":0.07578125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.9291667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.9340278,"width":0.06914063,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.95208335,"width":0.1015625,"height":0.0027777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.95416665,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.28085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48476562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.03984375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48789063,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4421875,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.4453125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"bounds":{"left":0.44882813,"top":0.08194444,"width":0.006640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.42226562,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"}]...
|
-6855137055490483515
|
7878912344558695019
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;...
|
8018
|
|
7878
|
NULL
|
0
|
2026-04-13T16:35:02.419916+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098102419_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"}]...
|
-5834680443701868200
|
7878912344558686827
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:...
|
7877
|
|
8010
|
151
|
40
|
2026-04-13T16:46:19.170639+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098779170_m2.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const
res
=
await
fetch...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"bounds":{"left":0.031640626,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"bounds":{"left":0.045703124,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"bounds":{"left":0.058984376,"top":0.021527778,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"bounds":{"left":0.465625,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"bounds":{"left":0.48828125,"top":0.022916667,"width":0.0234375,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"bounds":{"left":0.5113281,"top":0.022916667,"width":0.023046875,"height":0.019444445},"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"bounds":{"left":0.003125,"top":0.056944445,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"bounds":{"left":0.0171875,"top":0.061805554,"width":0.024609376,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"bounds":{"left":0.0890625,"top":0.0625,"width":0.012890625,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"bounds":{"left":0.003125,"top":0.07986111,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"bounds":{"left":0.0171875,"top":0.08472222,"width":0.01796875,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"bounds":{"left":0.09414063,"top":0.08541667,"width":0.0078125,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"bounds":{"left":0.003125,"top":0.10208333,"width":0.10585938,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"bounds":{"left":0.0171875,"top":0.10694444,"width":0.027734375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"bounds":{"left":0.003125,"top":0.13611111,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"bounds":{"left":0.0171875,"top":0.14097223,"width":0.015625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"bounds":{"left":0.003125,"top":0.15902779,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"bounds":{"left":0.0171875,"top":0.16388889,"width":0.021484375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"bounds":{"left":0.003125,"top":0.18194444,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"bounds":{"left":0.0171875,"top":0.18680556,"width":0.023046875,"height":0.0125},"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"bounds":{"left":0.003125,"top":0.21805556,"width":0.1015625,"height":0.016666668},"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"bounds":{"left":0.00625,"top":0.21805556,"width":0.016796876,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"bounds":{"left":0.003125,"top":0.23472223,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"bounds":{"left":0.00625,"top":0.23958333,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"bounds":{"left":0.003125,"top":0.2576389,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"bounds":{"left":0.00625,"top":0.2625,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"bounds":{"left":0.003125,"top":0.29375,"width":0.037890624,"height":0.016666668},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"bounds":{"left":0.00625,"top":0.29375,"width":0.018359374,"height":0.010416667},"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"bounds":{"left":0.02734375,"top":0.29375,"width":0.010546875,"height":0.010416667},"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"bounds":{"left":0.003125,"top":0.31041667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"bounds":{"left":0.00625,"top":0.31527779,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"bounds":{"left":0.0921875,"top":0.31041667,"width":0.0125,"height":0.022222223},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"bounds":{"left":0.003125,"top":0.33333334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"bounds":{"left":0.00625,"top":0.33819443,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"bounds":{"left":0.003125,"top":0.35625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"bounds":{"left":0.00625,"top":0.3611111,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"bounds":{"left":0.003125,"top":0.37916666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"bounds":{"left":0.00625,"top":0.38402778,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"bounds":{"left":0.003125,"top":0.40208334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"bounds":{"left":0.00625,"top":0.40694445,"width":0.08867188,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"bounds":{"left":0.003125,"top":0.425,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"bounds":{"left":0.00625,"top":0.4298611,"width":0.08320312,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"bounds":{"left":0.003125,"top":0.44791666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"bounds":{"left":0.00625,"top":0.45277777,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"bounds":{"left":0.003125,"top":0.47083333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"bounds":{"left":0.00625,"top":0.47569445,"width":0.08203125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"bounds":{"left":0.003125,"top":0.49375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"bounds":{"left":0.00625,"top":0.49861112,"width":0.08632813,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"bounds":{"left":0.003125,"top":0.51666665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"bounds":{"left":0.00625,"top":0.52152777,"width":0.08828125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"bounds":{"left":0.003125,"top":0.5395833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"bounds":{"left":0.00625,"top":0.54444444,"width":0.08710937,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"bounds":{"left":0.003125,"top":0.5625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"bounds":{"left":0.00625,"top":0.5673611,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"bounds":{"left":0.003125,"top":0.5854167,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"bounds":{"left":0.00625,"top":0.5902778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"bounds":{"left":0.003125,"top":0.60833335,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"bounds":{"left":0.00625,"top":0.61319447,"width":0.07695313,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"bounds":{"left":0.003125,"top":0.63125,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"bounds":{"left":0.00625,"top":0.63611114,"width":0.087890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"bounds":{"left":0.003125,"top":0.65416664,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"bounds":{"left":0.00625,"top":0.65902776,"width":0.08671875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"bounds":{"left":0.003125,"top":0.6770833,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"bounds":{"left":0.00625,"top":0.68194443,"width":0.071875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"bounds":{"left":0.003125,"top":0.7,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"bounds":{"left":0.00625,"top":0.7048611,"width":0.0859375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"bounds":{"left":0.003125,"top":0.72291666,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"bounds":{"left":0.00625,"top":0.7277778,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"bounds":{"left":0.003125,"top":0.74583334,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"bounds":{"left":0.00625,"top":0.75069445,"width":0.07265625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"bounds":{"left":0.003125,"top":0.76875,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"bounds":{"left":0.00625,"top":0.7736111,"width":0.06367187,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"bounds":{"left":0.003125,"top":0.7916667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"bounds":{"left":0.00625,"top":0.7965278,"width":0.04375,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"bounds":{"left":0.003125,"top":0.81458336,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"bounds":{"left":0.00625,"top":0.8194444,"width":0.0890625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"bounds":{"left":0.003125,"top":0.8375,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"bounds":{"left":0.00625,"top":0.8423611,"width":0.0875,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"bounds":{"left":0.003125,"top":0.86041665,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"bounds":{"left":0.00625,"top":0.86527777,"width":0.05390625,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.8833333,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.88819444,"width":0.080078125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"bounds":{"left":0.003125,"top":0.90625,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"bounds":{"left":0.00625,"top":0.9111111,"width":0.07578125,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"bounds":{"left":0.003125,"top":0.9291667,"width":0.1015625,"height":0.022222223},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"bounds":{"left":0.00625,"top":0.9340278,"width":0.06914063,"height":0.0125},"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"bounds":{"left":0.003125,"top":0.95208335,"width":0.1015625,"height":0.0027777778},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08671875,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"bounds":{"left":0.00625,"top":0.95416665,"width":0.08710937,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"bounds":{"left":0.003125,"top":0.95416665,"width":0.1015625,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"bounds":{"left":0.01796875,"top":0.95416665,"width":0.022265624,"height":0.00069444446},"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"bounds":{"left":0.0,"top":0.95555556,"width":0.11210938,"height":0.04444444},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"bounds":{"left":0.009375,"top":0.9701389,"width":0.00859375,"height":0.014583333},"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"bounds":{"left":0.02578125,"top":0.96597224,"width":0.035546876,"height":0.0125},"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"bounds":{"left":0.02578125,"top":0.9791667,"width":0.01796875,"height":0.010416667},"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"bounds":{"left":0.08476563,"top":0.96666664,"width":0.0125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"bounds":{"left":0.125,"top":0.055555556,"width":0.09882812,"height":0.019444445},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"bounds":{"left":0.128125,"top":0.058333334,"width":0.09257813,"height":0.013194445},"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"bounds":{"left":0.22421876,"top":0.055555556,"width":0.011328125,"height":0.019444445},"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.184375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.259375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.051171876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.21328124,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.111328125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.09296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.24257812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"bounds":{"left":0.44921875,"top":0.08194444,"width":0.06367187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"bounds":{"left":0.5125,"top":0.08194444,"width":0.13789062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.035546876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"bounds":{"left":0.4640625,"top":0.08194444,"width":0.013671875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"bounds":{"left":0.47929686,"top":0.08194444,"width":0.034375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"bounds":{"left":0.51523435,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"bounds":{"left":0.52070314,"top":0.08194444,"width":0.09492187,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.25195312,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"bounds":{"left":0.5214844,"top":0.08194444,"width":0.07421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.17382812,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.18828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.128125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.196875,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.41328126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"bounds":{"left":0.43828124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.45078126,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"bounds":{"left":0.47382814,"top":0.08194444,"width":0.21484375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"bounds":{"left":0.6429688,"top":0.08194444,"width":0.011328125,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"bounds":{"left":0.65703124,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"bounds":{"left":0.6695312,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"bounds":{"left":0.6820313,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.07539062,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"bounds":{"left":0.4933594,"top":0.08194444,"width":0.023828125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"bounds":{"left":0.51875,"top":0.08194444,"width":0.15507813,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.10273437,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.0109375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.00078125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"bounds":{"left":0.41367188,"top":0.08194444,"width":0.28085938,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.033984374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.02734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.041015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"bounds":{"left":0.41875,"top":0.08194444,"width":0.020703126,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.023046875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.015234375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.49179688,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.50390625,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"bounds":{"left":0.5097656,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"bounds":{"left":0.52851564,"top":0.08194444,"width":0.004296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"bounds":{"left":0.534375,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.0203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.04453125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.06796875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.59414065,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"bounds":{"left":0.5984375,"top":0.08194444,"width":0.0140625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.6140625,"top":0.08194444,"width":0.002734375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"bounds":{"left":0.6183594,"top":0.08194444,"width":0.0171875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.010546875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.007421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"bounds":{"left":0.58203125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"bounds":{"left":0.41679686,"top":0.08194444,"width":0.028125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"bounds":{"left":0.48984376,"top":0.08194444,"width":0.01953125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"bounds":{"left":0.5800781,"top":0.08194444,"width":0.02421875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"bounds":{"left":0.41640624,"top":0.08194444,"width":0.04140625,"height":0.00069444446},"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"bounds":{"left":0.6785156,"top":0.08194444,"width":0.012890625,"height":0.00069444446},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.021875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.01015625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"bounds":{"left":0.48164064,"top":0.08194444,"width":0.049609374,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"bounds":{"left":0.53398436,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.42890626,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.43242186,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.04296875,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.033203125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46171874,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.072265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.5371094,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.07265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.53085935,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.0265625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48476562,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.03984375,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.46523437,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.46835938,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"bounds":{"left":0.47148436,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"bounds":{"left":0.48789063,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.00703125,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"bounds":{"left":0.4421875,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.4453125,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"bounds":{"left":0.44882813,"top":0.08194444,"width":0.006640625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"bounds":{"left":0.42226562,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"bounds":{"left":0.42578125,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"bounds":{"left":0.41914064,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"res","depth":20,"bounds":{"left":0.43554688,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"bounds":{"left":0.4519531,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.45507812,"top":0.08194444,"width":0.00390625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"await","depth":20,"bounds":{"left":0.45859376,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"bounds":{"left":0.475,"top":0.08194444,"width":0.003515625,"height":0.00069444446},"role_description":"text"},{"role":"AXStaticText","text":"fetch","depth":20,"bounds":{"left":0.478125,"top":0.08194444,"width":0.016796876,"height":0.00069444446},"role_description":"text"}]...
|
-180779218856250468
|
7878912344558686827
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;
const
res
=
await
fetch...
|
NULL
|
|
8023
|
150
|
43
|
2026-04-13T16:48:43.281361+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098923281_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
how to search in screenpipe api using search within specific time and app
19:28
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"Cursor\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"ocr\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"}","depth":20,"role_description":"text"},{"role":"AXStaticText","text":")","depth":20,"role_description":"text"},{"role":"AXStaticText","text":";","depth":20,"role_description":"text"}]...
|
908913243163939682
|
7878911313766536811
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
how to search in screenpipe api using search within specific time and app
19:28
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:
"Cursor"
,
content_type
:
"ocr"
,
limit
:
50
}
)
;...
|
8021
|
|
7997
|
150
|
32
|
2026-04-13T16:43:40.907852+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098620907_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"}]...
|
4702253013696251229
|
7878911313766536803
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,...
|
NULL
|
|
8001
|
150
|
34
|
2026-04-13T16:44:41.345019+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776098681345_m1.jpg...
|
Claude
|
Claude
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:...
|
[{"role":"AXCheckBox","text [{"role":"AXCheckBox","text":"Close sidebar","depth":11,"role_description":"toggle button","subrole":"AXToggleButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Back","depth":11,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Forward","depth":11,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Chat","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Cowork","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Code","depth":12,"role_description":"radio button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"New chat","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"New chat","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⇧⌘O","depth":17,"role_description":"text"},{"role":"AXLink","text":"Search","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Search","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"⌘K","depth":17,"role_description":"text"},{"role":"AXLink","text":"Customize","depth":16,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Customize","depth":18,"role_description":"text"},{"role":"AXLink","text":"Chats","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chats","depth":19,"role_description":"text"},{"role":"AXLink","text":"Projects","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Projects","depth":19,"role_description":"text"},{"role":"AXLink","text":"Artifacts","depth":17,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Artifacts","depth":18,"role_description":"text"},{"role":"AXHeading","text":"Starred","depth":18,"role_description":"heading"},{"role":"AXStaticText","text":"Starred","depth":19,"role_description":"text"},{"role":"AXLink","text":"Bulgarian citizenship application process for EU residents","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bulgarian citizenship application process for EU residents","depth":22,"role_description":"text"},{"role":"AXLink","text":"Dawarich location tracking project","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dawarich location tracking project","depth":22,"role_description":"text"},{"role":"AXButton","text":"Recents Hide","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Recents","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Hide","depth":19,"role_description":"text"},{"role":"AXLink","text":"Claude API 500 internal server error","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":22,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":22,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Screenpipe query capabilities and usage","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe query capabilities and usage","depth":22,"role_description":"text"},{"role":"AXLink","text":"eGPU compatibility with Mac mini and Studio","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"eGPU compatibility with Mac mini and Studio","depth":22,"role_description":"text"},{"role":"AXLink","text":"Understanding OpenRouter API gateway","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Understanding OpenRouter API gateway","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe 14-day retention explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe 14-day retention explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reddit homepage feed overview","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reddit homepage feed overview","depth":22,"role_description":"text"},{"role":"AXLink","text":"Docker container not visible in console","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Docker container not visible in console","depth":22,"role_description":"text"},{"role":"AXLink","text":"DIA browser RAM configuration","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DIA browser RAM configuration","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe company background","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe company background","depth":22,"role_description":"text"},{"role":"AXLink","text":"DSK Bank Bulgaria secure investing explained","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DSK Bank Bulgaria secure investing explained","depth":22,"role_description":"text"},{"role":"AXLink","text":"Building a comprehensive personal homelab system","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Building a comprehensive personal homelab system","depth":22,"role_description":"text"},{"role":"AXLink","text":"Importing Google Timeline data to Owntracks","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Importing Google Timeline data to Owntracks","depth":22,"role_description":"text"},{"role":"AXLink","text":"Chromecast remote volume buttons not working","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Chromecast remote volume buttons not working","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe free version guide","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe free version guide","depth":22,"role_description":"text"},{"role":"AXLink","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Self-hosted LLM alternatives to Claude Sonnet","depth":22,"role_description":"text"},{"role":"AXLink","text":"Screenpipe database query setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Screenpipe database query setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Running screenpipe for free","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Running screenpipe for free","depth":22,"role_description":"text"},{"role":"AXLink","text":"Mac Studio network switch setup","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mac Studio network switch setup","depth":22,"role_description":"text"},{"role":"AXLink","text":"Claude extension in Vivaldi browser","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude extension in Vivaldi browser","depth":22,"role_description":"text"},{"role":"AXLink","text":"General information request","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"General information request","depth":22,"role_description":"text"},{"role":"AXLink","text":"Red dots on neck causes","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Red dots on neck causes","depth":22,"role_description":"text"},{"role":"AXLink","text":"Change approval","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Change approval","depth":22,"role_description":"text"},{"role":"AXLink","text":"Querying Screenpipe with Claude AI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Querying Screenpipe with Claude AI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up daily backups in Ugreen NAS","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up daily backups in Ugreen NAS","depth":22,"role_description":"text"},{"role":"AXLink","text":"Upcoming reminders","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Upcoming reminders","depth":22,"role_description":"text"},{"role":"AXLink","text":"Accessing tools in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Accessing tools in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"Laravel issue troubleshooting","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Laravel issue troubleshooting","depth":22,"role_description":"text"},{"role":"AXLink","text":"Reminder to take rodný list","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reminder to take rodný list","depth":22,"role_description":"text"},{"role":"AXLink","text":"Setting up reminders in Open WebUI","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Setting up reminders in Open WebUI","depth":22,"role_description":"text"},{"role":"AXLink","text":"NAS reverse proxy access issues after UGOS update","depth":21,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"NAS reverse proxy access issues after UGOS update","depth":22,"role_description":"text"},{"role":"AXLink","text":"All chats","depth":19,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"All chats","depth":20,"role_description":"text"},{"role":"AXPopUpButton","text":"Lukas Kovalik, Settings","depth":16,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"LK","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Pro plan","depth":17,"role_description":"text"},{"role":"AXButton","text":"Get apps and extensions","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Claude API 500 internal server error","depth":14,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Claude API 500 internal server error","depth":16,"role_description":"text"},{"role":"AXPopUpButton","text":"More options for Claude API 500 internal server error","depth":14,"role_description":"pop-up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"what is this in claude code API Error: 500 {\"type\":\"error\",\"error\":{\"type\":\"api_error\",\"message\":\"Internal server error\"},\"request_id\":\"req_011Ca224nat8vsw4yXaxtFuR\"}","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"18:39","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially \"something went wrong on our servers.\"","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Common causes:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Transient server hiccup — usually resolves on its own in seconds/minutes","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The specific model or feature you're using hit an edge case on the backend","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Occasionally happens under high load","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"What to do:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Retry with exponential backoff","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"— most 500s are temporary. A simple retry after 1–2 seconds usually works","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Check","depth":20,"role_description":"text"},{"role":"AXLink","text":"status.anthropic.com","depth":20,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"status.anthropic.com","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"— if there's an ongoing incident, it'll show there","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"If it persists","depth":20,"role_description":"text"},{"role":"AXStaticText","text":", the","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"request_id","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"req_011Ca224nat8vsw4yXaxtFuR","depth":20,"role_description":"text"},{"role":"AXStaticText","text":") is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"In Claude Code context specifically","depth":19,"role_description":"text"},{"role":"AXStaticText","text":", it can also happen when:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"A tool call response is malformed in a way the API chokes on","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"The conversation context is very long and hits some internal limit","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"You're using a beta feature with less stability","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"It's almost never something you need to fix in your code — just retry.","depth":18,"role_description":"text"},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give positive feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give negative feedback","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to search in screenpipe api using search within specific time and app","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"19:28","depth":17,"role_description":"text"},{"role":"AXButton","text":"Retry","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Edit","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Copy","depth":17,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Screenpipe API has a","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"/search","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"endpoint. Here's how to query by time range and app:","depth":18,"role_description":"text"},{"role":"AXStaticText","text":"Basic search with time + app filter:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"bash","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"curl","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"\"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20\"","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Key query parameters:","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"content_type","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"limit","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"offset","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ISO 8601","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"string","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"audio","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"/","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"all","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"number","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"meeting notes","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T09:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T17:00:00Z","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Arc","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Code","depth":21,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Slack","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"ocr","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"50","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":21,"role_description":"text"},{"role":"AXStaticText","text":"Parameter","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Format","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"Example","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"In JavaScript:","depth":19,"role_description":"text"},{"role":"AXButton","text":"Copy to clipboard","depth":20,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"javascript","depth":19,"role_description":"text"},{"role":"AXStaticText","text":"const","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"params","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"=","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"new","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"URLSearchParams","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"(","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"{","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"q","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"your search\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"start_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T09:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"end_time","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"\"2026-04-13T17:00:00Z\"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":",","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"app_name","depth":20,"role_description":"text"},{"role":"AXStaticText","text":":","depth":20,"role_description":"text"},{"role":"AXStaticText","text":"","depth":20,"role_description":"text"}]...
|
-1211092856667353171
|
7878911313766535787
|
idle
|
accessibility
|
NULL
|
Close sidebar
Back
Forward
Chat
Cowork
Code
New ch Close sidebar
Back
Forward
Chat
Cowork
Code
New chat
New chat
⇧⌘O
Search
Search
⌘K
Customize
Customize
Chats
Chats
Projects
Projects
Artifacts
Artifacts
Starred
Starred
Bulgarian citizenship application process for EU residents
Bulgarian citizenship application process for EU residents
Dawarich location tracking project
Dawarich location tracking project
Recents Hide
Recents
Hide
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
Screenpipe query capabilities and usage
Screenpipe query capabilities and usage
eGPU compatibility with Mac mini and Studio
eGPU compatibility with Mac mini and Studio
Understanding OpenRouter API gateway
Understanding OpenRouter API gateway
Screenpipe 14-day retention explained
Screenpipe 14-day retention explained
Reddit homepage feed overview
Reddit homepage feed overview
Docker container not visible in console
Docker container not visible in console
DIA browser RAM configuration
DIA browser RAM configuration
Screenpipe company background
Screenpipe company background
DSK Bank Bulgaria secure investing explained
DSK Bank Bulgaria secure investing explained
Building a comprehensive personal homelab system
Building a comprehensive personal homelab system
Importing Google Timeline data to Owntracks
Importing Google Timeline data to Owntracks
Chromecast remote volume buttons not working
Chromecast remote volume buttons not working
Screenpipe free version guide
Screenpipe free version guide
Self-hosted LLM alternatives to Claude Sonnet
Self-hosted LLM alternatives to Claude Sonnet
Screenpipe database query setup
Screenpipe database query setup
Running screenpipe for free
Running screenpipe for free
Mac Studio network switch setup
Mac Studio network switch setup
Claude extension in Vivaldi browser
Claude extension in Vivaldi browser
General information request
General information request
Red dots on neck causes
Red dots on neck causes
Change approval
Change approval
Querying Screenpipe with Claude AI
Querying Screenpipe with Claude AI
Setting up daily backups in Ugreen NAS
Setting up daily backups in Ugreen NAS
Upcoming reminders
Upcoming reminders
Accessing tools in Open WebUI
Accessing tools in Open WebUI
Laravel issue troubleshooting
Laravel issue troubleshooting
Reminder to take rodný list
Reminder to take rodný list
Setting up reminders in Open WebUI
Setting up reminders in Open WebUI
NAS reverse proxy access issues after UGOS update
NAS reverse proxy access issues after UGOS update
All chats
All chats
Lukas Kovalik, Settings
LK
Lukas Kovalik
Pro plan
Get apps and extensions
Claude API 500 internal server error
Claude API 500 internal server error
More options for Claude API 500 internal server error
what is this in claude code API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"req_011Ca224nat8vsw4yXaxtFuR"}
18:39
Retry
Edit
Copy
A 500 Internal Server Error from the Anthropic API means the error is on Anthropic's side, not in your code. It's essentially "something went wrong on our servers."
Common causes:
Transient server hiccup — usually resolves on its own in seconds/minutes
The specific model or feature you're using hit an edge case on the backend
Occasionally happens under high load
What to do:
Retry with exponential backoff
— most 500s are temporary. A simple retry after 1–2 seconds usually works
Check
status.anthropic.com
status.anthropic.com
— if there's an ongoing incident, it'll show there
If it persists
, the
request_id
(
req_011Ca224nat8vsw4yXaxtFuR
) is useful — include it if you open a support ticket, as Anthropic can trace exactly what happened on their end
In Claude Code context specifically
, it can also happen when:
A tool call response is malformed in a way the API chokes on
The conversation context is very long and hits some internal limit
You're using a beta feature with less stability
It's almost never something you need to fix in your code — just retry.
Copy
Give positive feedback
Give negative feedback
Retry
how to search in screenpipe api using search within specific time and app
19:28
Retry
Edit
Copy
The Screenpipe API has a
/search
endpoint. Here's how to query by time range and app:
Basic search with time + app filter:
Copy to clipboard
bash
curl
"http://localhost:3030/search?q=your+query&start_time=2026-04-13T09:00:00Z&end_time=2026-04-13T17:00:00Z&app_name=Arc&limit=20"
Key query parameters:
Parameter
Format
Example
q
string
meeting notes
start_time
ISO 8601
2026-04-13T09:00:00Z
end_time
ISO 8601
2026-04-13T17:00:00Z
app_name
string
Arc
,
Code
,
Slack
content_type
ocr
/
audio
/
all
ocr
limit
number
50
offset
number
0
Parameter
q
start_time
end_time
app_name
content_type
limit
offset
Format
string
ISO 8601
ISO 8601
string
ocr
/
audio
/
all
number
number
Example
meeting notes
2026-04-13T09:00:00Z
2026-04-13T17:00:00Z
Arc
,
Code
,
Slack
ocr
50
0
Parameter
Format
Example
In JavaScript:
Copy to clipboard
javascript
const
params
=
new
URLSearchParams
(
{
q
:
"your search"
,
start_time
:
"2026-04-13T09:00:00Z"
,
end_time
:
"2026-04-13T17:00:00Z"
,
app_name
:...
|
NULL
|
|
66875
|
1506
|
17
|
2026-04-21T15:12:32.629266+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-21/1776 /Users/lukas/.screenpipe/data/data/2026-04-21/1776784352629_m2.jpg...
|
PhpStorm
|
faVsco.js – UserAutomatedReportsController.php
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
1 file committed
JY-18909 change recipients
text/h 1 file committed
JY-18909 change recipients
text/html...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"","depth":2,"bounds":{"left":0.5987367,"top":0.48603353,"width":0.06948138,"height":0.011173184},"role_description":"text"},{"role":"AXStaticText","text":"","depth":2,"bounds":{"left":0.5987367,"top":0.5179569,"width":0.06948138,"height":0.011173184},"role_description":"text"},{"role":"AXStaticText","text":"1 file committed","depth":2,"bounds":{"left":0.8753325,"top":0.91300875,"width":0.100398935,"height":0.013567438},"role_description":"text"},{"role":"AXTextField","text":"JY-18909 change recipients","depth":3,"bounds":{"left":0.8753325,"top":0.92897046,"width":0.11037234,"height":0.013567438},"value":"JY-18909 change recipients","help_text":"text/html","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"text/html","depth":4,"help_text":"text/html","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
4721824604057130793
|
7875268504676782561
|
click
|
hybrid
|
NULL
|
1 file committed
JY-18909 change recipients
text/h 1 file committed
JY-18909 change recipients
text/html
PhostormVIewINavigarecodeKeractor#11894 on JY-18909-autProletey© UserAutomatedReportsController.php xAutomatedkeporskepository.php> Themes~ D UserAutomatedReportsC userAutomateakeporist> Dv2AskJiminnykeportacuvilyservice.prgOkeporcontroller.onp© Service.php© Field.php© AutomatedReportsSendCommand.phpc) AutomatedReportsServicelest.on:©) CreateAcuvityLoggedevent.php© AutomatedReportsCallbackService.phgActionitemscontroller.pnpActivityController.php© AiCrmNotesController.phpc) Basecontroller.phpC) AutomatedReportResult.phoC) AutomatedReport.phpc) clientlokenController.phpc) crmeontroller.phpclass UserAutomatedRevortsController extends Controllenpublic function list(Request Srequest): JsonResponsecrue,A13 X1^YQ161162C) DealLevelPromotscontrolleceam. sceanC) DealRiskController.phoC)InstantMeetinacontrolller.oc)Lanquadecontrolller.ono©LayoutManagementControlC) LivereedController.oho© MeetingsController.php© MessageController.php©MetadataController.php© MobileSettingsController.pl©MomentController.php© NudgeController.phpNumberAllocatorController.© OrganizationLicensesContn 101© OrganizationMembersContr© OrganizationRetentionPolic: 103e urganizauonkolescontrolle166Sdata = Sthis->apiResponseService->fromPaginatorToArray(data: SreportResults.—169self:: SORT COLUMN => Ssort->valueself::SORT_DIRECTION => $sortDirection->valve,E172filters: [SrenortTvoesilterf'id' => Srenorttvoesilter.174176return $this->response->withArray($data);178Local ChangesShelfiLo0 X.Do not ignoreHighlight words → 1s t?m10d148c6a00/Services/Kiosk/AutomatedRenorts/AutomatedRenortsService.onvl"name' => $automatedReportResult->getName(),'frequency' => $this->transformFrequency(Sreport->getFrequencyO)."recinientst =>1...array_values($this->transformGroups(team: $report->getTeam(), groupsIds:...array_values($this->transformRecipients($report-›getRecipients())).Sreport->getGroups())),D<»Changes 10 files, updating= .env.local app© ActivityController.php app/Http/Controllers/API© AutomatedReportsService.php app/Services/Kiosk/AutomatedReports© JiminnyDebugCommand.php app/Console/Commandsphp logging.php confic© PlaybackService.php app/Services© RequestGenerateAsk.JiminnvReport.Job.php app/.Jobs/AutomatedReports© RequestGenerateAskJiminnyReportJobTest.php tests/Unit/Jobs/AutomatedRep@ SvncTolntercom.ohv app/JJobs/TeamUnversioned Files 11 files'report_type' => $this-›transformReportType($report->getType()),'media_type' => $automatedReportResult->getMediaType(),'downloadUrl' => $this->generateReportResultDownloadUrl($automatedReportResult),'viewurl' => $this->generateReportResultViewUrl($automatedReportResult),return $data;public function hasCallTypeConference(AutomatedReport Sreport): boolreturn inarrav self::CALL_TYPE CONFERENCE"1d'. Sreport->qetcallivoeso, true):= custom.logA SF [jiminny@localhost] xA ho_local Uiminny@localnostA console (PROD]CascadeA console [EU]Review Planhat IntearAutomated Reports RCalendar Multi-DomalA console [STAGING]de jiminnySELECT * FROM activity_searches where wn018 A14 /214 A VSELECT * FROM activity_search_filters WHERESELECT * FROM automated_reports where id = 68;UPDATE automated reports set playbook categories = NULL where icSELECT * FROM automated_report_results where id = 275;o aecte yg dosteo ie o eanesoe a opes to et oe-no-coverage tests/unte/tests/Unit/PolPHPUnit 11.5.55 by Sebastian Bergmann and contributors.PHP 8.3.30contiguration: Phpme/j.manny/phpunit.xmlSELECT * FROM automated_reports order by id deso;SELECT * FROM automated reportresults order by 1d desc:select * from activity_searches where user_id = 143;selectA| 453 tests pass (6 ore-existina skiooed. 5 unrelated PHPUnit deorecation notices). No fixes needed.SELEC * FROM GrOUoS WHERE 10 = 14591SELECT * FROM users WHERE group_id = 1439;select * from permissions; # 158select * from roles:select * from permission_role,select * from teams where id = 1;select * from groups g JOIN playbooks p 1..n<->1: on g.playbook_idClaude Opus 4.7 MediumCurrent versionSdata[] = ['id' => SautomatedReportResult->getUuid(),name' => SautomatedRenortResult->aetNameo'frequency' => $this-›transformFrequency(Sreport->getFrequency()),'recipients' => $this-›buildRecipients($report),'report_type' => $this-›trahsformReportType($report->getType()),'media type' => $automatedReportResult-›getMediaType(),'downloadUrl' => $this-›generateReportResultDownloadUrl($automatedReportResult),'viewUrl' => Sthis-›generateReportResultViewUrl(SautomatedReportResult).return $data;private function buildRecipients(AutomatedReport $report): arrayScreatorluld = Sreport->getcreatoro?->qetuuido:Srecipients = array_values(array_filter(sthis->transformPecinlents/sremort->oetReciozentson.100% SzTue 21 Apr 18:12:32+0 ..run tests and fix if not passingnAccesSAikeportslest.onp z>o2 differencesPo. 4 spac...
|
66873
|
|
467
|
12
|
3
|
2026-04-09T18:16:29.446255+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758589446_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
\n \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"\\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Get last hour of OCR data\ncurl \"http://localhost:3030/search?q=red plus\"&limit=100&content_type=ocr&start_time=$(date -u -v-1H +%Y-%m-%dT%H:%M:%SZ)\" | jq '.data[].content.text'","depth":4,"value":"\\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ # Get last hour of OCR data\ncurl \"http://localhost:3030/search?q=red plus\"&limit=100&content_type=ocr&start_time=$(date -u -v-1H +%Y-%m-%dT%H:%M:%SZ)\" | jq '.data[].content.text'","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
7314729060808263533
|
7875217051189333647
|
idle
|
accessibility
|
NULL
|
\n \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-...
|
466
|
|
454
|
11
|
5
|
2026-04-09T18:14:30.994849+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758470994_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-38430121454036996
|
7875216913750388367
|
visual_change
|
accessibility
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
453
|
|
458
|
11
|
9
|
2026-04-09T18:14:49.311423+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758489311_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"bounds":{"left":0.0,"top":0.093333334,"width":1.0,"height":0.90666664},"value":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-38430121454036996
|
7875216913750388367
|
click
|
accessibility
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
NULL
|
|
459
|
11
|
10
|
2026-04-09T18:14:49.716169+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758489716_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"bounds":{"left":0.0,"top":0.093333334,"width":1.0,"height":0.90666664},"value":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-38430121454036996
|
7875216913750388367
|
visual_change
|
accessibility
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
NULL
|
|
465
|
12
|
1
|
2026-04-09T18:15:58.795645+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758558795_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-38430121454036996
|
7875216913750388367
|
click
|
accessibility
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
NULL
|
|
466
|
12
|
2
|
2026-04-09T18:15:59.319901+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-09/1775 /Users/lukas/.screenpipe/data/data/2026-04-09/1775758559319_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","depth":4,"value":"\\n❯ what is the cheapes WD red plus 6tb price I can buy \\n \\n✽ Moonwalking… \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n\\u0000\\u0000esc\\u0000to\\u0000interrupt\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n⠂ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n⠂ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ what \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\\\\\"f\\\\\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\\\\\"f\\\\\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n❯ what apps have I used today? \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"2026-04-09T00:00:00\\\", end_time: \\\"now\\\") \\n \\n⏺ screenpipe - Activity Summary (MCP)(start_time: \\\"16h ago\\\", end_time: \\\"now\\\") \\n \\n⏺ Here's what you've used today: \\n \\n ┌────────────────────────┬─────────┐ \\n │ App │ Time │ \\n ├────────────────────────┼─────────┤ \\n │ iTerm2 │ ~15 min │ \\n ├────────────────────────┼─────────┤ \\n\\u0000\\u0000│ Dia \\u0000 \\u0000\\u0000\\u0000\\u0000\\u0000│\\u0000~13\\u0000min\\u0000│\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n ├────────────────────────┼─────────┤ \\n │ Safari │ ~5 min │ \\n ├────────────────────────┼─────────┤ \\n │ UserNotificationCenter │ ~1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Activity Monitor │ <1 min │ \\n ├────────────────────────┼─────────┤ \\n │ Control Centre │ <1 min │ \\n └────────────────────────┴─────────┘ \\n \\n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \\n \\n❯ what was the recomended browser for macbook memory on ym screen and when \\n \\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000\\u0000 \\n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \\n keyword-search) are unavailable. \\n\\n To get this back, try restarting Screenpipe and then ask again. \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \\n│ │ Tips for getting started │ \\n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \\n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \\n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \\n│ ▝▜█████▛▘ │ Recent activity │ \\n│ ▘▘ ▝▝ │ No recent activity │ \\n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \\n│ Organization │ │ \\n│ /Users/lukas │ │ \\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \\n \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n❯ \\n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\\n ? for shortcuts\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n✳ Claude Code\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:08T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:51:01T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1112\\nКомпютри от desktop.bg\\nКомпютри от desktop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Mini PC\\nВсички\\nMini PC\\n\\nВсички mini pc Apple\\nВсички mini pc\\nApple\\n\\nВсички mini pc Mac Studio M4\\nВсички mini pc\\nMac Studio M4\\n\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\nApple Mac Studio M4 Max\\n\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\nMini PC Apple Mac Studio M4 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 90 ДНИ\\n\\n\\nЦена:\\n4468\\n€\\n8738\\n.68\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple Mac Studio M4 Max\\n3149\\n€\\n6158\\n.93\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 137.76 € / 269.44 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n137.76 € / 269.44 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M4 Max (16-ядрен)\\n\\nApple M4 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 512GB SSD до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 90 дни.\\nКратко описание\\nКратко описание\\nТехнически характеристики\\nТехнически характеристики\\nХарактеристики\\nХарактеристики\\nСЕРИЯ\\nMac Studio M4\\nMac Studio M4\\nПРОЦЕСОР\\nApple M4 Max (16-ядрен)\\nВИДЕО КАРТА\\nApple M4 Max (40-ядрен графичен процесор)\\nSSD (2.5-ИНЧА/MSATA/M.2)\\n512GB SSD +0€/ +0лв. \\n512GB SSD\\n+0\\n€\\n/\\n+0\\nлв.\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:57T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:55T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Level Up\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n\\n\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nMini PC\\nMini PC (20)\\nMini PC\\n(20)\\nФилтри\\nФилтри\\nДруги \\nДруги\\n\\nНови модели (1)\\nНови модели\\n(1)\\nПромо модели (8)\\nПромо модели\\n(8)\\nНай-продавани модели (0)\\nНай-продавани модели\\n(0)\\nС 0% оскъпяване (0)\\nС 0% оскъпяване\\n(0)\\nОчаквайте (0)\\nОчаквайте\\n(0)\\nС подарък (0)\\nС подарък\\n(0)\\nЦена \\nЦена\\n\\n Всички\\n\\n500 - 999 € (4)\\n500 - 999 €\\n(4)\\n1000 - 1399 € (1)\\n1000 - 1399 €\\n(1)\\n1400 - 1799 € (3)\\n1400 - 1799 €\\n(3)\\n1800 - 2199 € (2)\\n1800 - 2199 €\\n(2)\\nот\\nот\\nдо\\nдо\\nМарка \\nМарка\\n\\nВсички\\nLenovo (4)\\nLenovo\\n(4)\\n Apple (20)\\n\\nApple\\n(20)\\nASUS (12)\\nASUS\\n(12)\\nMINIX (2)\\nMINIX\\n(2)\\nDell (4)\\nDell\\n(4)\\nHP (1)\\nHP\\n(1)\\nHuawei (1)\\nHuawei\\n(1)\\nMSI (5)\\nMSI\\n(5)\\nPrestigio (6)\\nPrestigio\\n(6)\\nпокажи по-малко\\nПроцесор \\nПроцесор\\n\\n Всички\\n\\nApple M4 Max (14-ядрен) (5)\\nApple M4 Max (14-ядрен)\\n(5)\\nApple M4 Pro (14-ядрен) (2)\\nApple M4 Pro (14-ядрен)\\n(2)\\nApple M4 Pro (12-ядрен) (3)\\nApple M4 Pro (12-ядрен)\\n(3)\\nApple M4 (10-ядрен) (6)\\nApple M4 (10-ядрен)\\n(6)\\nApple M3 Ultra (32-ядрен) (1)\\nApple M3 Ultra (32-ядрен)\\n(1)\\nApple M3 Ultra (28-ядрен) (3)\\nApple M3 Ultra (28-ядрен)\\n(3)\\nпокажи всички\\nДруги опции \\nДруги опции\\n\\nГаранция \\nГаранция\\n\\n Всички\\n\\n12 - 24 месеца (20)\\n12 - 24 месеца\\n(20)\\nКлавиатура \\nКлавиатура\\n\\n Всички\\n\\nАКТИВНИ ФИЛТРИ\\nАКТИВНИ ФИЛТРИ\\nApple \\nApple\\n\\nПокажи по\\nПокажи по\\n\\nПодреди по\\nПодреди по\\n\\nLenovo\\nASUS\\nMINIX\\nDell\\nHP\\nHuawei\\nMSI\\nPrestigio\\nпокажи всички марки\\nApple Mac mini \\\"M4\\\" Продадени над 20 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 20 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n753€\\n(-5%)\\n709\\n€\\n1386\\n.69\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 16GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n16GB\\nЦена:\\nПЦД:\\n986€\\n(-27€)\\n959\\n€\\n1875\\n.65\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4\\\" Продадени над 10 броя Apple M4 (10-ядрен) Apple M4 (10-ядрен графичен процесор) 24GB\\nApple Mac mini \\\"M4\\\"\\nApple Mac mini \\\"M4\\\"\\n\\nПродадени над 10 броя\\n\\nApple M4 (10-ядрен)\\n\\nApple M4 (10-ядрен графичен процесор)\\n\\n24GB\\nЦена:\\nПЦД:\\n1236€\\n(-47€)\\n1189\\n€\\n2325\\n.49\\nлв.\\nСравни\\nПРОМО\\nApple Mac mini \\\"M4 Pro\\\" Apple M4 Pro (12-ядрен) Apple M4 Pro (16-ядрен графичен процесор) 24GB 512GB SSD\\nApple Mac mini \\\"M4 Pro\\\"\\nApple Mac mini \\\"M4 Pro\\\"\\n\\nApple M4 Pro (12-ядрен)\\n\\nApple M4 Pro (16-ядрен графичен процесор)\\n\\n24GB\\n\\n512GB SSD\\nЦена:\\nПЦД:\\n1739€\\n(-70€)\\n1669\\n€\\n3264\\n.29\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:35T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:50:29T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nНачало\\nНачало\\n\\nВсички Лаптопи\\nВсички\\nЛаптопи\\n\\nВсички лаптопи Apple\\nВсички лаптопи\\nApple\\n\\nВсички лаптопи MacBook Pro 14 M5 (2026)\\nВсички лаптопи\\nMacBook Pro 14 M5 (2026)\\n\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца.\\nВижте повече\\nВижте повече\\nКратко описание\\nКратко описание\\nСнимки\\nСнимки\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\nЛаптопи Apple MacBook Pro 14\\\" Space Black M5 Max\\n НАПРЕД\\n\\nНАПРЕД\\nИзпращане\\nИзпращане\\nПубликуване\\nПубликуване\\nСРОК НА ДОСТАВКА 30 ДНИ\\n\\n\\nЦена:\\n6178\\n€\\n12083\\n.16\\nлв.\\nВИЕ ПОЛУЧАВАТЕ\\nВИЕ ПОЛУЧАВАТЕ\\nApple MacBook Pro 14\\\" Space Black M5 Max\\n4859\\n€\\n9503\\n.41\\nлв.\\n\\n\\n128GB (131072MB) +1319 €/+2579.75 лв.\\n1319\\n€\\n2579\\n.75\\nлв.\\n\\nБезплатна доставка до Спиди\\nБезплатна доставка до Спиди\\nза поръчки над 25 € / 48.90 лв.\\nКоличество:\\n НАМАЛЯВАНЕ\\n\\nНАМАЛЯВАНЕ\\n УВЕЛИЧАВАНЕ\\n\\nУВЕЛИЧАВАНЕ\\n ДОБАВИ В КОЛИЧКАТА\\n\\nДОБАВИ В КОЛИЧКАТА\\nПлати сега с Google Pay\\nС натискането на бутона „Google Pay“ декларирам, че съм запознат и приемам\\nОбщите условия\\nОбщите условия\\nДобави за сравнение\\nДобави\\nза сравнение\\nВземи на лизинг за 190.49 € / 372.56 лв. за 48 месеца виж лизинговите схеми \\nВземи на лизинг за\\n190.49 € / 372.56 лв. за 48 месеца\\nвиж лизинговите схеми\\n\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\nОСНОВНИ ХАРАКТЕРИСТИКИ\\n\\nС възможност за ъпгрейд\\n\\nApple M5 Max (18-ядрен)\\n\\nApple M5 Max (40-ядрен графичен процесор)\\n\\nот 48GB до 128GB\\n\\nот 2TB до 8TB SSD\\nпълни характеристики \\nпълни характеристики\\n\\nИЗБОР НА ЦВЯТ: ЧЕРЕН\\nИЗБОР НА ЦВЯТ:\\nЧЕРЕН\\n\\nСребрист\\nИЗБОР НА РАМ: 48GB RAM\\nИЗБОР НА РАМ:\\n48GB RAM\\n36GB RAM 4199€\\n36GB RAM\\n4199€\\n48GB RAM\\n4859€\\n\\n\\nПродукт с предварителна поръчка\\nПродукт с предварителна поръчка\\nТози продукт може да бъде доставен по поръчка на клиента. Срокът за доставка е 30 дни.\\nПодходящи свързани продукти\\nПодходящи свързани продукти\\n\\nМишки\\n\\nКлавиатури\\n\\nПодложки\\n\\nВъншни SSD\\n\\nЧанти за Лаптопи\\n\\nМонитори\\n\\nПадове\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nApple Magic Mouse (USB‑C) - Blac...\\nЦена:\\n109\\n€\\n213\\n.19\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nApple Magic Mouse (USB‑C) - Whit...\\nЦена:\\n81\\n€\\n158\\n.42\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nApple Magic Trackpad (USB‑C) - W...\\nЦена:\\n129\\n€\\n252\\n.30\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nApple Magic Trackpad (USB‑C) - B...\\nЦена:\\n159\\n€\\n310\\n.98\\nлв.\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nLogitech Lift for Mac Vertical E...\\nЦена:\\nПЦД:\\n79€\\n(-12%)\\n69\\n€\\n134\\n.95\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\nПРОМО\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nLogitech MX Anywhere 3S за Mac, ...\\nЦена:\\nПЦД:\\n99€\\n(-26%)\\n73\\n€\\n142\\n.78\\nлв.\\nВиж всички продукти с марка Logitech\\nВиж всички продукти с марка Logitech\\n ДОБАВИ\\n\\nДОБАВИ\\n НАПРЕД\\n\\nНАПРЕД\\nКратко описание\\nКратко описание\\nОписание\\nОписание\\nТехнически характеристики\\nТехнически характеристики\\nПОКАЖИ ОЩЕ\\nХарактеристики\\nХарактеристики\\nВИД ЛАПТОП\\nUltrabook\\nUltrabook\\nПОДХОДЯЩ ЗА\\nЗа професионалисти\\nЗа професионалисти\\nЦВЯТ\\nЧерен\\nЧерен\\nСЕРИЯ\\nMacBook Pro 14 M5 (2026)\\nMacBook Pro 14 M5 (2026)\\nПРОЦЕСОР\\nApple M5 Max (18-ядрен)\\nОПЕРАТИВНА ПАМЕТ\\n48GB (1x 49152MB) -1319€/ -2579.75лв. \\n48GB (1x 49152MB)\\n-1319\\n€\\n/\\n-2579\\n.75\\nлв.\\n\\n64GB (65536MB) -1050 €/-2053.63 лв. \\n64GB (65536MB)\\n-1050\\n€\\n/\\n-2053\\n.63\\nлв.\\n\\n128GB (131072MB) 0 €/0.00 лв. \\n128GB (131072MB)\\n0\\n€\\n/\\n0\\n.00\\nлв.\\n\\nВИДЕО КАРТА\\nApple M5 Max (40-ядрен графичен процесор)\\nПАМЕТ\\n2TB SSD +0€/ +0лв. \\n2TB SSD\\n+0\\n€\\n/\\n+0\\nлв.\\n\\n4TB SSD +789 €/+1543.16 лв. \\n4TB SSD\\n+789\\n€\\n/\\n+1543\\n.16\\nлв.\\n\\n8TB SSD +2369 €/+4633.38 лв. \\n8TB SSD\\n+2369\\n€\\n/\\n+4633\\n.38\\nлв.\\n\\nЕКРАН\\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR +0€/ +0лв. \\n14.2-инчов (36.07 см.) - 3024x1964, 120Hz Liquid Retina XDR\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nNano-texture display +199 €/+389.21 лв. \\nNano-texture display\\n+199\\n€\\n/\\n+389\\n.21\\nлв.\\n\\nОПТИЧНО УСТРОЙСТВО\\nБез оптично устройство\\nUSB TYPE-C\\n3x Thunderbolt 5 (USB 4)\\nHDMI\\nHDMI\\nДОПЪЛНИТЕЛНИ ФУНКЦИИ\\nMagSafe 3 порт\\nКЛАВИАТУРА\\nБез кирилизация\\nСВЪРЗАНОСТ\\nWi-Fi 7 802.11be, Bluetooth 6\\nБАТЕРИЯ\\nДо 13 часа безжична работа в мрежата (Без Power Adapter) +0€/ +0лв. \\nДо 13 часа безжична работа в мрежата (Без Power Adapter)\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nApple 96W USB‑C Power Adapter +95 €/+185.80 лв. \\nApple 96W USB‑C Power Adapter\\n+95\\n€\\n/\\n+185\\n.80\\nлв.\\n\\nТЕГЛО\\n1.62 кг.\\nОПЕРАЦИОННА СИСТЕМА\\nmacOS\\nАНТИВИРУСНА\\nБез допълнителна антивирусна +0€/ +0лв. \\nБез допълнителна антивирусна\\n+0\\n€\\n/\\n+0\\nлв.\\n\\nАнтивирус ESET HOME Security Essential ESET HOME Security Essential Виж продукта +39 €/+76.28 лв. \\nESET HOME Security Essential\\n Виж продукта\\n\\nВиж продукта\\n+39\\n€\\n/\\n+76\\n.28\\nлв.\\n\\nАнтивирус ESET HOME Security Premium ESET HOME Security Premium Виж продукта +59 €/+115.39 лв. \\nESET HOME Security Premium\\n Виж продукта\\n\\nВиж продукта\\n+59\\n€\\n/\\n+115\\n.39\\nлв.\\n\\nАнтивирус ESET HOME Security Ultimate ПРОМО ESET HOME Security Ultimate Виж продукта +99 €/+193.63 лв. ПЦД: 119€ (-16%) \\nПРОМО\\nESET HOME Security Ultimate\\n Виж продукта\\n\\nВиж продукта\\n+99\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:50:00T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:52T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keylanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:40T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:39T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERsettingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesmonitorsaudio devices*1DEV (-zsh)value30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languages882APP (-zsh)*3* Claude Code (node)O 84-zshH5100% <78Thu 9 Apr 20:49:33T81-zsh₴6no monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Най-мощните лаптопи признати в световен мащаб\\nПреоценени продукти\\nПреоценени продукти\\nДоставка\\nДоставка\\nПлащане\\nПлащане\\nУсловия за сервизно обслужване\\nУсловия за сервизно обслужване\\nКонтакти\\nКонтакти\\nЗа нас\\nЗа нас\\n\\n02 490 1111\\nЛаптопи от laptop.bg\\nЛаптопи от laptop.bg\\nПродукти \\nПродукти\\n\\nЛаптопи\\nЛаптопи\\nЛаптопи\\nЛаптопи \\nЛаптопи\\nЛаптопи\\n\\nМарки\\nМарки\\nВсички\\nВсички\\nASUS\\nASUS\\nDell\\nDell\\nLenovo\\nLenovo\\nAcer\\nAcer\\nHP\\nHP\\nMSI\\nMSI\\nApple\\nApple\\nMicrosoft\\nMicrosoft\\nAlienware\\nAlienware\\nGigabyte\\nGigabyte\\nЦена\\nЦена\\n300 - 499 €\\n300 - 499 €\\n500 - 599 €\\n500 - 599 €\\n600 - 799 €\\n600 - 799 €\\n800 - 999 €\\n800 - 999 €\\n1000 - 1199 €\\n1000 - 1199 €\\n1200 - 1499 €\\n1200 - 1499 €\\n1500 - 1999 €\\n1500 - 1999 €\\nнад 2000 €\\nнад 2000 €\\nДруги\\nДруги\\nГеймърски лаптопи\\nГеймърски лаптопи\\nС IPS екран\\nС IPS екран\\nЛаптопи за софтуерни инженери\\nЛаптопи за софтуерни инженери\\nУлтрабуци\\nУлтрабуци\\nС изкуствен интелект (AI)\\nС изкуствен интелект (AI)\\nMAXOUT модели\\nMAXOUT модели\\nУпотребявани лаптопи\\nУпотребявани лаптопи\\nРазмер на екрана\\nРазмер на екрана\\nдо 13 инча\\nдо 13 инча\\n13 инча\\n13 инча\\n14 инча\\n14 инча\\n15 инча\\n15 инча\\n17 инча\\n17 инча\\nMax Out laptops\\nПериферия и аксесоари \\nПериферия и аксесоари\\nПериферия и аксесоари\\n\\nАудио \\nАудио\\nАудио\\n\\nЧанти и раници \\nЧанти и раници\\nЧанти и раници\\n\\nG:RIGS, компютри и сървъри \\nG:RIGS, компютри и сървъри\\nG:RIGS, компютри и сървъри\\n\\nМонитори \\nМонитори\\nМонитори\\n\\nКомпоненти и видео карти \\nКомпоненти и видео карти\\nКомпоненти и видео карти\\n\\nСмартфони и аксесоари \\nСмартфони и аксесоари\\nСмартфони и аксесоари\\n\\nУпотребявана техника \\nУпотребявана техника\\nУпотребявана техника\\n\\nSmart Home \\nSmart Home\\nSmart Home\\n\\nСмарт часовници и гривни \\nСмарт часовници и гривни\\nСмарт часовници и гривни\\n\\nТаблети и електронни четци \\nТаблети и електронни четци\\nТаблети и електронни четци\\n\\nТелевизори, Конзоли и VR \\nТелевизори, Конзоли и VR\\nТелевизори, Конзоли и VR\\n\\nПринтери и офис оборудване \\nПринтери и офис оборудване\\nПринтери и офис оборудване\\n\\nВидеонаблюдение, мрежи и софтуер \\nВидеонаблюдение, мрежи и софтуер\\nВидеонаблюдение, мрежи и софтуер\\n\\nПромоции\\n ТЪРСЕНЕ\\n\\nТЪРСЕНЕ\\nТЪРСИ\\nМоят профил \\nМоят профил\\n\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\nAcer Nitro Maxout\\nLenovo ThinkBook 14\\nMAX OUT геймърски лаптопи\\nRefurbished Laptops\\nAcer Aspire\\nLogitech office\\nHP Omen\\nMSI Katana 15\\nDell S Series\\nLenovo Legion 5\\nASUS ROG Strix\\n НАПРЕД\\n\\nНАПРЕД\\n НАЗАД\\n\\nНАЗАД\\nВинаги Добра Цена\\nВинаги Добра Цена\\nАтрактивни промоции и отстъпки\\nИзгоден Лизинг\\nИзгоден Лизинг\\nОдобрение до 10 минути\\nБърза Доставка\\nБърза Доставка\\nДоставяме в цялата страна\\nОгромно Разнообразие\\nОгромно Разнообразие\\nБогат избор от продукти\\nSamsung Odyssey\\nDell S Series\\nASUS ROG Strix\\nLogitech Office\\nИзбрани продукти\\nИзбрани продукти\\nASUS Vivobook Go 15 E1504FA-BQ2339 AMD Ryzen™ 3 7320U AMD Radeon™ 610M Graphics 8GB LPDDR5 от 512GB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ2339\\nASUS Vivobook Go 15 E1504FA-BQ2339\\n\\nAMD Ryzen™ 3 7320U\\n\\nAMD Radeon™ 610M Graphics\\n\\n8GB LPDDR5\\n\\nот 512GB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n427€\\n(-8%)\\n389\\n€\\n760\\n.82\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nHP 255 G10 Продадени над 100 броя AMD Ryzen™ 5 7530U AMD Radeon™ Graphics от 8GB до 64GB DDR4\\nHP 255 G10\\nHP 255 G10\\n\\nПродадени над 100 броя\\n\\nAMD Ryzen™ 5 7530U\\n\\nAMD Radeon™ Graphics\\n\\nот 8GB до 64GB DDR4\\nЦена:\\nПЦД:\\n629€\\n(-36%)\\n399\\n€\\n780\\n.38\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\n0% ОСКЪПЯВАНЕ\\nHP 15-fc0002nu Продадени над 20 броя AMD Ryzen™ 5 7520U AMD Radeon™ Graphics 8GB LPDDR5\\nHP 15-fc0002nu\\nHP 15-fc0002nu\\n\\nПродадени над 20 броя\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ Graphics\\n\\n8GB LPDDR5\\nЦена:\\nПЦД:\\n499€\\n(-16%)\\n419\\n€\\n819\\n.50\\nлв.\\nВиж всички продукти с марка HP\\nВиж всички продукти с марка HP\\nСравни\\nПРОМО\\nASUS Vivobook Go 15 E1504FA-BQ1866 AMD Ryzen™ 5 7520U AMD Radeon™ 610M Graphics 16GB LPDDR5 от 1TB SSD NVMe до 2TB SSD NVMe\\nASUS Vivobook Go 15 E1504FA-BQ1866\\nASUS Vivobook Go 15 E1504FA-BQ1866\\n\\nAMD Ryzen™ 5 7520U\\n\\nAMD Radeon™ 610M Graphics\\n\\n16GB LPDDR5\\n\\nот 1TB SSD NVMe до 2TB SSD NVMe\\nЦена:\\nПЦД:\\n519€\\n(-20€)\\n499\\n€\\n975\\n.96\\nлв.\\nВиж всички продукти с марка ASUS\\nВиж всички продукти с марка ASUS\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo IdeaPad Slim 3 15\\\" Gen 10 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 40GB DDR5\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\nLenovo IdeaPad Slim 3 15\\\" Gen 10\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 40GB DDR5\\nЦена:\\nПЦД:\\n608€\\n(-9%)\\n549\\n€\\n1073\\n.75\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\\nНАЙ-ПРОДАВАН\\nLenovo V15 Gen 5 Продадени над 10 броя Intel Core i5-13420H Intel UHD Graphics от 16GB до 64GB DDR5\\nLenovo V15 Gen 5\\nLenovo V15 Gen 5\\n\\nПродадени над 10 броя\\n\\nIntel Core i5-13420H\\n\\nIntel UHD Graphics\\n\\nот 16GB до 64GB DDR5\\nЦена:\\nПЦД:\\n596€\\n(-27€)\\n569\\n€\\n1112\\n.87\\nлв.\\nВиж всички продукти с марка Lenovo\\nВиж всички продукти с марка Lenovo\\nСравни\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nNew Tab\"\n\"Skip to main content\\nSkip to main content\\nM5 Max Mac Studio Release date expected date? : r/MacStudio\\nHome\\nRemove r/MacStudio filter and expand search to all of Reddit\\nAdvertise on Reddit\\nAdvertise on Reddit\\nOpen chat\\nOpen chat\\nCreate post\\nCreate\\nCreate post\\nOpen inbox\\nOpen inbox\\n1\\nUser Avatar Expand user menu\\nExpand user menu\\nSkip to Navigation\\nSkip to Navigation\\nSkip to Right Sidebar\\nSkip to Right Sidebar\\nBack\\nBack\\nGo to MacStudio\\nGo to MacStudio\\nr/MacStudio\\nr/MacStudio\\n1mo ago\\nAuthor: knightfortheday\\nknightfortheday\\nTop 1% Poster\\nOpen user actions\\nPost Title: M5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nAfter how many days/months do they release subsequent Macbooks chip to Mac Studio? like in the case of M4 max chip?\\nI am looking to buy mac Studio\\nUpvote\\nUpvote\\n87\\nDownvote\\nDownvote\\n102 Go to comments\\n102\\nGo to comments\\nGive award\\nShare\\nAdvertisement: I wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nu/Meshyai avatar Meshyai\\nMeshyai\\n•\\nPromoted\\nPromoted\\nOpen user actions\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nI wrote off AI 3D generators last year. Just tried Meshy 6 and I owe it an apology.\\nmeshy.ai\\nmeshy.ai\\nSign Up\\nSign Up\\nSort by Best\\nSearch Comments Expand comment search\\nSearch Comments\\nExpand comment search\\nComments Section\\nComments Section\\nMetadata for Massive-Lengthiness2's comment\\nMassive-Lengthiness2's profile --- avatar\\nMassive-Lengthiness2's profile\\nMassive-Lengthiness2\\n1mo ago\\n1mo ago\\nTop 1% Commenter\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And then its first orders being ready for pickup shortly after.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n25\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for knightfortheday's comment\\nknightfortheday's profile --- avatar\\nknightfortheday's profile\\nknightfortheday\\nOP\\n1mo ago\\n1mo ago\\nTop 1% Poster\\nM5 Max MacBook pro base storage is 2TB. Mac studio rn is 512. So considering base will 2TB, how much price would you speculate when it comes out? The question for me is very serious because I need to buy a Mac studio. I am not in a hurry but the ram prices skyrocketing and current price is doable for me but I'm worried about the base model price of M5 max when it comes out.\\nToggle Comment Thread\\nUpvote\\nUpvote\\n4\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for nrubenstein's comment\\nnrubenstein's profile --- avatar\\nnrubenstein's profile\\nnrubenstein\\n1mo ago\\n1mo ago\\nI'd expect the base to be 1TB. Minimum Max storage was 1TB in the laptops previously. It looks like a one step increment, not two.\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\ncelestiaequestria\\n1mo ago\\n1mo ago\\nMy expectation is $2200 for the base Mac Studio with an M5 Max (32-core GPU) with 36GB RAM and 1TB of storage. Release, probably June with WWDC?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n9\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for Vayu0's comment\\nVayu0's profile --- avatar\\nVayu0's profile\\nVayu0\\n1mo ago\\n1mo ago\\nConsidering a 4TB / 128GB macbook m5 Max costs 6150$, how much are we expecting the equivalent Mac studio cost? Macbook has a screen, camera, microphone, speakers, keyboard, etc... So it must be much more expensive than the macstudio ?\\nToggle Comment Thread\\nUpvote\\nUpvote\\n3\\nDownvote\\nDownvote\\nReply\\nReply\\nGive award\\nShare\\nOpen user actions\\nMetadata for celestiaequestria's comment\\ncelestiaequestria's profile --- avatar\\ncelestiaequestria's profile\\n1mo ago\\n1mo ago\\nMac Studio with M5 Max (40-core GPU), 128gb RAM, and 4tb storage? I'd guess $4700.\\nToggle Comment Thread\\nMetadata for Turbulent_Pin7635's comment\\n1mo ago\\nToggle Comment Thread\\nMetadata for OmarDaily's comment\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:49:10T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe:2026-04-09T20:46:27.322573Zpiagent install failed: bun not found- install from https://bun.shINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:58T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp$0Inh9.-zshDOCKERDEV (-zsh)882APP (-zsh)*3* Claude Code (node)O 84-zsh100% <78Thu 9 Apr 20:48:48T81-zsh₴6settingaudio chunk durationportaudio disabledvision disabledpause on DRM contentaudio enginevad enginedata directorydebug modetelemetryuse pii removaluse all monitorsignored windowsincluded windowscloud syncauto-destruct piddeepgram keyLanguagesvalue30 seconds3030truefalsefalseParakeetSilero/Users/lukas/.screenpipefalsetruetruetruedisabled0not setall languagesmonitorsaudio devicesno monitors availabledisabledyou are using local processing. all your data stays on your computer.warning: telemetry is enabled. only error-level data will be sent.to disable, use the --disable-telemetry flag.check latest changes here: https://github.com/screenpipe/screenpipe/releases2026-04-09T20:46:27.315779ZINFO screenpipe_core::pipes: pipe scheduler started (generation 2)2026-04-09T20:46:27.316005ZINFO screenpipe: starting UI event capture2026-04-09T20:46:27.319042ZWARN screenpipe: piagent install failed: bun not found- install from https://bun.sh2026-04-09T20:46:27.322573ZINFO screenpipe_engine::power::manager: initial power profile: PerformanceCon_ac=true, battery=Some(100))2026-04-09T20:46:27.332302ZINFO screenpipe_engine::ui_recorder: Starting UI event capture2026-04-09720:46:27.34660322026-04-09T20:46:27.346622ZINFO screenpipe_engine::calendar_speaker_id: speaker identification: started(user_name=<not set>)INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c82026-04-09T20:46:27.346798ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-0917:46:27.346795 UTC)2026-04-09T20:46:27.347710ZINFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)2026-04-09T20:46:27.351881ZINFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\"\n\"Skip to main content\\nSkip to main content\\nAccessibility help\\nAccessibility help\\nAccessibility feedback\\nAccessibility feedback\\nGo to Google Home\\nmac studio m5 max\\nClear\\nSearch by voice\\nSearch by image\\nSearch\\nGoogle apps\\nGoogle Account: Lukáš Koválik ([EMAIL])\\nAI Mode\\nAI Mode\\nAll\\nAll\\nImages\\nImages\\nVideos\\nVideos\\nNews\\nNews\\nShort videos\\nShort videos\\nForums\\nForums\\nMore filters\\nMore\\nTools\\nSearch Results\\nSearch Results\\nSponsored results\\nSponsored results\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB emag.bg https://www.emag.bg\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nMac Studio, Apple M4 Max 14 CPU ядра, 32 GPU ядра, 36GB, 512GB\\nemag.bg\\nhttps://www.emag.bg\\nWhy this ad?\\nКупи по всяко време от eMAG с удобна доставка до врата и възможност да провериш пратката. Поръчай онлайн от eMAG, избирайки от...\\n\\neMAG Разопаковани\\neMAG Разопаковани\\n· \\neMAG Мобилни телефони\\neMAG Мобилни телефони\\n· \\neMAG Телевизори\\neMAG Телевизори\\n· \\neMAG Лаптопи\\neMAG Лаптопи\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб Laptop.bg https://www.laptop.bg\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nApple Mac Studio M4 Max | Laptop.bg - Технологията с теб\\nLaptop.bg\\nhttps://www.laptop.bg\\nWhy this ad?\\nApple Mac Studio\\nM4\\nMax\\n-\\nApple\\nM4\\nMax\\n,\\nApple\\nM4\\nMax\\n, 36GB, 512GB SSD. Топ Оферти.\\n\\nПромоции на НП\\nПромоции на НП\\n· \\nГеймърски Лаптопи\\nГеймърски Лаптопи\\n· \\nЛаптопи до 500 лв\\nЛаптопи до 500 лв\\n· \\nЛаптопи MSI\\nЛаптопи MSI\\n· \\nЛаптопи 15 Инча\\nЛаптопи 15 Инча\\nHide sponsored results\\nHide sponsored results\\nTop stories\\nTop stories\\nSource picker options\\nBGR About this result It's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026 1 day ago\\nBGR\\nAbout this result\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\nIt's Becoming Almost Impossible To Get A Mac Studio Or Mac Mini In 2026\\n1 day ago\\nApple About this result Apple introduces MacBook Pro with all-new M5 Pro and M5 Max 1 month ago\\nApple\\nAbout this result\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\nApple introduces MacBook Pro with all-new M5 Pro and M5 Max\\n1 month ago\\n9to5Mac About this result Mac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option 5 days ago\\n9to5Mac\\nAbout this result\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\nMac Studio delivery ‘4-5 months’ out for top RAM after Apple dropped 512GB option\\n5 days ago\\nMacworld About this result Apple's next Mac Studio could be a huge upgrade - Here's what we know 4 weeks ago\\nMacworld\\nAbout this result\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\nApple's next Mac Studio could be a huge upgrade - Here's what we know\\n4 weeks ago\\nMore news\\nMore news\\nVideos\\nVideos\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! YouTube Matt Talks Tech 2 weeks ago\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE!\\nYouTube\\nMatt Talks Tech\\n2 weeks ago\\nAbout this result\\nMac Studio M5 Ultra LEAKS - CPU & GPU Performance is INSANE! by Matt Talks Tech on YouTube. Play on Google. 10:34\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! YouTube Max Tech 3 days ago\\nApple's 2026 Macs have LEAKED - 5 New Mac Models!\\nYouTube\\nMax Tech\\n3 days ago\\nAbout this result\\nApple's 2026 Macs have LEAKED - 5 New Mac Models! by Max Tech on YouTube. Play on Google. 10:30\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14 YouTube Just Josh 1 day ago\\nI Tested Every M5 Pro & Max MacBook Pro 14\\nYouTube\\nJust Josh\\n1 day ago\\nAbout this result\\nI Tested Every M5 Pro & Max MacBook Pro 14 by Just Josh on YouTube. Play on Google. 22:38\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE! YouTube Mark Ellis Reviews 6 days ago\\nM5 Max MacBook Pro Stress Test - This is INSANE!\\nYouTube\\nMark Ellis Reviews\\n6 days ago\\nAbout this result\\nM5 Max MacBook Pro Stress Test - This is INSANE! by Mark Ellis Reviews on YouTube. Play on Google. 21:29\\nView all videos\\nView all\\nWhat people are saying\\nWhat people are saying\\nTrending posts and discussions\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio? Popular comment · If you can wait, then wait. The M5 will be better. The M4 will be cheaper. . 40+ comments · 2 days ago r/MacStudio Reddit\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nUpgrade dilemma: M4 Max now or hold for M5 Mac Studio?\\nPopular comment ·\\nIf you can wait, then wait. The M5 will be better. The M4 will be cheaper.\\n.\\n40+ comments\\n·\\n2 days ago\\nr/MacStudio\\nReddit\\nAbout this result\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard 230+ reactions · 4 days ago 9to5mac Facebook\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\nWant a maxed-out Mac Studio? You might have to wait until August or September as the global RAM shortage is hitting Apple hard\\n230+ reactions\\n·\\n4 days ago\\n9to5mac\\nFacebook\\nAbout this result\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY! 60+ comments · 5 days ago r/mac Reddit\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\nBagged the Mac Studio I've been waiting for years, I AM SO HAPPY!\\n60+ comments\\n·\\n5 days ago\\nr/mac\\nReddit\\nAbout this result\\nWeb results\\nWeb results\\nM4 Max Mac Studio or wait for M5 ... Reddit · r/MacStudio 30+ comments · 1 month ago\\nM4 Max Mac Studio or wait for M5 ...\\nM4 Max Mac Studio or wait for M5 ...\\nReddit · r/MacStudio\\n30+ comments · 1 month ago\\nAbout this result\\nHowever, the\\nM5 Max\\nin the new\\nMacbook\\nPro's bumps that up to 614GB/s, and will be at least that much in the eventual\\nM5 Max Studio\\n, so you'd ...\\nRead more\\nRead more\\nM5 Max Mac Studio Release date expected date? : r ...\\nM5 Max Mac Studio\\nRelease date expected date? : r ...\\n102 posts\\nMar 3, 2026\\nIt's kind of weird that Apple sells M5 Max MacBook Pro ...\\nIt's kind of weird that Apple sells\\nM5 Max MacBook\\nPro ...\\n71 posts\\nMar 7, 2026\\nMore results from www.reddit.com\\nMore results from www.reddit.com\\nApple's M5 Mac Studio: Release date, specs, price, and ... Macworld https://www.macworld.com › Mac › News\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nApple's M5 Mac Studio: Release date, specs, price, and ...\\nMacworld\\nhttps://www.macworld.com\\n› Mac › News\\nAbout this result\\nMar 13, 2026\\n—\\nIn summary: · Macworld reports that\\nApple's next Mac Studio will feature M5 Max\\nand M5 Ultra chips, expected to launch around June 2026 at WWDC.\\nRead more\\nRead more\\nMac Studio: Release date\\nMac Studio: Release date\\nMac Studio: Processor\\nMac Studio: Processor\\nMac Studio: Other specs\\nMac Studio: Other specs\\nApple introduces MacBook Pro with all‑new M5 Pro and ... Apple https://www.apple.com › newsroom › 2026/03 › apple-i...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple introduces MacBook Pro with all‑new M5 Pro and ...\\nApple\\nhttps://www.apple.com\\n› newsroom › 2026/03 › apple-i...\\nAbout this result\\nMar 3, 2026\\n—\\nM5 Pro supports up to 64GB of unified memory with up to 307GB/s of memory bandwidth, while\\nM5 Max supports up to 128GB of unified memory\\nwith up ...\\nRead more\\nRead more\\nCравни Mac Studio моделите Apple https://www.apple.com › compare\\nCравни Mac Studio моделите\\nCравни Mac Studio моделите\\nApple\\nhttps://www.apple.com\\n› compare\\n·\\nTranslate this page\\nTranslate this page\\nAbout this result\\nM4\\nMax\\nчип До 16-ядрен CPU с 12 производителни ядра и 4 ефективни ядра. До 40-ядрен GPU Хардуерно ускорено проследяване на лъчи 16-ядрен Neural Engine До 546GB/ ...\\nRead more\\nRead more\\nReview: MacBook Pro 16-inch (M5 Max) WIRED https://www.wired.com › review › macbook-pro-16-inc...\\nReview: MacBook Pro 16-inch (M5 Max)\\nReview: MacBook Pro 16-inch (M5 Max)\\nWIRED\\nhttps://www.wired.com\\n› review › macbook-pro-16-inc...\\nAbout this result\\nMar 12, 2026\\n—\\nThe M5 Max is 49 percent faster\\n, despite having the same amount of GPU cores. Add in the Neural Engine that comes with all M5 chips, and you ...\\nRead more\\nRead more\\nPros and cons:\\nFantastic HDR performance\\nGames, videos, and movies look gorgeous\\nView full list\\nView full list\\n$4,399.00\\nIn stock\\nM5 Max MacBook Pro & NEW Studio Display XDR Review YouTube · Brian Tong 44.2K+ views · 4 weeks ago\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nM5 Max MacBook Pro & NEW Studio Display XDR Review\\nYouTube · Brian Tong\\n44.2K+ views · 4 weeks ago\\nAbout this result\\nM5 Max MacBook Pro & NEW Studio Display XDR Review by Brian Tong on YouTube. Play on Google. 15:05\\nApple's M5 Max MacBook Pro\\nis the pinnacle of creative performance on a laptop, and the Geekbench 6 Benchmarks back it up!\\n9 key moments in this video\\n9 key moments in this video\\nDiscussions and forums\\nDiscussions and forums\\nM5 Max Mac Studio Release date expected date? Reddit · r/MacStudio · 100+ comments · 1 month ago\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nM5 Max Mac Studio Release date expected date?\\nReddit\\n·\\nr/MacStudio\\n·\\n100+ comments\\n·\\n1 month ago\\n·\\nAbout this result\\nThe current trend is pointing towards it being announced at wwdc in this upcoming june. And ... More discussions on M5 Max Mac Studio Release date expected date? Top answer · 25 votes · a month ago\\nPrecisely the day I lose my patience and buy a different computer. More discussions on M5 Max Mac Studio Release date expected date? 8 votes · a month ago\\nMore interested in M5 Ultra More discussions on M5 Max Mac Studio Release date expected date? 7 votes · a month ago\\nMac Studio set to get M5 update in summer 2026 AppleInsider Forums · 1 month ago\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nMac Studio set to get M5 update in summer 2026\\nAppleInsider Forums\\n·\\n1 month ago\\n·\\nAbout this result\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ... MacRumors Forums · 5 days ago\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nInitial thoughts on my new Macbook PRo M5 Max - in particular running AI ...\\nMacRumors Forums\\n·\\n5 days ago\\n·\\nAbout this result\\nSee more discussions\\nSee more\\nPeople also search for\\nPeople also search for\\nMac studio m5 max price\\nMac studio m5 max\\nprice\\nMac studio m5 max reddit\\nMac studio m5 max\\nreddit\\nMac Studio M5 Ultra\\nMac Studio M5\\nUltra\\nMac studio m5 max specs\\nMac studio m5 max\\nspecs\\nMac Studio M5 price\\nMac Studio M5\\nprice\\nMac studio m5 max release date\\nMac studio m5 max\\nrelease date\\nMac Studio M4 Max\\nMac Studio\\nM4\\nMax\\nMac Studio M5 Ultra 2026\\nMac Studio M5\\nUltra 2026\\nPage navigation\\nPage navigation\\n1\\nPage 2\\n2\\nPage 3\\n3\\nPage 4\\n4\\nPage 5\\n5\\nPage 6\\n6\\nPage 7\\n7\\nPage 8\\n8\\nPage 9\\n9\"\n\"More\\nClaude Platform\\nQuickstart - Screenpipe\\nGitHub - screenpipe/screenpipe: Run agents that work for you based on what you do. AI finally knows what you are doing · GitHub\\nNew Tab\\nWestern Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) price.from 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - breadcrumbs.root-title\\nWestern Digital Red Plus 6TB (WD60EFPX)\\nNew Tab\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\\n8.0K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\\n 32K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\\n 12K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\\n 20K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\\n 28K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\\n 40K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\\n 16K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\\n 24K\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\\n 90\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\\n\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \\n 89M\\u0000\\u0000\\u0000\\t/Users/lukas/.screenpipe/\\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\\n[1] 20983\\ndetected hardware tier: Mid\\nchecking permissions...\\n screen recording: ok\\n accessibility: ok\\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \\\"/Users/lukas/.screenpipe/pipes\\\"\\n\\n\\n\\n _ \\n __________________ ___ ____ ____ (_____ ___ \\n / ___/ ___/ ___/ _ \\\\/ _ \\\\/ __ \\\\ / __ \\\\/ / __ \\\\/ _ \\\\\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\\n/____/\\\\___/_/ \\\\___/\\\\___/_/ /_/ / .___/_/ .___/\\\\___/ \\n /_/ /_/ \\n\\n\\n\\npower AI by everything you've seen, said or heard\\nopen source | runs locally | developer friendly\\n\\n\\n┌────────────────────────┬────────────────────────────────────┐\\n│ setting │ value │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio chunk duration │ 30 seconds │\\n│ port │ 3030 │\\n│ audio disabled │ true │\\n│ vision disabled │ false │\\n│ pause on DRM content │ false │\\n│ audio engine │ Parakeet │\\n│ vad engine │ Silero │\\n│ data directory │ /Users/lukas/.screenpipe │\\n│ debug mode │ false │\\n│ telemetry │ true │\\n│ use pii removal │ true │\\n│ use all monitors │ true │\\n│ ignored windows │ [] │\\n│ included windows │ [] │\\n│ cloud sync │ disabled │\\n│ auto-destruct pid │ 0 │\\n│ deepgram key │ not set │\\n├────────────────────────┼────────────────────────────────────┤\\n│ languages │ │\\n│ │ all languages │\\n├────────────────────────┼────────────────────────────────────┤\\n│ monitors │ │\\n│ │ no monitors available │\\n├────────────────────────┼────────────────────────────────────┤\\n│ audio devices │ │\\n│ │ disabled │\\n└────────────────────────┴────────────────────────────────────┘\\nyou are using local processing. all your data stays on your computer.\\n\\nwarning: telemetry is enabled. only error-level data will be sent.\\nto disable, use the --disable-telemetry flag.\\n\\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \\\"Address already in use\\\" }\\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\\nDOCKER\\nClose Tab\\nDEV (-zsh)\\nClose Tab\\nAPP (-zsh)\\nClose Tab\\n✳ Claude Code (node)\\nClose Tab\\n-zsh\\nClose Tab\\n-zsh\\nClose Tab\\n⌥⌘1\\n-zsh\"\n\"Change country\\n\\nБългария (промени)\\nБългария (промени)\\nВлизане\\nВлизане\\nРегистрирай ме\\nРегистрирай ме\\nB2B портал за дистрибутори\\nB2B портал за дистрибутори\\nЗа фирмата\\nЗа фирмата\\nЧ.З.В\\nЧ.З.В\\nКонтакт\\nКонтакт\\nSenetic - Cisco, Hewlett Packard Enterprise, Huawei\\nsearch\\nWestern Digital Red Plus 6tb\\nНаименование\\nБрой\\nЦена\\nWD4005FFBX - Western Digital Red Pro 4TB WD4005FFBX\\n50+\\n270,40 € / 528,86 лв без ДДС\\n324,48 € / 634,63 лв с ДДС\\nWD8005FFBX - Western Digital Red Pro 8TB WD8005FFBX\\n50+\\n405,62 € / 793,33 лв без ДДС\\n486,74 € / 951,98 лв с ДДС\\nU6+ - Ubiquiti U6+ WLAN точка за достъп 2402 Мбит/с Бяла Захранване по Ethernet (PoE)\\n50+\\n89,78 € / 175,60 лв без ДДС\\n107,74 € / 210,72 лв с ДДС\\nWD241KFGX - Western Digital Red Pro 24TB WD241KFGX\\n21-30\\n1 145,37 € / 2 240,16 лв без ДДС\\n1 374,44 € / 2 688,18 лв с ДДС\\nWD60EFPX - Western Digital Red Plus 6TB WD60EFPX\\n50+\\n278,90 € / 545,48 лв без ДДС\\n334,68 € / 654,58 лв с ДДС\\nWD120EFGX - Western Digital Red Plus 12TB WD120EFGX\\n21-30\\n541,22 € / 1 058,54 лв без ДДС\\n649,46 € / 1 270,24 лв с ДДС\\nДобави към запитването >\\n\\nЗапитване\\n0,00 €\\n0,00 лв\\n\\nKоличка\\n0,00 €\\n0,00 лв\\n\\nКонфигуратори\\nМрежово оборудване\\nCървърни решения\\nЗахранване\\nСофтуeр\\nКомпютърна техника\\nCCTV\\nФотоволтаични панели и Термопомпи\\nAI\\nДруг\\nGo to home page\\n\\n\\nWestern Digital\\nWestern Digital\\n\\nHDD\\nHDD\\n\\nRed\\nRed\\nGo to home page\\n\\n\\nКомпютри и периферни устройства\\nКомпютри и периферни устройства\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nУстройства за съхранение на да�...\\nУстройства за съхранение на да�...\\n\\nТвърди дискове\\nТвърди дискове\\nWestern Digital Red Plus 4TB WD40EFPX\\nWestern Digital Red Plus 4TB WD40EFPX\\nНомера на партида:\\nWD40EFPX\\nEAN:\\n718037899794\\nСравни\\n303,38 €\\nбез ДДС\\n593,36 лв\\nбез ДДС\\n364,06\\n€\\n/ 712,03 лв\\nс ДДС\\nНаличност:\\n11-20 количество\\nПоръчайте до:\\n18h\\n42min\\n\\nДоставка\\nпонеделник, 27 април 2026 г.\\n9,67 €\\n18,92 лв\\nНай-бърза доставка\\nчетвъртък, 23 април 2026 г.\\nПодробности\\n1\\n\\nСложи в количката\\nНачини за плащане\\nНачини за доставка\\nWestern Digital Red Plus 4TB WD40EFPX (WD40EFPX) Photo#1\\n>\\n4 TB 3.5\\\" 5400 об/мин Serial ATA III\\n>\\nNAS HDD\\n>\\nРазмер на буфера на устройството за съхранение: 256 MB\\n>\\n6 Гбит/с\\n>\\n570 г\\nИдеални решения за вашия бизнес\\nЕкспресна доставка на оборудване в цял свят\\nГарантирана подкрепа за изпълнението\\nКлиентът на първо място\\nКлиентите, разгледали този продукт, също разгледаха:\\nWestern Digital Purple 8TB WD85PURZ WD85PURZ Western Digital Purple 8TB WD85PURZ 383,55 € без ДДС 750,16 лв без ДДС 460,26 € / 900,19 лв с ДДС\\nWD85PURZ\\nWestern Digital Purple 8TB WD85PURZ\\n383,55 €\\nбез ДДС\\n750,16 лв\\nбез ДДС\\n460,26 € / 900,19 лв с ДДС\\nСложи в количката\\nWestern Digital Purple Pro 8TB WD8002PURP WD8002PURP Western Digital Purple Pro 8TB WD8002PURP 405,90 € без ДДС 793,87 лв без ДДС 487,08 € / 952,65 лв с ДДС\\nWD8002PURP\\nWestern Digital Purple Pro 8TB WD8002PURP\\n405,90 €\\nбез ДДС\\n793,87 лв\\nбез ДДС\\n487,08 € / 952,65 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 0B47743 Western Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743 732,23 € без ДДС 1 432,12 лв без ДДС 878,68 € / 1 718,55 лв с ДДС\\n0B47743\\nWestern Digital Ultrastar 14TB SAS HC555 WUH722014CL5204 0B47743\\n732,23 €\\nбез ДДС\\n1 432,12 лв\\nбез ДДС\\n878,68 € / 1 718,55 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 0B48723 Western Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723 859,60 € без ДДС 1 681,24 лв без ДДС 1 031,52 € / 2 017,49 лв с ДДС\\n0B48723\\nWestern Digital Ultrastar 18TB SATA HC555 WUH722018CLE6L4 0B48723\\n859,60 €\\nбез ДДС\\n1 681,24 лв\\nбез ДДС\\n1 031,52 € / 2 017,49 лв с ДДС\\nСложи в количката\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 0B47749 Western Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749 959,67 € без ДДС 1 876,96 лв без ДДС 1 151,60 € / 2 252,35 лв с ДДС\\n0B47749\\nWestern Digital Ultrastar 20TB SAS HC555 WUH722020CL5204 0B47749\\n959,67 €\\nбез ДДС\\n1 876,96 лв\\nбез ДДС\\n1 151,60 € / 2 252,35 лв с ДДС\\nСложи в количката\\nОписание\\nОписание\\nМултимедия\\nМултимедия\\nСпецификация\\nСпецификация\\nОписание\\nОписание\\nИнтерфейс\\nSATA\\nSATA\\nСкорост на предаване\\nдо 180MB/s\\nдо 180MB/s\\nГаранция\\n3-годишна ограничена гаранция\\n3-годишна ограничена гаранция\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nВИСОКОПРОИЗВОДИТЕЛНИ ВЪТРЕШНИ HDD ДИСКОВЕ, СЪЗДАДЕНИ ЗА НСУХ КАКТО И ЗА ЕНЕРГИЙНА ЕФЕКТИВНОСТ В МАЛКИ И СРЕДНИ NAS СЕТА\\nПредставяме ви HDD дисковете WD Red Plus, специално проектирани за изискванията на мощни потребители и малки до средни бизнес NAS системи. Тези дискове предлагат идеално съчетание от скорост и капацитет, което позволява безпроблемно съхранение, защита и споделяне на нарастващи колекции от данни. Идеални за NAS системи с RAID, дисковете WD Red Plus не само подобряват производителността, но и приоритизират енергийната ефективност, правейки ги отличен избор за тези, които търсят оптимизация на своите решения за управление на данни. Издигнете вашето хранилище с надеждността на WD Red Plus.\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nОПТИМИЗИРАНИ ЗА NAS С ТЕХНОЛОГИЯ NASWARE™\\nИзживейте подобрено представяне и надеждност с технологията NASware™ от Western Digital. Тази иновационна функция оптимизира настройките на диска, за да се синхронизират идеално с изискванията на работните натоварвания на NAS системата. Чрез осигуряване на оптимално функциониране на всеки диск, NASware™ не само увеличава ефективността, но и подобрява цялостната издръжливост на вашето решение за съхранение. Идеални за тези, които търсят надеждно и високопроизводително NAS изживяване, тези дискове са проектирани да отговорят на строгите нужди на вашата цифрова среда. Подобрете съхранението си с иновационната технология на Western Digital днес!\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nСЪЗДАДЕНИ ЗА ПОСТОЯННА УПОТРЕБА\\nЗа тези с NAS система, работеща денонощно, надеждният твърд диск е от съществено значение. Твърдите дискове WD Red Plus са специално проектирани за 24/7 работа, осигурявайки на потребителите постоянен достъп до данните си без притеснения. С тези дискове можете да се доверите, че вашата информация е в безопасност и лесно достъпна, когато ви е необходима, което ги прави идеален избор за непрекъсната употреба. Изпитайте спокойствието, знаейки, че вашите данни са поддържани от твърд диск, създаден за надеждност и производителност.\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nПРОВЕРЕНО ЗА НАДЕЖДНА СЪВМЕСТИМОСТ\\nWestern Digital работи с множество производители на NAS системи, за да проведе обширни тестове, гарантирайки, че техните продукти са съвместими с широк спектър от NAS кутии. Това ангажиране с съвместимост означава, че можете да се доверите, че вашите решения за съхранение на данни ще се интегрират безпроблемно с вашите съществуващи системи, осигурявайки ви спокойствие и надеждност. Независимо дали обновявате текущата си система или строите нова, обширните тестове на Western Digital осигуряват оптимална производителност в различни NAS среди, правейки я идеален избор за вашите нужди от данни.\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nСЪЗДАДЕНИ ЗА НИСКИ ОБЩИ РАЗХОДИ ЗА СОБСТВЕНОСТ\\nПредставяме ви дисковете WD Red Plus, проектирани за ефективност и оптимално представяне. Тези напреднали дискове консумират по-малко енергия в сравнение с предишни модели, което позволява икономия на сметките за електрическа енергия. Тяхната по-хладна работа не само увеличава дълговечността, но и намалява излишното топло в NAS системи, които страдат от термични предизвикателства. Преходете към WD Red Plus за надеждно решение, което поддържа вашето хранилище функциониращо гладко, докато е щадящо за вашия портфейл и околната среда.\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nПРОЕКТИРАНИ ЗА ИЗКЛЮЧИТЕЛНО ПРЕДСТАВЯНЕ\\nДори и с намалено потребление на енергия, тези дискове предлагат достатъчно пропускателна способност, за да отговорят на разнообразните нужди от производителност на NAS системи с множество дискове.\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nОПТИМИЗИРАНИ ЗА ПОДОБРЕНА НАДЕЖДНОСТ\\nНеизравновесените твърди дискове могат да доведат до увеличени вибрации и шум в системи с множество дискове, което накрая намалява живота им и понижава производителността. Въпреки това, с напреднала технология за контрол на двойната равноравновесност, този проблем е ефективно решен. Тази иновационна технология подобрява баланса, което води до преходно представяне и надеждност за вашите дискове. Изпитайте разликата в ефективността и дълговечността, която идва с добре балансираните твърди дискове, осигурявайки вашите системи с множество дискове да работят гладко и безшумно в продължение на години напред.\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nПОДКРЕПЯНИ ОТ ИЗКЛЮЧИТЕЛНО ОБСЛУЖВАНЕ НА КЛИЕНТИ И ГАРАНЦИЯ\\nОткрийте надеждността на решенията за съхранение на NAS от Western Digital, подпомогнати от солидна 3-годишна ограничена гаранция. Този лидер в индустрията на твърдите дискове осигурява, че вашите нужди за съхранение на данни се удовлетворяват с увереност и лекота. С изключителни услуги за поддръжка на разположение, можете да се насладите на безпроблемно изживяване, знаейки, че вашите ценни данни са в безопасни ръце. Изберете Western Digital за безпроблемно съхранение, което съчетава качество и спокойствие, правейки го идеалният избор за лична и професионална употреба.\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nСРАВНЯВАНЕ НА ДИСКОВЕ ЗА DESKTOP С WD RED® PLUS\\nИзборът на твърд диск, специално проектиран за NAS системи, оптимизирани за RAID, е от съществено значение за постигане на оптимална производителност и защита на важните ви данни. Ето някои ключови фактори, които трябва да имате предвид при пазаруването на твърд диск за NAS: • Съвместимост: Дисковете WD Red Plus са проектирани за NAS употреба, като разполагат с технология NASware™, която коригира настройките на диска, за да отговори на уникалните натоварвания на NAS системите, осигурявайки отлично представяне в сравнение с стандартните дискове за desktop. • Надеждност: За разлика от типичните дискове за desktop, дисковете WD Red Plus са изградени, за да издържат на постоянните изисквания на 24/7 много потребителска NAS среда, правейки ги надежден избор. • Готови за RAID: Проектирани с контрол на грешки в RAID, дисковете WD Red минимизират рисковете от повреди в многофункционални системи, за разлика от стандартните дискове, които често не са оптимизирани за тези конфигурации. • Защита от шум и вибрации: Проектирани за среди с множество дискове, дисковете WD Red включват сензори за ротационни вибрации (RV), които намаляват смущенията от вибрации, осигурявайки гладка работа в NAS конфигурации.\\nМултимедия\\nМултимедия\\nБрошури:\\n Product Brochure\\n\\nProduct Brochure\\nСпецификация\\nСпецификация\\nХАРАКТЕРИСТИКИ\\nСредно време на безаварийна работа\\n1000000 h\\nТип\\nHDD\\nКомпонент за\\nNAS SOHO\\nКапацитет на твърдия диск\\n4000 GB\\nРазмер на буфера на устройството за съхранение\\n256 MB\\nСкорост на пренос на интерфейса на твърдия диск\\n6 Gbit/s\\nИнтерфейс\\nSerial ATA III\\nСкорост на твърдия диск\\n5400\\nРазширен формат (AF)\\nДа\\nРабота 24/7\\nДа\\nГореща смяна\\nНе\\nНиво на шума в покой\\n23.0000\\nРазмер на твърдия диск\\n3.5\\nПриоритизиране на команди (NCQ)\\nДа\\nЦикли старт/стоп\\n600000\\nГраница на натоварване\\n180 TB/yaer\\nОПАКОВКА - ДАННИ\\nКоличество\\n1\\nКоличество в опаковка\\n1.0000\\nУСЛОВИЯ НА РАБОТА\\nТемпература за съхранение\\n-40 - 70\\nУдароустойчивост при работа\\n70 G\\nУдароустойчивост при съхранение\\n250 G\\nРаботна температура\\n0 - 65\\nУСТОЙЧИВОСТ\\nСертификати за устойчивост\\nRoHS\\nТЕХНИЧЕСКИ ПОДРОБНОСТИ\\nСертификати за съответствие\\nRoHS\\nСертификати за устойчивост\\nRoHS\\nМОЩНОСТ\\nКонсумация на енергия (празен ход)\\n3.1000\\nКонсумирана мощност (в готовност)\\n0.3000\\nТЕГЛО И РАЗМЕРИ\\nДълбочина\\n147 mm\\nШирина\\n101.6 mm\\nВисочина\\n26.1 mm\\nТегло\\n570 g\\nДРУГИ ХАРАКТЕРИСТИКИ\\nСертификати за съответствие\\nRoHS\\nBASIC DATA\\nСериа\\nRed Plus\\nБезопасност на продукта \\nБезопасност на продукта \\nБезопасност на продукта\\n\\nSKU:\\n1683423\\nИЗБРАНИ ПРОДУКТИ\\nИЗБРАНИ ПРОДУКТИ\\nGo to 0\\nGo to 1\\nGo to 2\\nGo to 3\\nGo to 4\\nGo to 5\\nGo to 6\\nGo to 7\\nGo to 8\\nGo to 9\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\\n763,92 € / 1 245,09 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-PRO Ubiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO U7-PRO 160,00 € без ДДС 312,93 лв без ДДС 192,00 € / 312,93 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nUbiquiti U7-PRO UniFi WiFi 7 Точка за достъп PRO\\nU7-PRO\\nU7-PRO\\n160,00 €\\nбез ДДС\\n312,93 лв\\nбез ДДС\\n192,00 € / 312,93 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti U7-Outdoor Ubiquiti U7-Outdoor открито Безжичен достъпна точка U7-Outdoor 177,54 € без ДДС 347,24 лв без ДДС 213,05 € / 347,24 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nUbiquiti U7-Outdoor открито Безжичен достъпна точка\\nU7-Outdoor\\nU7-Outdoor\\n177,54 €\\nбез ДДС\\n347,24 лв\\nбез ДДС\\n213,05 € / 347,24 лв\\nс ДДС\\nUbiquiti UAP-AC-HD Ubiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE) UAP-AC-HD 390,23 € без ДДС 763,23 лв без ДДС 468,28 € / 763,23 лв с ДДС\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUbiquiti UAP-AC-HD UniFi AC HD 1733 Мбит/с Бяла Захранване по Ethernet (PoE)\\nUAP-AC-HD\\nUAP-AC-HD\\n390,23 €\\nбез ДДС\\n763,23 лв\\nбез ДДС\\n468,28 € / 763,23 лв\\nс ДДС\\nHP 5TW10AA#ABB HP Док станция USB-C Dock G5 5TW10AA#ABB 107,00 € без ДДС 209,27 лв без ДДС 128,40 € / 209,27 лв с ДДС\\nHP Док станция USB-C Dock G5\\nHP Док станция USB-C Dock G5\\n5TW10AA#ABB\\n5TW10AA#ABB\\n107,00 €\\nбез ДДС\\n209,27 лв\\nбез ДДС\\n128,40 € / 209,27 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti UCG-Ultra Ubiquiti UCG-Ultra Cloud Gateway Ultra UCG-Ultra 100,02 € без ДДС 195,62 лв без ДДС 120,02 € / 195,62 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUbiquiti UCG-Ultra Cloud Gateway Ultra\\nUCG-Ultra\\nUCG-Ultra\\n100,02 €\\nбез ДДС\\n195,62 лв\\nбез ДДС\\n120,02 € / 195,62 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-Pro-48-POE Ubiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-Pro-48-POE 998,63 € без ДДС 1 953,16 лв без ДДС 1 198,36 € / 1 953,16 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-Pro-48-POE Networks UniFi Pro 48-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-Pro-48-POE\\nUSW-Pro-48-POE\\n998,63 €\\nбез ДДС\\n1 953,16 лв\\nбез ДДС\\n1 198,36 € / 1 953,16 лв\\nс ДДС\\nПРЕПОРЪЧИТЕЛЕН Ubiquiti USW-PRO-24-POE Ubiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен USW-PRO-24-POE 636,60 € без ДДС 1 245,09 лв без ДДС 763,92 € / 1 245,09 лв с ДДС\\nПРЕПОРЪЧИТЕЛЕН\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUbiquiti USW-PRO-24-POE Networks UniFi Pro 24-Port PoE Управляем L2/L3 Gigabit Ethernet (10/100/1000) Захранване по Ethernet (PoE) 1U Сребърен\\nUSW-PRO-24-POE\\nUSW-PRO-24-POE\\n636,60 €\\nбез ДДС\\n1 245,09 лв\\nбез ДДС\"\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.16458334,"top":0.064444445,"width":0.16458334,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.16875,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.32916668,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.33333334,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":2,"bounds":{"left":0.49340278,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.49756944,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.6576389,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.66180557,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.821875,"top":0.064444445,"width":0.16423611,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.82604164,"top":0.06888889,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.95763886,"top":0.037777778,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48958334,"top":0.03888889,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-38430121454036996
|
7875216913750388367
|
visual_change
|
accessibility
|
NULL
|
\n❯ what is the cheapes WD red plus 6tb price I ca \n❯ what is the cheapes WD red plus 6tb price I can buy \n \n✽ Moonwalking… \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n\u0000\u0000esc\u0000to\u0000interrupt\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n⠂ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n⠂ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ what \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"rrayBuffer?new Uint8Array(q):typeo-&&u1(this,jL,\\\"f\\\")==null){S4(this,jL,)-1))), S4(this,wL, u1(this,wL, \\\"f\\\"). suay(0,Y));-.push(A), $4(this,wL,u1(thisSyntaxError: Unexpected token '??='at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)atasynclink(internal/modules/esm/module_job.js:47:21)lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~Sclaudemcpadd screenpipe--transportstdio --[URL_WITH_CREDENTIALS] ~ $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ curl -X POST [URL_WITH_CREDENTIALS] ~ $ claude\n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n❯ what apps have I used today? \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"2026-04-09T00:00:00\", end_time: \"now\") \n \n⏺ screenpipe - Activity Summary (MCP)(start_time: \"16h ago\", end_time: \"now\") \n \n⏺ Here's what you've used today: \n \n ┌────────────────────────┬─────────┐ \n │ App │ Time │ \n ├────────────────────────┼─────────┤ \n │ iTerm2 │ ~15 min │ \n ├────────────────────────┼─────────┤ \n\u0000\u0000│ Dia \u0000 \u0000\u0000\u0000\u0000\u0000│\u0000~13\u0000min\u0000│\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n ├────────────────────────┼─────────┤ \n │ Safari │ ~5 min │ \n ├────────────────────────┼─────────┤ \n │ UserNotificationCenter │ ~1 min │ \n ├────────────────────────┼─────────┤ \n │ Activity Monitor │ <1 min │ \n ├────────────────────────┼─────────┤ \n │ Control Centre │ <1 min │ \n └────────────────────────┴─────────┘ \n \n All activity was in a roughly 15-minute window (19:53–20:09 UTC). Looks like a fairly recent session — iTerm2 was running Claude Code based on the screen text. \n \n❯ what was the recomended browser for macbook memory on ym screen and when \n \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000 \n⏺ Unfortunately, the Screenpipe MCP server has disconnected, so I can't search your screen history right now. The tools needed to look up that content (search-content, \n keyword-search) are unavailable. \n\n To get this back, try restarting Screenpipe and then ask again. \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \nResume this session with:──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\nclaude --resume 0a9a5ab7-4da8-41f4-8f1e-1eb261fd3742 \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ claude \n╭─── Claude Code v2.1.97 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ \n│ │ Tips for getting started │ \n│ Welcome back Lukas! │ Run /init to create a CLAUDE.md file with instructions for Claude │ \n│ │ Note: You have launched claude in your home directory. For the best experience, launch it in a project directory instead. │ \n│ ▐▛███▜▌ │ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ \n│ ▝▜█████▛▘ │ Recent activity │ \n│ ▘▘ ▝▝ │ No recent activity │ \n│ Sonnet 4.6 · Claude Pro · [EMAIL]'s │ │ \n│ Organization │ │ \n│ /Users/lukas │ │ \n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ \n \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n❯ \n───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n ? for shortcuts\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n✳ Claude Code"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-00-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-01-53.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-23.mp4\n 32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-02-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-03-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-04-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-05-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-23.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-06-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-07-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-08-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-09-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-10-53.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-23.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-11-53.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-12-23.mp4\n 12K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-14-55.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-28.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-15-58.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-28.mp4\n 40K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-16-58.mp4\n 16K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-17-28.mp4\n 24K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_17-18-54.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls ~/.screenpipe/data/*.mp4 | wc -l\n 90\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ rm ~/.screenpipe/data/*.mp4\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/\n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ ls -t ~/.screenpipe/data/data/2026-04-09/*.jpg | head -10 | xargs open\n\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ open ~/.screenpipe/data/data/2026-04-09/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ du -sh ~/.screenpipe/ \n 89M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/data $ sp-start\n[1] 20983\ndetected hardware tier: Mid\nchecking permissions...\n screen recording: ok\n accessibility: ok\n2026-04-09T20:46:26.563187Z INFO screenpipe_screen::monitor::macos_version: Detected macOS version: 14.6\n2026-04-09T20:46:27.310578Z INFO screenpipe_engine::sleep_monitor: Starting macOS sleep/wake monitor\n2026-04-09T20:46:27.312291Z INFO screenpipe: meeting detector enabled — independent of transcription mode\n2026-04-09T20:46:27.312307Z INFO screenpipe_engine::sleep_monitor: Screen lock/unlock observers registered (CFNotificationCenter)\n2026-04-09T20:46:27.312526Z INFO screenpipe_engine::power::manager: power manager started (poll interval: 10s)\n2026-04-09T20:46:27.312552Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction worker started (min_age=600s, poll=300s)\n2026-04-09T20:46:27.312585Z INFO screenpipe_engine::vision_manager::manager: Starting VisionManager\n2026-04-09T20:46:27.312975Z INFO screenpipe_core::pipes: loaded pipe: day-recap\n2026-04-09T20:46:27.313200Z INFO screenpipe_core::pipes: loaded pipe: standup-update\n2026-04-09T20:46:27.313150Z INFO screenpipe_engine::sleep_monitor: Display reconfiguration watcher registered (CGDisplayRegisterReconfigurationCallback)\n2026-04-09T20:46:27.313717Z INFO screenpipe_core::pipes: loaded pipe: ai-habits\n2026-04-09T20:46:27.313879Z INFO screenpipe_core::pipes: loaded pipe: time-breakdown\n2026-04-09T20:46:27.314047Z INFO screenpipe_core::pipes: loaded pipe: video-export\n2026-04-09T20:46:27.314981Z INFO screenpipe_core::pipes: loaded pipe: meeting-summary\n2026-04-09T20:46:27.315005Z INFO screenpipe_core::pipes: loaded 6 pipes from \"/Users/lukas/.screenpipe/pipes\"\n\n\n\n _ \n __________________ ___ ____ ____ (_____ ___ \n / ___/ ___/ ___/ _ \\/ _ \\/ __ \\ / __ \\/ / __ \\/ _ \\\n (__ / /__/ / / __/ __/ / / / / /_/ / / /_/ / __/\n/____/\\___/_/ \\___/\\___/_/ /_/ / .___/_/ .___/\\___/ \n /_/ /_/ \n\n\n\npower AI by everything you've seen, said or heard\nopen source | runs locally | developer friendly\n\n\n┌────────────────────────┬────────────────────────────────────┐\n│ setting │ value │\n├────────────────────────┼────────────────────────────────────┤\n│ audio chunk duration │ 30 seconds │\n│ port │ 3030 │\n│ audio disabled │ true │\n│ vision disabled │ false │\n│ pause on DRM content │ false │\n│ audio engine │ Parakeet │\n│ vad engine │ Silero │\n│ data directory │ /Users/lukas/.screenpipe │\n│ debug mode │ false │\n│ telemetry │ true │\n│ use pii removal │ true │\n│ use all monitors │ true │\n│ ignored windows │ [] │\n│ included windows │ [] │\n│ cloud sync │ disabled │\n│ auto-destruct pid │ 0 │\n│ deepgram key │ not set │\n├────────────────────────┼────────────────────────────────────┤\n│ languages │ │\n│ │ all languages │\n├────────────────────────┼────────────────────────────────────┤\n│ monitors │ │\n│ │ no monitors available │\n├────────────────────────┼────────────────────────────────────┤\n│ audio devices │ │\n│ │ disabled │\n└────────────────────────┴────────────────────────────────────┘\nyou are using local processing. all your data stays on your computer.\n\nwarning: telemetry is enabled. only error-level data will be sent.\nto disable, use the --disable-telemetry flag.\n\ncheck latest changes here: https://github.com/screenpipe/screenpipe/releases\n2026-04-09T20:46:27.315779Z INFO screenpipe_core::pipes: pipe scheduler started (generation 2)\n2026-04-09T20:46:27.316005Z INFO screenpipe: starting UI event capture\n2026-04-09T20:46:27.319042Z WARN screenpipe: pi agent install failed: bun not found — install from https://bun.sh\n2026-04-09T20:46:27.322573Z INFO screenpipe_engine::power::manager: initial power profile: Performance (on_ac=true, battery=Some(100))\n2026-04-09T20:46:27.332302Z INFO screenpipe_engine::ui_recorder: Starting UI event capture\n2026-04-09T20:46:27.346603Z INFO screenpipe_engine::calendar_speaker_id: speaker identification: started (user_name=<not set>)\n2026-04-09T20:46:27.346622Z INFO screenpipe_engine::ui_recorder: UI recording session started: 80f0a2f3-465a-488c-b71a-12e547e041c8\n2026-04-09T20:46:27.346798Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warming from DB (2026-04-08 17:46:27.346795 UTC to 2026-04-09 17:46:27.346795 UTC)\n2026-04-09T20:46:27.347710Z INFO screenpipe_engine::meeting_detector: meeting v2: detection loop started (base_interval=5s, profiles=12)\n2026-04-09T20:46:27.351881Z INFO screenpipe_engine::hot_frame_cache: hot_frame_cache: warmed with 332 frame entries, coverage from 2026-04-08 17:46:27.346795 UTC\n2026-04-09T20:46:27.352746Z ERROR screenpipe: server stopped with error: Os { code: 48, kind: AddrInUse, message: \"Address already in use\" }\n2026-04-09T20:46:27.757471Z INFO screenpipe_engine::vision_manager::manager: Starting vision recording for monitor 1 (1440x900)\n2026-04-09T20:46:27.757501Z INFO screenpipe_engine::vision_manager::manager: Starting event-driven capture for monitor 1 (device: monitor_1)\n2026-04-09T20:46:27.757513Z INFO screenpipe_engine::vision_manager::manager: Skipping monitor 2 (Display 2_3008x1253_-813,-1253) — not in allowed list\n2026-04-09T20:46:27.757520Z INFO screenpipe_engine::vision_manager::monitor_watcher: Starting monitor watcher (polling every 5 seconds)\n2026-04-09T20:46:27.757589Z INFO screenpipe_engine::event_driven_capture: event-driven capture started for monitor 1 (device: monitor_1)\n2026-04-09T20:46:28.570372Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps)\n2026-04-09T20:46:28.670597Z INFO screenpipe_engine::event_driven_capture: startup capture for monitor 1: frame_id=333, dur=33ms\n2026-04-09T20:46:39.916641Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=1405853456471937299, trigger=visual_change)\n2026-04-09T20:46:42.922205Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=7452629041003698303, trigger=visual_change)\n2026-04-09T20:47:27.338474Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 91 eligible frames\n2026-04-09T20:47:33.217934Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 90 frames, 20.1MB → 5.3MB (3.8x), 90 JPEGs deleted\n2026-04-09T20:51:15.247864Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=8703777769948568675, trigger=visual_change)\nDOCKER\nClose Tab\nDEV (-zsh)\nClose Tab\nAPP (-zsh)\nClose Tab\n✳ Claude Code (node)\nClose Tab\n-zsh\nClose Tab\n-zsh\nClose Tab\n⌥⌘1\n-zsh"
"32K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-57-53.mp4\n8.0K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-23.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-58-53.mp4\n 20K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-23.mp4\n 28K\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/soundcore AeroClip (input)_2026-04-09_16-59-53.mp4\n 12K\u000...
|
NULL
|
|
73079
|
1788
|
10
|
2026-04-23T06:46:06.509432+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-23/1776 /Users/lukas/.screenpipe/data/data/2026-04-23/1776926766509_m1.jpg...
|
CleanShot X
|
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
0:27
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"0:27","depth":1,"bounds":{"left":0.7503472,"top":0.9494445,"width":0.023611112,"height":0.015555556},"role_description":"text"}]...
|
7874206543379097809
|
7874206543379097809
|
visual_change
|
hybrid
|
NULL
|
0:27
FirefoxFileEditViewHistoryBookmarksProfiles→T 0:27
FirefoxFileEditViewHistoryBookmarksProfiles→ToolsWindowHelpmeet.google.com/agt-teir-cwt?authuser=lukas.kovalik%40jiminny.comDaily - Platform - now100% [8 • Thu 23 Apr 9:46:08)Nikolay YankovNikolay IvanovSteliyan GeorgievNikolay NikolovGalya DimitrovaLukas Kovalik9:46 AM | Daily - Platform0:27...
|
NULL
|
|
75712
|
1887
|
42
|
2026-04-24T06:45:19.498841+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777013119498_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
True
|
meet.google.com/agt-teir-cwt?authuser=lukas.kovali meet.google.com/agt-teir-cwt?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Mute tab
Meet - Daily - Pl Meet - Daily - Platform
Mute tab
Meet - Daily - Platform
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
People
2
Gemini
Gemini
Nikolay Nikolov
You’re continuously framed
Backgrounds and effects
More options for Lukas Kovalik
Lukas Kovalik
9:45
AM
Daily - Platform
Daily - Platform
Audio settings
Turn off microphone
Video settings
Turn off camera
Share screen
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
You have joined the call. There is one other person in the call. Your camera is on. Your microphone is on. Your hand is lowered....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.16631944,"height":0.045555554},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Mute tab","depth":5,"bounds":{"left":0.023958333,"top":0.08222222,"width":0.016666668,"height":0.026666667},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Meet - Daily - Platform","depth":5,"bounds":{"left":0.042013887,"top":0.08777778,"width":0.08298611,"height":0.015},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.140625,"top":0.08222222,"width":0.016666668,"height":0.026666667},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.15486111,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.005902778,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.028819444,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.052083332,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.07534722,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.09861111,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"People","depth":15,"bounds":{"left":0.93194443,"top":0.08722222,"width":0.02673611,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"2","depth":22,"bounds":{"left":0.9454861,"top":0.09888889,"width":0.004513889,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":14,"bounds":{"left":0.9638889,"top":0.08722222,"width":0.025,"height":0.04},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Gemini","depth":17,"bounds":{"left":0.96666664,"top":0.09888889,"width":0.028125,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":17,"bounds":{"left":0.1892361,"top":0.87166667,"width":0.07847222,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"You’re continuously framed","depth":14,"bounds":{"left":0.8517361,"top":0.79555553,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Backgrounds and effects","depth":14,"bounds":{"left":0.8822917,"top":0.79555553,"width":0.030555556,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Lukas Kovalik","depth":14,"bounds":{"left":0.9128472,"top":0.7977778,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Lukas Kovalik","depth":18,"bounds":{"left":0.8215278,"top":0.86777776,"width":0.052430555,"height":0.017222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9:45","depth":12,"bounds":{"left":0.18298611,"top":0.9444444,"width":0.022569444,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":12,"bounds":{"left":0.20902778,"top":0.9444444,"width":0.017708333,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":12,"bounds":{"left":0.24409722,"top":0.9111111,"width":0.08055556,"height":0.08888888},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":15,"bounds":{"left":0.24409722,"top":0.9444444,"width":0.08055556,"height":0.022777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":13,"bounds":{"left":0.3875,"top":0.9288889,"width":0.06111111,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":13,"bounds":{"left":0.41527778,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":13,"bounds":{"left":0.45416668,"top":0.9288889,"width":0.06111111,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":13,"bounds":{"left":0.48194444,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share screen","depth":12,"bounds":{"left":0.5208333,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Send a reaction","depth":12,"bounds":{"left":0.56527776,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on captions","depth":13,"bounds":{"left":0.6097222,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Raise hand (ctrl + ⌘ + h)","depth":12,"bounds":{"left":0.65416664,"top":0.9288889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options","depth":12,"bounds":{"left":0.69861114,"top":0.9288889,"width":0.025,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Leave call","depth":12,"bounds":{"left":0.7291667,"top":0.9288889,"width":0.05,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Meeting details","depth":12,"bounds":{"left":0.89166665,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat with everyone","depth":12,"bounds":{"left":0.925,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Meeting tools","depth":12,"bounds":{"left":0.9583333,"top":0.9288889,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"You have joined the call. There is one other person in the call. Your camera is on. Your microphone is on. Your hand is lowered.","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-4881041531185352152
|
7872840174457772816
|
visual_change
|
accessibility
|
NULL
|
Meet - Daily - Platform
Mute tab
Meet - Daily - Pl Meet - Daily - Platform
Mute tab
Meet - Daily - Platform
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
People
2
Gemini
Gemini
Nikolay Nikolov
You’re continuously framed
Backgrounds and effects
More options for Lukas Kovalik
Lukas Kovalik
9:45
AM
Daily - Platform
Daily - Platform
Audio settings
Turn off microphone
Video settings
Turn off camera
Share screen
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
You have joined the call. There is one other person in the call. Your camera is on. Your microphone is on. Your hand is lowered....
|
NULL
|
|
75711
|
1887
|
41
|
2026-04-24T06:45:17.698184+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-24/1777 /Users/lukas/.screenpipe/data/data/2026-04-24/1777013117698_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
True
|
meet.google.com/agt-teir-cwt?authuser=lukas.kovali meet.google.com/agt-teir-cwt?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Meet - Daily - Platform
Cl Meet - Daily - Platform
Meet - Daily - Platform
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.16631944,"height":0.045555554},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Meet - Daily - Platform","depth":5,"bounds":{"left":0.027777778,"top":0.08777778,"width":0.08298611,"height":0.015},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.140625,"top":0.08222222,"width":0.016666668,"height":0.026666667},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.15486111,"height":0.035555556},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.005902778,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.028819444,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.052083332,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.07534722,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.09861111,"top":0.9583333,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":10,"bounds":{"left":0.17743056,"top":0.09,"width":0.072916664,"height":0.044444446},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":12,"bounds":{"left":0.83923614,"top":0.09166667,"width":0.11631945,"height":0.018333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":11,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":12,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":14,"bounds":{"left":0.18854167,"top":0.29222223,"width":0.0625,"height":0.020555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":13,"bounds":{"left":0.6263889,"top":0.27611113,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":14,"bounds":{"left":0.35277778,"top":0.6338889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":14,"bounds":{"left":0.4027778,"top":0.6338889,"width":0.03888889,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
4939338441268442082
|
7861445280439115410
|
click
|
accessibility
|
NULL
|
Meet - Daily - Platform
Meet - Daily - Platform
Cl Meet - Daily - Platform
Meet - Daily - Platform
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera...
|
75710
|
|
11276
|
223
|
32
|
2026-04-14T09:23:37.182451+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-14/1776 /Users/lukas/.screenpipe/data/data/2026-04-14/1776158617182_m2.jpg...
|
PhpStorm
|
faVsco.js – laravel.log
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
26
Previous Highlighted Error
Next Highlighted Error
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] No data {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_results":5,"max_empty_results":5} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_results":5,"max_empty_results":5} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Service ending {"runtime_seconds":58,"total_cycles":5,"files_downloaded":0,"empty_files":0,"other_portal_skipped":0,"total_events":0,"events_per_file":0,"avg_api_ms":326.0,"avg_download_ms":0.0,"avg_transform_ms":0.0,"avg_process_ms":0.0,"peak_memory_mb":99.75} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Released polling lock {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:48] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"eed51986-2ad0-4919-8ae5-6a461552e52a","trace_id":"d1e0fd82-3461-4538-9622-ee6858fad872"}
[2026-04-14 09:22:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"eed51986-2ad0-4919-8ae5-6a461552e52a","trace_id":"d1e0fd82-3461-4538-9622-ee6858fad872"}
[2026-04-14 09:22:58] local.NOTICE: Monitoring start {"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_id":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}
[2026-04-14 09:22:58] local.NOTICE: Monitoring end {"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_id":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Started {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.WARNING: [automated-reports] Report not found for --report-id {"reportId":"265"} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Found 0 daily reports to process {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Completed {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:07] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"8def6616-e61f-4ace-8bc3-3776ce104fec","trace_id":"18bed36c-6ffe-4996-be4a-22dbb551ef78"}
[2026-04-14 09:23:07] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"8def6616-e61f-4ace-8bc3-3776ce104fec","trace_id":"18bed36c-6ffe-4996-be4a-22dbb551ef78"}
[2026-04-14 09:23:16] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: Running conference:monitor:count command for activities in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
Code changed:
Hide
Sync Changes
Hide This Notification
2
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Console\Commands\Reports;
use Carbon\Carbon;
use Illuminate\Console\Command;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Support\Collection;
use Jiminny\Jobs\AutomatedReports\RequestGenerateAskJiminnyReportJob;
use Jiminny\Jobs\AutomatedReports\RequestGenerateReportJob;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\Team;
use Jiminny\Repositories\AutomatedReportsRepository;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
class AutomatedReportsCommand extends Command
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[automated-reports]';
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'automated-reports
{--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly).
Use --report-id to manually trigger a specific report by ID or UUID.';
public function __construct(
private readonly LoggerInterface $logger,
private readonly BusDispatcher $dispatcher,
private readonly AutomatedReportsRepository $reportRepository
) {
parent::__construct();
}
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{
$this->logger->info(self::LOG_PREFIX . ' Started');
$now = Carbon::now();
$isMonday = $now->isMonday();
$isFirstDayOfMonth = $now->day === 1;
$currentMonth = $now->month;
// Check if the current month is a quarterly month (January, April, July, October)
$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10], true);
$this->logger->info(self::LOG_PREFIX . ' Checking conditions', [
'isMonday' => $isMonday,
'isFirstDayOfMonth' => $isFirstDayOfMonth,
'currentMonth' => $currentMonth,
'isQuarterlyMonth' => $isQuarterlyMonth,
]);
// Process daily reports
$this->processReports(AutomatedReportsService::FREQUENCY_DAILY);
// Process weekly reports on Mondays
if ($isMonday) {
$this->processReports(AutomatedReportsService::FREQUENCY_WEEKLY);
}
// Process monthly reports on the first day of the month
if ($isFirstDayOfMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_MONTHLY);
}
// Process quarterly reports on the first day of January, April, July, and October
if ($isFirstDayOfMonth && $isQuarterlyMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_QUARTERLY);
}
$this->logger->info(self::LOG_PREFIX . ' Completed');
return 0;
}
/**
* Process reports for a specific frequency.
*
* @param string $frequency
*
* @return void
*/
private function processReports(string $frequency): void
{
$this->logger->info(self::LOG_PREFIX . " Processing $frequency reports");
$reportId = $this->option('report-id');
if ($reportId !== null) {
$reports = $this->getReportById($reportId);
} else {
// Get all enabled, not deleted reports with active teams for the specified frequency
$reports = $this->reportRepository->getActiveReportsByFrequency($frequency);
}
$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process");
/** @var AutomatedReport $report */
foreach ($reports as $report) {
$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'frequency' => $report->getFrequency(),
'type' => $report->getType(),
]);
$job = $report->isAskJiminnyReport()
? new RequestGenerateAskJiminnyReportJob($report->getUuid())
: new RequestGenerateReportJob($report->getUuid());
$this->dispatcher->dispatch($job);
}
}
private function getReportById(string $reportId): Collection
{
$report = $this->reportRepository->findByIdOrUuid($reportId);
if ($report === null) {
$this->logger->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]);
$this->warn("Report not found: {$reportId}");
return collect();
}
if (! $report->getStatus()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
]);
$this->warn('Report is inactive — processing anyway (manual override).');
}
$team = $report->getTeam();
if ($team->getStatus() !== Team::STATUS_ACTIVE) {
$this->logger->warning(self::LOG_PREFIX . ' Team is not active, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'teamStatus' => $team->getStatus(),
]);
$this->warn("Team #{$report->getTeamId()} is not active — processing anyway (manual override).");
}
if ($report->isExpired()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'expiresAt' => $report->getExpiresAt()?->toDateString(),
]);
$this->warn('Report is expired (expires_at: ' . $report->getExpiresAt()?->toDateString() . ') — processing anyway (manual override).');
}
return collect([$report]);
}
}...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.03046875,"top":0.017361112,"width":0.0453125,"height":0.022222223},"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"#11894 on JY-18909-automated-reports-ask-jiminny, menu","depth":5,"bounds":{"left":0.07578125,"top":0.017361112,"width":0.14960937,"height":0.022222223},"help_text":"Pull request #11894 exists for current branch JY-18909-automated-reports-ask-jiminny, but local branch is out of sync with remote","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.7589844,"top":0.017361112,"width":0.01328125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"AskJiminnyReportActivityServiceT…Defaults","depth":6,"bounds":{"left":0.7769531,"top":0.017361112,"width":0.12382813,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'","depth":6,"bounds":{"left":0.9007813,"top":0.017361112,"width":0.01328125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'","depth":6,"bounds":{"left":0.9140625,"top":0.017361112,"width":0.01328125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9273437,"top":0.017361112,"width":0.01328125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96015626,"top":0.017361112,"width":0.01328125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.9734375,"top":0.017361112,"width":0.01328125,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.9867188,"top":0.017361112,"width":0.013281226,"height":0.022222223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.01015625,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.01015625,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.049609374,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.01015625,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"26","depth":4,"bounds":{"left":0.9554688,"top":0.10902778,"width":0.012109375,"height":0.013194445},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.96953124,"top":0.10763889,"width":0.00859375,"height":0.015972223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.978125,"top":0.10763889,"width":0.008203125,"height":0.015972223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":58,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":326.0,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.75} {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"eed51986-2ad0-4919-8ae5-6a461552e52a\",\"trace_id\":\"d1e0fd82-3461-4538-9622-ee6858fad872\"}\n[2026-04-14 09:22:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"eed51986-2ad0-4919-8ae5-6a461552e52a\",\"trace_id\":\"d1e0fd82-3461-4538-9622-ee6858fad872\"}\n[2026-04-14 09:22:58] local.NOTICE: Monitoring start {\"correlation_id\":\"3f16da65-d8cd-49f1-a4cf-a050220f42c3\",\"trace_id\":\"11ee8209-75e8-4e51-ac64-cca6af2a840e\"}\n[2026-04-14 09:22:58] local.NOTICE: Monitoring end {\"correlation_id\":\"3f16da65-d8cd-49f1-a4cf-a050220f42c3\",\"trace_id\":\"11ee8209-75e8-4e51-ac64-cca6af2a840e\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Started {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.WARNING: [automated-reports] Report not found for --report-id {\"reportId\":\"265\"} {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Found 0 daily reports to process {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Completed {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"8def6616-e61f-4ace-8bc3-3776ce104fec\",\"trace_id\":\"18bed36c-6ffe-4996-be4a-22dbb551ef78\"}\n[2026-04-14 09:23:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"8def6616-e61f-4ace-8bc3-3776ce104fec\",\"trace_id\":\"18bed36c-6ffe-4996-be4a-22dbb551ef78\"}\n[2026-04-14 09:23:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:16] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:16] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}\n[2026-04-14 09:23:26] local.INFO: Running conference:monitor:count command for activities in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}\n[2026-04-14 09:23:26] local.INFO: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}\n[2026-04-14 09:23:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}","depth":4,"bounds":{"left":0.5609375,"top":0.10625,"width":0.43906248,"height":0.6409722},"value":"[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] No data {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {\"empty_results\":5,\"max_empty_results\":5} {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Service ending {\"runtime_seconds\":58,\"total_cycles\":5,\"files_downloaded\":0,\"empty_files\":0,\"other_portal_skipped\":0,\"total_events\":0,\"events_per_file\":0,\"avg_api_ms\":326.0,\"avg_download_ms\":0.0,\"avg_transform_ms\":0.0,\"avg_process_ms\":0.0,\"peak_memory_mb\":99.75} {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Released polling lock {\"correlation_id\":\"316142e2-a958-41a5-8eef-7289ec3996e8\",\"trace_id\":\"d9196bad-6e26-4865-8ba6-42dab4d66559\"}\n[2026-04-14 09:22:48] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"eed51986-2ad0-4919-8ae5-6a461552e52a\",\"trace_id\":\"d1e0fd82-3461-4538-9622-ee6858fad872\"}\n[2026-04-14 09:22:49] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"dialers:monitor-activities\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"eed51986-2ad0-4919-8ae5-6a461552e52a\",\"trace_id\":\"d1e0fd82-3461-4538-9622-ee6858fad872\"}\n[2026-04-14 09:22:58] local.NOTICE: Monitoring start {\"correlation_id\":\"3f16da65-d8cd-49f1-a4cf-a050220f42c3\",\"trace_id\":\"11ee8209-75e8-4e51-ac64-cca6af2a840e\"}\n[2026-04-14 09:22:58] local.NOTICE: Monitoring end {\"correlation_id\":\"3f16da65-d8cd-49f1-a4cf-a050220f42c3\",\"trace_id\":\"11ee8209-75e8-4e51-ac64-cca6af2a840e\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Started {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Checking conditions {\"isMonday\":false,\"isFirstDayOfMonth\":false,\"currentMonth\":4,\"isQuarterlyMonth\":true} {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Processing daily reports {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.WARNING: [automated-reports] Report not found for --report-id {\"reportId\":\"265\"} {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Found 0 daily reports to process {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:03] local.INFO: [automated-reports] Completed {\"correlation_id\":\"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d\",\"trace_id\":\"fe823917-0752-4ac6-995f-4e6dcaa55953\"}\n[2026-04-14 09:23:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"8def6616-e61f-4ace-8bc3-3776ce104fec\",\"trace_id\":\"18bed36c-6ffe-4996-be4a-22dbb551ef78\"}\n[2026-04-14 09:23:07] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:skip-lists:refresh\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"8def6616-e61f-4ace-8bc3-3776ce104fec\",\"trace_id\":\"18bed36c-6ffe-4996-be4a-22dbb551ef78\"}\n[2026-04-14 09:23:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:16] local.INFO: [EmailSchedule] STARTING batch process {\"host\":\"docker_lamp_1\"} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:16] local.INFO: [EmailSchedule] FINISHED batch process {\"host\":\"docker_lamp_1\",\"processed\":0} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:16] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"mailbox:batch:process\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"c83445bc-7adf-4f88-89aa-977832b46241\",\"trace_id\":\"7ab45f62-4828-4be4-bf1a-87807de597b8\"}\n[2026-04-14 09:23:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage before starting command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":62.0,\"memoryPeakBeforeCommandInMb\":99.746} {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}\n[2026-04-14 09:23:26] local.INFO: Running conference:monitor:count command for activities in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}\n[2026-04-14 09:23:26] local.INFO: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}\n[2026-04-14 09:23:26] local.INFO: Jiminny\\Console\\Commands\\Command::run Memory usage for command {\"command\":\"conference:monitor:count\",\"memoryBeforeCommandInMb\":62.0,\"memoryAfterCommandInMB\":62.0,\"memoryPeakBeforeCommandInMb\":99.746,\"memoryPeakAfterCommandInMB\":99.746} {\"correlation_id\":\"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b\",\"trace_id\":\"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c\"}","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.049609374,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.01015625,"height":0.0},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.01015625,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.23320313,"top":1.0,"width":0.01015625,"height":0.0},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"2","depth":4,"bounds":{"left":0.51054686,"top":0.15208334,"width":0.009375,"height":0.013194445},"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.521875,"top":0.15069444,"width":0.00859375,"height":0.015972223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.53046876,"top":0.15069444,"width":0.008203125,"height":0.015972223},"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Console\\Commands\\Reports;\n\nuse Carbon\\Carbon;\nuse Illuminate\\Console\\Command;\nuse Illuminate\\Contracts\\Bus\\Dispatcher as BusDispatcher;\nuse Illuminate\\Support\\Collection;\nuse Jiminny\\Jobs\\AutomatedReports\\RequestGenerateAskJiminnyReportJob;\nuse Jiminny\\Jobs\\AutomatedReports\\RequestGenerateReportJob;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Repositories\\AutomatedReportsRepository;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Psr\\Log\\LoggerInterface;\n\nclass AutomatedReportsCommand extends Command\n{\n /**\n * Log prefix for all log messages\n */\n private const string LOG_PREFIX = '[automated-reports]';\n\n /**\n * The name and signature of the console command.\n *\n * @var string\n */\n protected $signature = 'automated-reports \n {--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';\n\n /**\n * The console command description.\n *\n * @var string\n */\n protected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly). \n Use --report-id to manually trigger a specific report by ID or UUID.';\n\n\n public function __construct(\n private readonly LoggerInterface $logger,\n private readonly BusDispatcher $dispatcher,\n private readonly AutomatedReportsRepository $reportRepository\n ) {\n parent::__construct();\n }\n\n /**\n * Execute the console command.\n *\n * @return int\n */\n public function handle(): int\n {\n $this->logger->info(self::LOG_PREFIX . ' Started');\n\n $now = Carbon::now();\n $isMonday = $now->isMonday();\n $isFirstDayOfMonth = $now->day === 1;\n $currentMonth = $now->month;\n\n // Check if the current month is a quarterly month (January, April, July, October)\n $isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10], true);\n\n $this->logger->info(self::LOG_PREFIX . ' Checking conditions', [\n 'isMonday' => $isMonday,\n 'isFirstDayOfMonth' => $isFirstDayOfMonth,\n 'currentMonth' => $currentMonth,\n 'isQuarterlyMonth' => $isQuarterlyMonth,\n ]);\n\n // Process daily reports\n $this->processReports(AutomatedReportsService::FREQUENCY_DAILY);\n\n // Process weekly reports on Mondays\n if ($isMonday) {\n $this->processReports(AutomatedReportsService::FREQUENCY_WEEKLY);\n }\n\n // Process monthly reports on the first day of the month\n if ($isFirstDayOfMonth) {\n $this->processReports(AutomatedReportsService::FREQUENCY_MONTHLY);\n }\n\n // Process quarterly reports on the first day of January, April, July, and October\n if ($isFirstDayOfMonth && $isQuarterlyMonth) {\n $this->processReports(AutomatedReportsService::FREQUENCY_QUARTERLY);\n }\n\n $this->logger->info(self::LOG_PREFIX . ' Completed');\n\n return 0;\n }\n\n /**\n * Process reports for a specific frequency.\n *\n * @param string $frequency\n *\n * @return void\n */\n private function processReports(string $frequency): void\n {\n $this->logger->info(self::LOG_PREFIX . \" Processing $frequency reports\");\n\n $reportId = $this->option('report-id');\n if ($reportId !== null) {\n $reports = $this->getReportById($reportId);\n } else {\n // Get all enabled, not deleted reports with active teams for the specified frequency\n $reports = $this->reportRepository->getActiveReportsByFrequency($frequency);\n }\n\n $this->logger->info(self::LOG_PREFIX . \" Found {$reports->count()} $frequency reports to process\");\n\n /** @var AutomatedReport $report */\n foreach ($reports as $report) {\n $this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [\n 'reportUuid' => $report->getUuid(),\n 'teamId' => $report->getTeamId(),\n 'frequency' => $report->getFrequency(),\n 'type' => $report->getType(),\n ]);\n\n $job = $report->isAskJiminnyReport()\n ? new RequestGenerateAskJiminnyReportJob($report->getUuid())\n : new RequestGenerateReportJob($report->getUuid());\n\n $this->dispatcher->dispatch($job);\n }\n }\n\n private function getReportById(string $reportId): Collection\n {\n $report = $this->reportRepository->findByIdOrUuid($reportId);\n\n if ($report === null) {\n $this->logger->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]);\n $this->warn(\"Report not found: {$reportId}\");\n\n return collect();\n }\n\n if (! $report->getStatus()) {\n $this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [\n 'reportId' => $reportId,\n 'reportUuid' => $report->getUuid(),\n ]);\n $this->warn('Report is inactive — processing anyway (manual override).');\n }\n\n $team = $report->getTeam();\n if ($team->getStatus() !== Team::STATUS_ACTIVE) {\n $this->logger->warning(self::LOG_PREFIX . ' Team is not active, processing anyway (manual override)', [\n 'reportId' => $reportId,\n 'reportUuid' => $report->getUuid(),\n 'teamId' => $report->getTeamId(),\n 'teamStatus' => $team->getStatus(),\n ]);\n $this->warn(\"Team #{$report->getTeamId()} is not active — processing anyway (manual override).\");\n }\n\n if ($report->isExpired()) {\n $this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', [\n 'reportId' => $reportId,\n 'reportUuid' => $report->getUuid(),\n 'expiresAt' => $report->getExpiresAt()?->toDateString(),\n ]);\n $this->warn('Report is expired (expires_at: ' . $report->getExpiresAt()?->toDateString() . ') — processing anyway (manual override).');\n }\n\n return collect([$report]);\n }\n}","depth":4,"value":"<?php\n\ndeclare(strict_types=1);\n\nnamespace Jiminny\\Console\\Commands\\Reports;\n\nuse Carbon\\Carbon;\nuse Illuminate\\Console\\Command;\nuse Illuminate\\Contracts\\Bus\\Dispatcher as BusDispatcher;\nuse Illuminate\\Support\\Collection;\nuse Jiminny\\Jobs\\AutomatedReports\\RequestGenerateAskJiminnyReportJob;\nuse Jiminny\\Jobs\\AutomatedReports\\RequestGenerateReportJob;\nuse Jiminny\\Models\\AutomatedReport;\nuse Jiminny\\Models\\Team;\nuse Jiminny\\Repositories\\AutomatedReportsRepository;\nuse Jiminny\\Services\\Kiosk\\AutomatedReports\\AutomatedReportsService;\nuse Psr\\Log\\LoggerInterface;\n\nclass AutomatedReportsCommand extends Command\n{\n /**\n * Log prefix for all log messages\n */\n private const string LOG_PREFIX = '[automated-reports]';\n\n /**\n * The name and signature of the console command.\n *\n * @var string\n */\n protected $signature = 'automated-reports \n {--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';\n\n /**\n * The console command description.\n *\n * @var string\n */\n protected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly). \n Use --report-id to manually trigger a specific report by ID or UUID.';\n\n\n public function __construct(\n private readonly LoggerInterface $logger,\n private readonly BusDispatcher $dispatcher,\n private readonly AutomatedReportsRepository $reportRepository\n ) {\n parent::__construct();\n }\n\n /**\n * Execute the console command.\n *\n * @return int\n */\n public function handle(): int\n {\n $this->logger->info(self::LOG_PREFIX . ' Started');\n\n $now = Carbon::now();\n $isMonday = $now->isMonday();\n $isFirstDayOfMonth = $now->day === 1;\n $currentMonth = $now->month;\n\n // Check if the current month is a quarterly month (January, April, July, October)\n $isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10], true);\n\n $this->logger->info(self::LOG_PREFIX . ' Checking conditions', [\n 'isMonday' => $isMonday,\n 'isFirstDayOfMonth' => $isFirstDayOfMonth,\n 'currentMonth' => $currentMonth,\n 'isQuarterlyMonth' => $isQuarterlyMonth,\n ]);\n\n // Process daily reports\n $this->processReports(AutomatedReportsService::FREQUENCY_DAILY);\n\n // Process weekly reports on Mondays\n if ($isMonday) {\n $this->processReports(AutomatedReportsService::FREQUENCY_WEEKLY);\n }\n\n // Process monthly reports on the first day of the month\n if ($isFirstDayOfMonth) {\n $this->processReports(AutomatedReportsService::FREQUENCY_MONTHLY);\n }\n\n // Process quarterly reports on the first day of January, April, July, and October\n if ($isFirstDayOfMonth && $isQuarterlyMonth) {\n $this->processReports(AutomatedReportsService::FREQUENCY_QUARTERLY);\n }\n\n $this->logger->info(self::LOG_PREFIX . ' Completed');\n\n return 0;\n }\n\n /**\n * Process reports for a specific frequency.\n *\n * @param string $frequency\n *\n * @return void\n */\n private function processReports(string $frequency): void\n {\n $this->logger->info(self::LOG_PREFIX . \" Processing $frequency reports\");\n\n $reportId = $this->option('report-id');\n if ($reportId !== null) {\n $reports = $this->getReportById($reportId);\n } else {\n // Get all enabled, not deleted reports with active teams for the specified frequency\n $reports = $this->reportRepository->getActiveReportsByFrequency($frequency);\n }\n\n $this->logger->info(self::LOG_PREFIX . \" Found {$reports->count()} $frequency reports to process\");\n\n /** @var AutomatedReport $report */\n foreach ($reports as $report) {\n $this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [\n 'reportUuid' => $report->getUuid(),\n 'teamId' => $report->getTeamId(),\n 'frequency' => $report->getFrequency(),\n 'type' => $report->getType(),\n ]);\n\n $job = $report->isAskJiminnyReport()\n ? new RequestGenerateAskJiminnyReportJob($report->getUuid())\n : new RequestGenerateReportJob($report->getUuid());\n\n $this->dispatcher->dispatch($job);\n }\n }\n\n private function getReportById(string $reportId): Collection\n {\n $report = $this->reportRepository->findByIdOrUuid($reportId);\n\n if ($report === null) {\n $this->logger->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]);\n $this->warn(\"Report not found: {$reportId}\");\n\n return collect();\n }\n\n if (! $report->getStatus()) {\n $this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [\n 'reportId' => $reportId,\n 'reportUuid' => $report->getUuid(),\n ]);\n $this->warn('Report is inactive — processing anyway (manual override).');\n }\n\n $team = $report->getTeam();\n if ($team->getStatus() !== Team::STATUS_ACTIVE) {\n $this->logger->warning(self::LOG_PREFIX . ' Team is not active, processing anyway (manual override)', [\n 'reportId' => $reportId,\n 'reportUuid' => $report->getUuid(),\n 'teamId' => $report->getTeamId(),\n 'teamStatus' => $team->getStatus(),\n ]);\n $this->warn(\"Team #{$report->getTeamId()} is not active — processing anyway (manual override).\");\n }\n\n if ($report->isExpired()) {\n $this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', [\n 'reportId' => $reportId,\n 'reportUuid' => $report->getUuid(),\n 'expiresAt' => $report->getExpiresAt()?->toDateString(),\n ]);\n $this->warn('Report is expired (expires_at: ' . $report->getExpiresAt()?->toDateString() . ') — processing anyway (manual override).');\n }\n\n return collect([$report]);\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-1619186554329167577
|
7859205648591518261
|
visual_change
|
accessibility
|
NULL
|
Project: faVsco.js, menu
#11894 on JY-18909-automa Project: faVsco.js, menu
#11894 on JY-18909-automated-reports-ask-jiminny, menu
Start Listening for PHP Debug Connections
AskJiminnyReportActivityServiceT…Defaults
Run 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
Debug 'AskJiminnyReportActivityServiceTest.tes…uenceNumberToDisableFirstRequestDefaults'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
26
Previous Highlighted Error
Next Highlighted Error
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] No data {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_results":5,"max_empty_results":5} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.WARNING: [HubSpot Journal Polling] Maximum empty results reached, stopping {"empty_results":5,"max_empty_results":5} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Service ending {"runtime_seconds":58,"total_cycles":5,"files_downloaded":0,"empty_files":0,"other_portal_skipped":0,"total_events":0,"events_per_file":0,"avg_api_ms":326.0,"avg_download_ms":0.0,"avg_transform_ms":0.0,"avg_process_ms":0.0,"peak_memory_mb":99.75} {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:37] local.INFO: [HubSpot Journal Polling] Released polling lock {"correlation_id":"316142e2-a958-41a5-8eef-7289ec3996e8","trace_id":"d9196bad-6e26-4865-8ba6-42dab4d66559"}
[2026-04-14 09:22:48] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"eed51986-2ad0-4919-8ae5-6a461552e52a","trace_id":"d1e0fd82-3461-4538-9622-ee6858fad872"}
[2026-04-14 09:22:49] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"dialers:monitor-activities","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"eed51986-2ad0-4919-8ae5-6a461552e52a","trace_id":"d1e0fd82-3461-4538-9622-ee6858fad872"}
[2026-04-14 09:22:58] local.NOTICE: Monitoring start {"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_id":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}
[2026-04-14 09:22:58] local.NOTICE: Monitoring end {"correlation_id":"3f16da65-d8cd-49f1-a4cf-a050220f42c3","trace_id":"11ee8209-75e8-4e51-ac64-cca6af2a840e"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Started {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Checking conditions {"isMonday":false,"isFirstDayOfMonth":false,"currentMonth":4,"isQuarterlyMonth":true} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Processing daily reports {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.WARNING: [automated-reports] Report not found for --report-id {"reportId":"265"} {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Found 0 daily reports to process {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:03] local.INFO: [automated-reports] Completed {"correlation_id":"ea29cbbb-c8a3-4a93-bef7-b466294e4e3d","trace_id":"fe823917-0752-4ac6-995f-4e6dcaa55953"}
[2026-04-14 09:23:07] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"8def6616-e61f-4ace-8bc3-3776ce104fec","trace_id":"18bed36c-6ffe-4996-be4a-22dbb551ef78"}
[2026-04-14 09:23:07] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:skip-lists:refresh","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"8def6616-e61f-4ace-8bc3-3776ce104fec","trace_id":"18bed36c-6ffe-4996-be4a-22dbb551ef78"}
[2026-04-14 09:23:16] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: [EmailSchedule] STARTING batch process {"host":"docker_lamp_1"} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: [EmailSchedule] FINISHED batch process {"host":"docker_lamp_1","processed":0} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:16] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"mailbox:batch:process","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"c83445bc-7adf-4f88-89aa-977832b46241","trace_id":"7ab45f62-4828-4be4-bf1a-87807de597b8"}
[2026-04-14 09:23:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage before starting command {"command":"conference:monitor:count","memoryBeforeCommandInMb":62.0,"memoryPeakBeforeCommandInMb":99.746} {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: Running conference:monitor:count command for activities in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: [conference:monitor:count] No activities found in (2026-04-14 09:21:00, 2026-04-14 09:23:00] {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
[2026-04-14 09:23:26] local.INFO: Jiminny\Console\Commands\Command::run Memory usage for command {"command":"conference:monitor:count","memoryBeforeCommandInMb":62.0,"memoryAfterCommandInMB":62.0,"memoryPeakBeforeCommandInMb":99.746,"memoryPeakAfterCommandInMB":99.746} {"correlation_id":"6f598ff2-e7b2-40aa-9bcb-91fe43042d9b","trace_id":"edaa9fed-f1c1-4e76-ac24-3108a38c0c8c"}
Code changed:
Hide
Sync Changes
Hide This Notification
2
Previous Highlighted Error
Next Highlighted Error
<?php
declare(strict_types=1);
namespace Jiminny\Console\Commands\Reports;
use Carbon\Carbon;
use Illuminate\Console\Command;
use Illuminate\Contracts\Bus\Dispatcher as BusDispatcher;
use Illuminate\Support\Collection;
use Jiminny\Jobs\AutomatedReports\RequestGenerateAskJiminnyReportJob;
use Jiminny\Jobs\AutomatedReports\RequestGenerateReportJob;
use Jiminny\Models\AutomatedReport;
use Jiminny\Models\Team;
use Jiminny\Repositories\AutomatedReportsRepository;
use Jiminny\Services\Kiosk\AutomatedReports\AutomatedReportsService;
use Psr\Log\LoggerInterface;
class AutomatedReportsCommand extends Command
{
/**
* Log prefix for all log messages
*/
private const string LOG_PREFIX = '[automated-reports]';
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'automated-reports
{--report-id= : Process a specific report by ID or UUID (bypasses frequency scheduling)}';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Process automated reports based on their frequency (weekly, monthly, quarterly).
Use --report-id to manually trigger a specific report by ID or UUID.';
public function __construct(
private readonly LoggerInterface $logger,
private readonly BusDispatcher $dispatcher,
private readonly AutomatedReportsRepository $reportRepository
) {
parent::__construct();
}
/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{
$this->logger->info(self::LOG_PREFIX . ' Started');
$now = Carbon::now();
$isMonday = $now->isMonday();
$isFirstDayOfMonth = $now->day === 1;
$currentMonth = $now->month;
// Check if the current month is a quarterly month (January, April, July, October)
$isQuarterlyMonth = in_array($currentMonth, [1, 4, 7, 10], true);
$this->logger->info(self::LOG_PREFIX . ' Checking conditions', [
'isMonday' => $isMonday,
'isFirstDayOfMonth' => $isFirstDayOfMonth,
'currentMonth' => $currentMonth,
'isQuarterlyMonth' => $isQuarterlyMonth,
]);
// Process daily reports
$this->processReports(AutomatedReportsService::FREQUENCY_DAILY);
// Process weekly reports on Mondays
if ($isMonday) {
$this->processReports(AutomatedReportsService::FREQUENCY_WEEKLY);
}
// Process monthly reports on the first day of the month
if ($isFirstDayOfMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_MONTHLY);
}
// Process quarterly reports on the first day of January, April, July, and October
if ($isFirstDayOfMonth && $isQuarterlyMonth) {
$this->processReports(AutomatedReportsService::FREQUENCY_QUARTERLY);
}
$this->logger->info(self::LOG_PREFIX . ' Completed');
return 0;
}
/**
* Process reports for a specific frequency.
*
* @param string $frequency
*
* @return void
*/
private function processReports(string $frequency): void
{
$this->logger->info(self::LOG_PREFIX . " Processing $frequency reports");
$reportId = $this->option('report-id');
if ($reportId !== null) {
$reports = $this->getReportById($reportId);
} else {
// Get all enabled, not deleted reports with active teams for the specified frequency
$reports = $this->reportRepository->getActiveReportsByFrequency($frequency);
}
$this->logger->info(self::LOG_PREFIX . " Found {$reports->count()} $frequency reports to process");
/** @var AutomatedReport $report */
foreach ($reports as $report) {
$this->logger->info(self::LOG_PREFIX . ' Dispatching Generate Report job for report', [
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'frequency' => $report->getFrequency(),
'type' => $report->getType(),
]);
$job = $report->isAskJiminnyReport()
? new RequestGenerateAskJiminnyReportJob($report->getUuid())
: new RequestGenerateReportJob($report->getUuid());
$this->dispatcher->dispatch($job);
}
}
private function getReportById(string $reportId): Collection
{
$report = $this->reportRepository->findByIdOrUuid($reportId);
if ($report === null) {
$this->logger->warning(self::LOG_PREFIX . ' Report not found for --report-id', ['reportId' => $reportId]);
$this->warn("Report not found: {$reportId}");
return collect();
}
if (! $report->getStatus()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is inactive, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
]);
$this->warn('Report is inactive — processing anyway (manual override).');
}
$team = $report->getTeam();
if ($team->getStatus() !== Team::STATUS_ACTIVE) {
$this->logger->warning(self::LOG_PREFIX . ' Team is not active, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'teamId' => $report->getTeamId(),
'teamStatus' => $team->getStatus(),
]);
$this->warn("Team #{$report->getTeamId()} is not active — processing anyway (manual override).");
}
if ($report->isExpired()) {
$this->logger->warning(self::LOG_PREFIX . ' Report is expired, processing anyway (manual override)', [
'reportId' => $reportId,
'reportUuid' => $report->getUuid(),
'expiresAt' => $report->getExpiresAt()?->toDateString(),
]);
$this->warn('Report is expired (expires_at: ' . $report->getExpiresAt()?->toDateString() . ') — processing anyway (manual override).');
}
return collect([$report]);
}
}...
|
NULL
|
|
19302
|
411
|
6
|
2026-04-15T07:30:32.751696+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776238232751_m1.jpg...
|
Firefox
|
Product Growth Platform | Userpilot — Work
|
True
|
userpilot.com
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics
User Engagement
User Engagement
User Feedback
User Feedback
Company
Company
Events
Events
Careers
Careers...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Team - Backlog - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox (1,550) - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"For you - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"For you - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Lukas Kovalik - Time Off","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lukas Kovalik - Time Off","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Product Growth Platform | Userpilot","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Product Growth Platform | Userpilot","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Userpilot","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Platform","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Solutions","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Solutions","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pricing","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pricing","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Integrations","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Integrations","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Resources","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Resources","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Customers","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customers","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Trial","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Trial","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Log in","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Log in","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Drive Product Growth with","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Drive Product Growth with","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Insights.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Engagement.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Leverage user insights & in-app engagement to drive adoption, retention, and revenue.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Enter your email address","depth":14,"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Get a Demo","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"coming soon Userpilot AI","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"coming soon","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot AI","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"In-app Engagement","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"In-app Engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Product Analytics","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"User Feedback","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Feedback","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Session Replay","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Join 1,000+ Companies Accelerating Product Growth With Userpilot.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Introducing Lia","depth":13,"bounds":{"left":0.08541667,"top":0.18555556,"width":0.06875,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot’s AI Agent for Product Growth","depth":11,"bounds":{"left":0.058333334,"top":0.23444444,"width":0.55,"height":0.04},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot’s AI Agent for Product Growth","depth":12,"bounds":{"left":0.058333334,"top":0.23333333,"width":0.37361112,"height":0.04111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.","depth":12,"bounds":{"left":0.058333334,"top":0.29555556,"width":0.49166667,"height":0.05111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more about Lia","depth":11,"bounds":{"left":0.058333334,"top":0.36444443,"width":0.14791666,"height":0.05111111},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more about Lia","depth":12,"bounds":{"left":0.07638889,"top":0.37888888,"width":0.11180556,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Onboarding","depth":10,"bounds":{"left":0.035416666,"top":0.51555556,"width":0.24236111,"height":0.057777777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Onboarding","depth":11,"bounds":{"left":0.035416666,"top":0.5144445,"width":0.24236111,"height":0.06},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Guide new users through your product and reduce time-to-value.","depth":11,"bounds":{"left":0.035416666,"top":0.6155556,"width":0.3986111,"height":0.093333334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help existing users discover new features contextually.","depth":11,"bounds":{"left":0.035416666,"top":0.66555554,"width":0.41041666,"height":0.14222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Onboarding Solutions","depth":10,"bounds":{"left":0.035416666,"top":0.8466667,"width":0.20208333,"height":0.054444443},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Onboarding Solutions","depth":11,"bounds":{"left":0.05347222,"top":0.86333334,"width":0.16597222,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product Analytics","depth":10,"bounds":{"left":0.6166667,"top":0.9011111,"width":0.25208333,"height":0.057777777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Analytics","depth":11,"bounds":{"left":0.6166667,"top":0.9,"width":0.25208333,"height":0.06},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand user behavior across the product journey.","depth":11,"bounds":{"left":0.6166667,"top":1.0,"width":0.38333333,"height":-0.0011111498},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate custom reports to answer any product question.","depth":11,"bounds":{"left":0.6166667,"top":1.0,"width":0.38333333,"height":-0.051111102},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Analytics Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Analytics Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Feedback","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Capture and analyze user sentiment at scale.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand how your users really feel with contextual Microsurveys.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Feedback Tools","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Feedback Tools","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Session Replay","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn how users interact with your product.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Session Replay Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Session Replay Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot for Mobile","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot for Mobile","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use mobile-first UI patterns.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Onboard users, run surveys, and track product metrics on native mobile devices.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Explore Mobile Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Explore Mobile Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Start 14 Days Free Trial","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start 14 Days Free Trial","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"No credit card required","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Integrate Userpilot with your favorite tech stack","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Integrate Userpilot with your favorite tech stack","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn More","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn More","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Unlock the Power of Product-Led Growth","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Unlock the Power of Product-Led Growth","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Best practices to help you","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"activate more users, increase user engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"drive more product growth.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Userpilot Blog Learn about product growth, good UX and the latest trends in product management.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Userpilot Blog","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot Blog","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn about product growth, good UX and the latest trends in product management.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Read","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Read","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Upcoming Webinars","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming Webinars","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming live webinars, on-demand videos and webcasts.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Watch","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Watch","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Product Drive Conference","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Drive Conference","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Connect","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Connect","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Take Your Product Experience to the Next Level","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Analytics","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"User Engagement","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Engagement","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"User Feedback","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Feedback","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Company","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Company","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Events","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Events","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Careers","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Careers","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
7603293763831207661
|
7858177604479323458
|
visual_change
|
accessibility
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics
User Engagement
User Engagement
User Feedback
User Feedback
Company
Company
Events
Events
Careers
Careers...
|
19300
|
|
19327
|
411
|
14
|
2026-04-15T07:31:33.726489+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776238293726_m1.jpg...
|
Firefox
|
Product Growth Platform | Userpilot — Work
|
True
|
userpilot.com
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics
User Engagement...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Team - Backlog - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox (1,550) - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"For you - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"For you - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Lukas Kovalik - Time Off","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lukas Kovalik - Time Off","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Product Growth Platform | Userpilot","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Product Growth Platform | Userpilot","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Userpilot","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Platform","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Solutions","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Solutions","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pricing","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pricing","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Integrations","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Integrations","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Resources","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Resources","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Customers","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customers","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Trial","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Trial","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Log in","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Log in","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Drive Product Growth with","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Drive Product Growth with","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Insights.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Engagement.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Leverage user insights & in-app engagement to drive adoption, retention, and revenue.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Enter your email address","depth":14,"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Get a Demo","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"coming soon Userpilot AI","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"coming soon","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot AI","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"In-app Engagement","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"In-app Engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Product Analytics","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"User Feedback","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Feedback","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Session Replay","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Join 1,000+ Companies Accelerating Product Growth With Userpilot.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Introducing Lia","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot’s AI Agent for Product Growth","depth":11,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot’s AI Agent for Product Growth","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more about Lia","depth":11,"bounds":{"left":0.058333334,"top":0.0,"width":0.14791666,"height":0.05111111},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more about Lia","depth":12,"bounds":{"left":0.07638889,"top":0.0,"width":0.11180556,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Onboarding","depth":10,"bounds":{"left":0.035416666,"top":0.115555555,"width":0.24236111,"height":0.057777777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Onboarding","depth":11,"bounds":{"left":0.035416666,"top":0.11444444,"width":0.24236111,"height":0.06},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Guide new users through your product and reduce time-to-value.","depth":11,"bounds":{"left":0.035416666,"top":0.21555555,"width":0.3986111,"height":0.093333334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help existing users discover new features contextually.","depth":11,"bounds":{"left":0.035416666,"top":0.26555556,"width":0.41041666,"height":0.14222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Onboarding Solutions","depth":10,"bounds":{"left":0.035416666,"top":0.44666666,"width":0.20208333,"height":0.053333335},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Onboarding Solutions","depth":11,"bounds":{"left":0.05347222,"top":0.46222222,"width":0.16597222,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product Analytics","depth":10,"bounds":{"left":0.6166667,"top":0.5,"width":0.25208333,"height":0.05888889},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Analytics","depth":11,"bounds":{"left":0.6166667,"top":0.5,"width":0.25208333,"height":0.06},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand user behavior across the product journey.","depth":11,"bounds":{"left":0.6166667,"top":0.6011111,"width":0.38333333,"height":0.093333334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate custom reports to answer any product question.","depth":11,"bounds":{"left":0.6166667,"top":0.6511111,"width":0.38333333,"height":0.09222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Analytics Features","depth":10,"bounds":{"left":0.6166667,"top":0.7822222,"width":0.15694444,"height":0.054444443},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Analytics Features","depth":11,"bounds":{"left":0.63472223,"top":0.7977778,"width":0.12083333,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Feedback","depth":10,"bounds":{"left":0.035416666,"top":0.97,"width":0.2125,"height":0.029999971},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback","depth":11,"bounds":{"left":0.035416666,"top":0.9688889,"width":0.2125,"height":0.031111121},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Capture and analyze user sentiment at scale.","depth":11,"bounds":{"left":0.035416666,"top":1.0,"width":0.4,"height":-0.07000005},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand how your users really feel with contextual Microsurveys.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Feedback Tools","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Feedback Tools","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Session Replay","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn how users interact with your product.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Session Replay Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Session Replay Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot for Mobile","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot for Mobile","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use mobile-first UI patterns.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Onboard users, run surveys, and track product metrics on native mobile devices.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Explore Mobile Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Explore Mobile Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Start 14 Days Free Trial","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start 14 Days Free Trial","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"No credit card required","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Integrate Userpilot with your favorite tech stack","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Integrate Userpilot with your favorite tech stack","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn More","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn More","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Unlock the Power of Product-Led Growth","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Unlock the Power of Product-Led Growth","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Best practices to help you","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"activate more users, increase user engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"drive more product growth.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Userpilot Blog Learn about product growth, good UX and the latest trends in product management.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Userpilot Blog","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot Blog","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn about product growth, good UX and the latest trends in product management.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Read","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Read","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Upcoming Webinars","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming Webinars","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming live webinars, on-demand videos and webcasts.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Watch","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Watch","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Product Drive Conference","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Drive Conference","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Connect","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Connect","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Take Your Product Experience to the Next Level","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Analytics","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"User Engagement","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-3478266151557056690
|
7858168817009790274
|
click
|
accessibility
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics
User Engagement...
|
19324
|
|
19297
|
411
|
3
|
2026-04-15T07:30:26.685987+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776238226685_m1.jpg...
|
Firefox
|
Product Growth Platform | Userpilot — Work
|
True
|
userpilot.com
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Team - Backlog - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox (1,550) - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"For you - Confluence","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"For you - Confluence","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Lukas Kovalik - Time Off","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lukas Kovalik - Time Off","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Product Growth Platform | Userpilot","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Product Growth Platform | Userpilot","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Userpilot","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Platform","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Solutions","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Solutions","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pricing","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pricing","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Integrations","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Integrations","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Resources","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Resources","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Customers","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customers","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Trial","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Trial","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Log in","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Log in","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Drive Product Growth with","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Drive Product Growth with","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Insights.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Engagement.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Leverage user insights & in-app engagement to drive adoption, retention, and revenue.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Enter your email address","depth":14,"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Get a Demo","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"coming soon Userpilot AI","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"coming soon","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot AI","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"In-app Engagement","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"In-app Engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Product Analytics","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"User Feedback","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Feedback","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Session Replay","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Join 1,000+ Companies Accelerating Product Growth With Userpilot.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Introducing Lia","depth":13,"bounds":{"left":0.08541667,"top":0.18555556,"width":0.06875,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot’s AI Agent for Product Growth","depth":11,"bounds":{"left":0.058333334,"top":0.23444444,"width":0.55,"height":0.04},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot’s AI Agent for Product Growth","depth":12,"bounds":{"left":0.058333334,"top":0.23333333,"width":0.37361112,"height":0.04111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.","depth":12,"bounds":{"left":0.058333334,"top":0.29555556,"width":0.49166667,"height":0.05111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more about Lia","depth":11,"bounds":{"left":0.058333334,"top":0.36444443,"width":0.14791666,"height":0.05111111},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more about Lia","depth":12,"bounds":{"left":0.07638889,"top":0.37888888,"width":0.11180556,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Onboarding","depth":10,"bounds":{"left":0.035416666,"top":0.51555556,"width":0.24236111,"height":0.057777777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Onboarding","depth":11,"bounds":{"left":0.035416666,"top":0.5144445,"width":0.24236111,"height":0.06},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Guide new users through your product and reduce time-to-value.","depth":11,"bounds":{"left":0.035416666,"top":0.6155556,"width":0.3986111,"height":0.093333334},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help existing users discover new features contextually.","depth":11,"bounds":{"left":0.035416666,"top":0.66555554,"width":0.41041666,"height":0.14222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Onboarding Solutions","depth":10,"bounds":{"left":0.035416666,"top":0.8466667,"width":0.20208333,"height":0.054444443},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Onboarding Solutions","depth":11,"bounds":{"left":0.05347222,"top":0.86333334,"width":0.16597222,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product Analytics","depth":10,"bounds":{"left":0.6166667,"top":0.9011111,"width":0.25208333,"height":0.057777777},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Analytics","depth":11,"bounds":{"left":0.6166667,"top":0.9,"width":0.25208333,"height":0.06},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand user behavior across the product journey.","depth":11,"bounds":{"left":0.6166667,"top":1.0,"width":0.38333333,"height":-0.0011111498},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate custom reports to answer any product question.","depth":11,"bounds":{"left":0.6166667,"top":1.0,"width":0.38333333,"height":-0.051111102},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Analytics Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Analytics Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Feedback","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Capture and analyze user sentiment at scale.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand how your users really feel with contextual Microsurveys.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Feedback Tools","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Feedback Tools","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Session Replay","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn how users interact with your product.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Session Replay Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Session Replay Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot for Mobile","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot for Mobile","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use mobile-first UI patterns.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Onboard users, run surveys, and track product metrics on native mobile devices.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Explore Mobile Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Explore Mobile Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Start 14 Days Free Trial","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start 14 Days Free Trial","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"No credit card required","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Integrate Userpilot with your favorite tech stack","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Integrate Userpilot with your favorite tech stack","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn More","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn More","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Unlock the Power of Product-Led Growth","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Unlock the Power of Product-Led Growth","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Best practices to help you","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"activate more users, increase user engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"drive more product growth.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Userpilot Blog Learn about product growth, good UX and the latest trends in product management.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Userpilot Blog","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot Blog","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn about product growth, good UX and the latest trends in product management.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Read","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Read","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Upcoming Webinars","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming Webinars","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming live webinars, on-demand videos and webcasts.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Watch","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Watch","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Product Drive Conference","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Drive Conference","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Connect","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Connect","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Take Your Product Experience to the Next Level","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Analytics","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-413169186616652381
|
7858168812781931842
|
visual_change
|
accessibility
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics...
|
NULL
|
|
19311
|
412
|
11
|
2026-04-15T07:30:57.780645+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-15/1776 /Users/lukas/.screenpipe/data/data/2026-04-15/1776238257780_m2.jpg...
|
Firefox
|
Product Growth Platform | Userpilot — Work
|
True
|
userpilot.com
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics
User Engagement
User Engagement
User Feedback
User Feedback
Company
Company
Events
Events
Careers
Careers
Customers
Customers
Contact Us
Contact Us
About Us
About Us
Use Cases
Use Cases
User Onboarding
User Onboarding
Product Adoption
Product Adoption
Customer Retention
Customer Retention
Product Led Growth
Product Led Growth
In-App Support
In-App Support
Roles
Roles
Product Growth
Product Growth
Product Marketing
Product Marketing
Product Management
Product Management
UX Design
UX Design
Resources
Resources
Blog
Blog
Product Adoption School
Product Adoption School
Product Drive
Product Drive
SaaS Onboarding Research
SaaS Onboarding Research
Case Studies
Case Studies
Sitemap
Sitemap
Support
Support
Help Center
Help Center...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Team - Backlog - Jira","depth":4,"bounds":{"left":0.00234375,"top":0.045138888,"width":0.017578125,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Service-Desk - Queues - Platform team - Service space - Jira","depth":4,"bounds":{"left":0.019921875,"top":0.045138888,"width":0.01796875,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app","depth":4,"bounds":{"left":0.037890624,"top":0.045138888,"width":0.01796875,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Pipelines - jiminny/app","depth":4,"bounds":{"left":0.055859376,"top":0.045138888,"width":0.017578125,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Feed — jiminny — Sentry","depth":4,"bounds":{"left":0.0734375,"top":0.045138888,"width":0.01796875,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox (1,550) - lukas.kovalik@jiminny.com - Jiminny Mail","depth":4,"bounds":{"left":0.00234375,"top":0.07361111,"width":0.017578125,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"For you - Confluence","depth":4,"bounds":{"left":0.0,"top":0.11111111,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"For you - Confluence","depth":5,"bounds":{"left":0.015625,"top":0.12083333,"width":0.04296875,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Lukas Kovalik - Time Off","depth":4,"bounds":{"left":0.0,"top":0.13958333,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Lukas Kovalik - Time Off","depth":5,"bounds":{"left":0.015625,"top":0.14930555,"width":0.049609374,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Product Growth Platform | Userpilot","depth":4,"bounds":{"left":0.0,"top":0.16805555,"width":0.09375,"height":0.028472222},"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Product Growth Platform | Userpilot","depth":5,"bounds":{"left":0.015625,"top":0.17777778,"width":0.07304688,"height":0.009722223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.07890625,"top":0.17430556,"width":0.009375,"height":0.016666668},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.003125,"top":0.19791667,"width":0.08710937,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.003125,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.01640625,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.029296875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0421875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.05546875,"top":0.97430557,"width":0.0125,"height":0.022222223},"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Userpilot","depth":9,"bounds":{"left":0.2609375,"top":0.08680555,"width":0.08476563,"height":0.02013889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Platform","depth":12,"bounds":{"left":0.39765626,"top":0.07083333,"width":0.022265624,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform","depth":13,"bounds":{"left":0.39765626,"top":0.090277776,"width":0.022265624,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Solutions","depth":12,"bounds":{"left":0.43164062,"top":0.07083333,"width":0.024609376,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Solutions","depth":13,"bounds":{"left":0.43164062,"top":0.090277776,"width":0.024609376,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pricing","depth":12,"bounds":{"left":0.46796876,"top":0.07083333,"width":0.017578125,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pricing","depth":13,"bounds":{"left":0.46796876,"top":0.090277776,"width":0.017578125,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Integrations","depth":12,"bounds":{"left":0.49726564,"top":0.07083333,"width":0.031640626,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Integrations","depth":13,"bounds":{"left":0.49726564,"top":0.090277776,"width":0.031640626,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Resources","depth":12,"bounds":{"left":0.540625,"top":0.07083333,"width":0.02734375,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Resources","depth":13,"bounds":{"left":0.540625,"top":0.090277776,"width":0.02734375,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Customers","depth":12,"bounds":{"left":0.5796875,"top":0.07083333,"width":0.028515626,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customers","depth":13,"bounds":{"left":0.5796875,"top":0.090277776,"width":0.028515626,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Trial","depth":12,"bounds":{"left":0.61992186,"top":0.07083333,"width":0.02265625,"height":0.05138889},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Trial","depth":13,"bounds":{"left":0.61992186,"top":0.090277776,"width":0.02265625,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Log in","depth":12,"bounds":{"left":0.7515625,"top":0.09166667,"width":0.015234375,"height":0.013194445},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Log in","depth":13,"bounds":{"left":0.7515625,"top":0.09166667,"width":0.015234375,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":12,"bounds":{"left":0.7757813,"top":0.08263889,"width":0.0515625,"height":0.03125},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":13,"bounds":{"left":0.7859375,"top":0.09166667,"width":0.03125,"height":0.013194445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Drive Product Growth with","depth":9,"bounds":{"left":0.4234375,"top":0.1701389,"width":0.24140625,"height":0.041666668},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Drive Product Growth with","depth":10,"bounds":{"left":0.4234375,"top":0.1701389,"width":0.24140625,"height":0.04236111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Insights.","depth":11,"bounds":{"left":0.48242188,"top":0.21875,"width":0.1234375,"height":0.04236111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Engagement.","depth":11,"bounds":{"left":0.4597656,"top":0.2048611,"width":0.16875,"height":0.04236111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback.","depth":11,"bounds":{"left":0.47226563,"top":0.2048611,"width":0.14375,"height":0.04236111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Leverage user insights & in-app engagement to drive adoption, retention, and revenue.","depth":10,"bounds":{"left":0.40273437,"top":0.28194445,"width":0.2828125,"height":0.015972223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Enter your email address","depth":14,"bounds":{"left":0.45546874,"top":0.33055556,"width":0.1171875,"height":0.03125},"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Get a Demo","depth":11,"bounds":{"left":0.57851565,"top":0.33055556,"width":0.054296874,"height":0.03125},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"coming soon Userpilot AI","depth":10,"bounds":{"left":0.38476562,"top":0.39375,"width":0.0421875,"height":0.013194445},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"coming soon","depth":12,"bounds":{"left":0.390625,"top":0.37222221,"width":0.03046875,"height":0.011805556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot AI","depth":11,"bounds":{"left":0.3953125,"top":0.39444444,"width":0.030078124,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"In-app Engagement","depth":10,"bounds":{"left":0.44023436,"top":0.39375,"width":0.06328125,"height":0.013194445},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"In-app Engagement","depth":11,"bounds":{"left":0.44921875,"top":0.39444444,"width":0.052734375,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Product Analytics","depth":10,"bounds":{"left":0.5167969,"top":0.39375,"width":0.057421874,"height":0.013194445},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":11,"bounds":{"left":0.5257813,"top":0.39444444,"width":0.046875,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"User Feedback","depth":10,"bounds":{"left":0.5878906,"top":0.39375,"width":0.05078125,"height":0.013194445},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Feedback","depth":11,"bounds":{"left":0.596875,"top":0.39444444,"width":0.040234376,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Session Replay","depth":10,"bounds":{"left":0.65234375,"top":0.39375,"width":0.051171876,"height":0.013194445},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Session Replay","depth":11,"bounds":{"left":0.66132814,"top":0.39444444,"width":0.040625,"height":0.0125},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Join 1,000+ Companies Accelerating Product Growth With Userpilot.","depth":10,"bounds":{"left":0.40625,"top":0.8263889,"width":0.27578124,"height":0.019444445},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Introducing Lia","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot’s AI Agent for Product Growth","depth":11,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot’s AI Agent for Product Growth","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more about Lia","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more about Lia","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Onboarding","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Onboarding","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Guide new users through your product and reduce time-to-value.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Help existing users discover new features contextually.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Onboarding Solutions","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Onboarding Solutions","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product Analytics","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Analytics","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand user behavior across the product journey.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Generate custom reports to answer any product question.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Analytics Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Analytics Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"User Feedback","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"User Feedback","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Capture and analyze user sentiment at scale.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Understand how your users really feel with contextual Microsurveys.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See User Feedback Tools","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See User Feedback Tools","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Session Replay","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session Replay","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn how users interact with your product.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"See Session Replay Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See Session Replay Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Userpilot for Mobile","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot for Mobile","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use mobile-first UI patterns.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Onboard users, run surveys, and track product metrics on native mobile devices.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Explore Mobile Features","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Explore Mobile Features","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Rally Your Whole Team Around Your Product Growth Goals.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Start 14 Days Free Trial","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start 14 Days Free Trial","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"No credit card required","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Kontentino improved New User Activation Rate by 10% in 1 month","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Integrate Userpilot with your favorite tech stack","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Integrate Userpilot with your favorite tech stack","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn More","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn More","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Unlock the Power of Product-Led Growth","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Unlock the Power of Product-Led Growth","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Best practices to help you","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"activate more users, increase user engagement","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"drive more product growth.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Userpilot Blog Learn about product growth, good UX and the latest trends in product management.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Userpilot Blog","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Userpilot Blog","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn about product growth, good UX and the latest trends in product management.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Read","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Read","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Upcoming Webinars","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming Webinars","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Upcoming live webinars, on-demand videos and webcasts.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Watch","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Watch","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Product Drive Conference","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product Drive Conference","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Learn from industry leaders and stay up-to-date on the latest trends in product growth.","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Connect","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Connect","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Take Your Product Experience to the Next Level","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Get a Demo","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get a Demo","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Product","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Product","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Analytics","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Analytics","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"User Engagement","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Engagement","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"User Feedback","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Feedback","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Company","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Company","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Events","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Events","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Careers","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Careers","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Customers","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customers","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Contact Us","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Contact Us","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"About Us","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"About Us","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Use Cases","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Use Cases","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"User Onboarding","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"User Onboarding","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Adoption","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Adoption","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Customer Retention","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customer Retention","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Led Growth","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Led Growth","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"In-App Support","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"In-App Support","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Roles","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Roles","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Growth","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Growth","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Marketing","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Marketing","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Management","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Management","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"UX Design","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"UX Design","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Resources","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Resources","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Blog","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Blog","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Adoption School","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Adoption School","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Product Drive","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Product Drive","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SaaS Onboarding Research","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SaaS Onboarding Research","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Case Studies","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Case Studies","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Sitemap","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Sitemap","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Support","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Support","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Help Center","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Help Center","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
3148372004233176574
|
7858166607248067906
|
visual_change
|
accessibility
|
NULL
|
Platform Team - Backlog - Jira
Service-Desk - Queu Platform Team - Backlog - Jira
Service-Desk - Queues - Platform team - Service space - Jira
JY-20543 add AJ reports User pilot tracking by LakyLak · Pull Request #11932 · jiminny/app
Pipelines - jiminny/app
Feed — jiminny — Sentry
Inbox (1,550) - [EMAIL] - Jiminny Mail
For you - Confluence
For you - Confluence
Lukas Kovalik - Time Off
Lukas Kovalik - Time Off
Product Growth Platform | Userpilot
Product Growth Platform | Userpilot
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Userpilot
Platform
Platform
Solutions
Solutions
Pricing
Pricing
Integrations
Integrations
Resources
Resources
Customers
Customers
Free Trial
Free Trial
Log in
Log in
Get a Demo
Get a Demo
Drive Product Growth with
Drive Product Growth with
User Insights.
User Engagement.
User Feedback.
Leverage user insights & in-app engagement to drive adoption, retention, and revenue.
Enter your email address
Get a Demo
coming soon Userpilot AI
coming soon
Userpilot AI
In-app Engagement
In-app Engagement
Product Analytics
Product Analytics
User Feedback
User Feedback
Session Replay
Session Replay
Join 1,000+ Companies Accelerating Product Growth With Userpilot.
Introducing Lia
Userpilot’s AI Agent for Product Growth
Userpilot’s AI Agent for Product Growth
Your always-on growth teammate: understanding users, unlocking opportunities, and launching personalized campaigns at the perfect moment.
Learn more about Lia
Learn more about Lia
User Onboarding
User Onboarding
Guide new users through your product and reduce time-to-value.
Help existing users discover new features contextually.
See User Onboarding Solutions
See User Onboarding Solutions
Product Analytics
Product Analytics
Understand user behavior across the product journey.
Generate custom reports to answer any product question.
See Analytics Features
See Analytics Features
User Feedback
User Feedback
Capture and analyze user sentiment at scale.
Understand how your users really feel with contextual Microsurveys.
See User Feedback Tools
See User Feedback Tools
Session Replay
Session Replay
Learn how users interact with your product.
Identify bugs and fix confusing UI elements with a privacy-first Session Replay tool.
See Session Replay Features
See Session Replay Features
Userpilot for Mobile
Userpilot for Mobile
Use mobile-first UI patterns.
Onboard users, run surveys, and track product metrics on native mobile devices.
Explore Mobile Features
Explore Mobile Features
Rally Your Whole Team Around Your Product Growth Goals.
Rally Your Whole Team Around Your Product Growth Goals.
Start 14 Days Free Trial
Start 14 Days Free Trial
No credit card required
Kontentino improved New User Activation Rate by 10% in 1 month
Kontentino improved New User Activation Rate by 10% in 1 month
“Userpilot helped Kontentino improve their first and second run user experience. Kontentino saw a 10% increase in user activation as well as improvements in 1-week retention.”
Integrate Userpilot with your favorite tech stack
Integrate Userpilot with your favorite tech stack
Push data from Userpilot into other tools, and pull data from your CRM or analytics tools to create more powerful segments.
Learn More
Learn More
Unlock the Power of Product-Led Growth
Unlock the Power of Product-Led Growth
Best practices to help you
activate more users, increase user engagement
and
drive more product growth.
Userpilot Blog Learn about product growth, good UX and the latest trends in product management.
Userpilot Blog
Userpilot Blog
Learn about product growth, good UX and the latest trends in product management.
Read
Read
Upcoming Webinars Upcoming live webinars, on-demand videos and webcasts.
Upcoming Webinars
Upcoming Webinars
Upcoming live webinars, on-demand videos and webcasts.
Watch
Watch
Product Drive Conference Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Product Drive Conference
Product Drive Conference
Learn from industry leaders and stay up-to-date on the latest trends in product growth.
Connect
Connect
Take Your Product Experience to the Next Level
Get a Demo
Get a Demo
Product
Product
Product Analytics
Product Analytics
User Engagement
User Engagement
User Feedback
User Feedback
Company
Company
Events
Events
Careers
Careers
Customers
Customers
Contact Us
Contact Us
About Us
About Us
Use Cases
Use Cases
User Onboarding
User Onboarding
Product Adoption
Product Adoption
Customer Retention
Customer Retention
Product Led Growth
Product Led Growth
In-App Support
In-App Support
Roles
Roles
Product Growth
Product Growth
Product Marketing
Product Marketing
Product Management
Product Management
UX Design
UX Design
Resources
Resources
Blog
Blog
Product Adoption School
Product Adoption School
Product Drive
Product Drive
SaaS Onboarding Research
SaaS Onboarding Research
Case Studies
Case Studies
Sitemap
Sitemap
Support
Support
Help Center
Help Center...
|
19309
|
|
1057
|
24
|
75
|
2026-04-11T12:49:01.967796+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911741967_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
8522102106184356876
|
7856123259127561585
|
clipboard
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
1058
|
24
|
76
|
2026-04-11T12:49:02.665889+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911742665_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
8264039600633293950
|
7856118856785033585
|
visual_change
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
1057
|
|
1065
|
24
|
83
|
2026-04-11T12:49:59.737498+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911799737_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
3600375799318452972
|
7855010413772766065
|
click
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
1049
|
24
|
67
|
2026-04-11T12:47:55.991445+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911675991_m1.jpg...
|
iTerm2
|
du
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
du
Close Tab
⌥⌘1
du...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"du","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"du","depth":1,"bounds":{"left":0.4923611,"top":0.033333335,"width":0.014583333,"height":0.017777778},"role_description":"text"}]...
|
-2226275905212183226
|
7854997359220718961
|
visual_change
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
du
Close Tab
⌥⌘1
du...
|
1048
|
|
1048
|
24
|
66
|
2026-04-11T12:47:55.257427+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911675257_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
8242010385865897670
|
7854997359219669873
|
clipboard
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
1050
|
24
|
68
|
2026-04-11T12:47:59.006527+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911679006_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-2750168966753561933
|
7854997359215476593
|
visual_change
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
1051
|
24
|
69
|
2026-04-11T12:48:00.522071+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911680522_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-2750168966753561933
|
7854997359215476593
|
app_switch
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
1056
|
24
|
74
|
2026-04-11T12:49:01.304310+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911741304_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-2750168966753561933
|
7854997359215476593
|
click
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
1055
|
|
1082
|
25
|
1
|
2026-04-11T12:51:32.553958+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775911892553_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls
#recycle Gitara location-history(1).json ubuntu-24.04.4-live-server-amd64.iso
1910229e6394bdc967d792141382106f.ug-tmp Jazyky location-history.json
CODE SyncData screenpipe
Computer Science Škola start machine.wav
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls
db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll
total 175224
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .
drwx------ 1 lukas staff 16384 11 Apr 15:46 ..
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data
-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls\n#recycle\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tGitara\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history(1).json\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tubuntu-24.04.4-live-server-amd64.iso\n1910229e6394bdc967d792141382106f.ug-tmp\tJazyky\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history.json\nCODE\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tSyncData\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tscreenpipe\nComputer Science\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tŠkola\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tstart machine.wav\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls\ndb.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll\ntotal 175224\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 ..\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data\n-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls\n#recycle\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tGitara\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history(1).json\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tubuntu-24.04.4-live-server-amd64.iso\n1910229e6394bdc967d792141382106f.ug-tmp\tJazyky\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history.json\nCODE\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tSyncData\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tscreenpipe\nComputer Science\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tŠkola\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tstart machine.wav\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls\ndb.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll\ntotal 175224\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 ..\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data\n-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-4852040557833493511
|
7854874899031619761
|
click
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls
#recycle Gitara location-history(1).json ubuntu-24.04.4-live-server-amd64.iso
1910229e6394bdc967d792141382106f.ug-tmp Jazyky location-history.json
CODE SyncData screenpipe
Computer Science Škola start machine.wav
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls
db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll
total 175224
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .
drwx------ 1 lukas staff 16384 11 Apr 15:46 ..
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data
-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
1081
|
|
1126
|
25
|
45
|
2026-04-11T12:54:16.426228+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775912056426_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls
#recycle Gitara location-history(1).json ubuntu-24.04.4-live-server-amd64.iso
1910229e6394bdc967d792141382106f.ug-tmp Jazyky location-history.json
CODE SyncData screenpipe
Computer Science Škola start machine.wav
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls
db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll
total 175224
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .
drwx------ 1 lukas staff 16384 11 Apr 15:46 ..
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data
-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls\n#recycle\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tGitara\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history(1).json\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tubuntu-24.04.4-live-server-amd64.iso\n1910229e6394bdc967d792141382106f.ug-tmp\tJazyky\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history.json\nCODE\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tSyncData\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tscreenpipe\nComputer Science\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tŠkola\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tstart machine.wav\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls\ndb.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll\ntotal 175224\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 ..\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data\n-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls\n#recycle\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tGitara\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history(1).json\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tubuntu-24.04.4-live-server-amd64.iso\n1910229e6394bdc967d792141382106f.ug-tmp\tJazyky\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history.json\nCODE\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tSyncData\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tscreenpipe\nComputer Science\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tŠkola\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tstart machine.wav\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls\ndb.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll\ntotal 175224\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 ..\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data\n-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-4852040557833493511
|
7854874899031619761
|
click
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls
#recycle Gitara location-history(1).json ubuntu-24.04.4-live-server-amd64.iso
1910229e6394bdc967d792141382106f.ug-tmp Jazyky location-history.json
CODE SyncData screenpipe
Computer Science Škola start machine.wav
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls
db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll
total 175224
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .
drwx------ 1 lukas staff 16384 11 Apr 15:46 ..
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data
-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|
|
1138
|
25
|
57
|
2026-04-11T12:54:49.009830+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-11/1775 /Users/lukas/.screenpipe/data/data/2026-04-11/1775912089009_m1.jpg...
|
iTerm2
|
-zsh
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls
#recycle Gitara location-history(1).json ubuntu-24.04.4-live-server-amd64.iso
1910229e6394bdc967d792141382106f.ug-tmp Jazyky location-history.json
CODE SyncData screenpipe
Computer Science Škola start machine.wav
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls
db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll
total 175224
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .
drwx------ 1 lukas staff 16384 11 Apr 15:46 ..
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data
-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
[{"role":"AXTextArea","text [{"role":"AXTextArea","text":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls\n#recycle\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tGitara\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history(1).json\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tubuntu-24.04.4-live-server-amd64.iso\n1910229e6394bdc967d792141382106f.ug-tmp\tJazyky\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history.json\nCODE\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tSyncData\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tscreenpipe\nComputer Science\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tŠkola\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tstart machine.wav\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls\ndb.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll\ntotal 175224\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 ..\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data\n-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $","depth":4,"value":"-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite\n-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm\n-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|2604|2604\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|577|577\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\\n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nssh: connect to host 100.73.206.126 port 22: Connection refused\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite \"PRAGMA wal_checkpoint;\"\n0|868|868\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \\ \n ~/.screenpipe/db.sqlite \\\n Adm1n@100.73.206.126:/volume1/docker/screenpipe/db.sqlite\nug_start_server, check access user: 1000, group: 10\ngetuid(): 1000\u0000\tgeteuid(): 1000\nlogin group is admin, set euid as root\ncannot set euid as root\ninvalid path: '/volume1/docker/screenpipe/db.sqlite'\nrsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 0\ndrwxr-xr-x 3 root wheel 96 11 Apr 11:14 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll \ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/\ndu -sh ~/.screenpipe/data/\ndu -sh ~/.screenpipe/data/* 2>/dev/null\n189M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/\n 92M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/pending-transcriptions\n 0B\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/screenpipe.db\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20\ndu -sh ~/.screenpipe/data/data/*\ntotal 24\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .\ndrwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..\n-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store\ndrwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09\ndrwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11\n 39M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-09\n 54M\u0000\u0000\u0000\t/Users/lukas/.screenpipe/data/data/2026-04-11\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll\ntotal 64\ndrwxr-xr-x 5 root wheel 160 11 Apr 15:45 .\ndrwxr-xr-x 20 root wheel 640 4 Aug 2024 ..\ndrwx------ 1 lukas staff 16384 13 Jan 12:37 BT\nlrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 Test\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls\n#recycle\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tGitara\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history(1).json\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tubuntu-24.04.4-live-server-amd64.iso\n1910229e6394bdc967d792141382106f.ug-tmp\tJazyky\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tlocation-history.json\nCODE\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tSyncData\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tscreenpipe\nComputer Science\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tŠkola\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\tstart machine.wav\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe \nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls\ndb.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll\ntotal 175224\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .\ndrwx------ 1 lukas staff 16384 11 Apr 15:46 ..\ndrwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data\n-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite\nlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $","is_focused":true},{"role":"AXRadioButton","text":"DOCKER","depth":2,"bounds":{"left":0.0,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.004166667,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"DEV (-zsh)","depth":2,"bounds":{"left":0.140625,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.14479166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"APP (-zsh)","depth":2,"bounds":{"left":0.28125,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.28541666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.421875,"top":0.05888889,"width":0.140625,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.42604166,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.5625,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.56666666,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.7027778,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.70694447,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"-zsh","depth":2,"bounds":{"left":0.84305555,"top":0.05888889,"width":0.14027777,"height":0.026666667},"role_description":"radio button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close Tab","depth":3,"bounds":{"left":0.8472222,"top":0.06333333,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"⌥⌘1","depth":1,"bounds":{"left":0.9548611,"top":0.032222223,"width":0.03888889,"height":0.018888889},"automation_id":"_NS:8","role_description":"text"},{"role":"AXStaticText","text":"-zsh","depth":1,"bounds":{"left":0.48819444,"top":0.033333335,"width":0.022916667,"height":0.017777778},"role_description":"text"}]...
|
-4852040557833493511
|
7854874899031619761
|
click
|
accessibility
|
NULL
|
-rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Us -rw-r--r-- 1 lukas staff 80M 11 Apr 15:37 /Users/lukas/.screenpipe/db.sqlite
-rw-r--r-- 1 lukas staff 32K 11 Apr 14:52 /Users/lukas/.screenpipe/db.sqlite-shm
-rw-r--r-- 1 lukas staff 8.5M 11 Apr 15:39 /Users/lukas/.screenpipe/db.sqlite-wal
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|2604|2604
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|577|577
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ssh: connect to host [IP_ADDRESS] port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA wal_checkpoint;"
0|868|868
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ rsync -avz --progress \
~/.screenpipe/db.sqlite \
Adm1n@[IP_ADDRESS]:/volume1/docker/screenpipe/db.sqlite
ug_start_server, check access user: 1000, group: 10
getuid(): 1000 geteuid(): 1000
login group is admin, set euid as root
cannot set euid as root
invalid path: '/volume1/docker/screenpipe/db.sqlite'
rsync error: errors selecting input/output files, dirs (code 3) at clientserver.c(2089) [Receiver=3.4.1]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/4ff29661-3588-11ef-9513-e2437461156c/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(453) [sender=2.6.9]
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ cd /Volumes
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 0
drwxr-xr-x 3 root wheel 96 11 Apr 11:14 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cp ~/.screenpipe/db.sqlite /Volumes/Test/screenpipe/db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ clear
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ du -sh ~/.screenpipe/
du -sh ~/.screenpipe/data/
du -sh ~/.screenpipe/data/* 2>/dev/null
189M /Users/lukas/.screenpipe/
92M /Users/lukas/.screenpipe/data/
92M /Users/lukas/.screenpipe/data/data
0B /Users/lukas/.screenpipe/data/pending-transcriptions
0B /Users/lukas/.screenpipe/data/screenpipe.db
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ls -lah ~/.screenpipe/data/data/ | head -20
du -sh ~/.screenpipe/data/data/*
total 24
drwxr-xr-x 5 lukas staff 160B 11 Apr 14:52 .
drwxr-xr-x 5 lukas staff 160B 11 Apr 15:03 ..
-rw-r--r--@ 1 lukas staff 8.0K 9 Apr 20:43 .DS_Store
drwxr-xr-x 14 lukas staff 448B 11 Apr 14:53 2026-04-09
drwxr-xr-x 169 lukas staff 5.3K 11 Apr 15:49 2026-04-11
39M /Users/lukas/.screenpipe/data/data/2026-04-09
54M /Users/lukas/.screenpipe/data/data/2026-04-11
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ ll
total 64
drwxr-xr-x 5 root wheel 160 11 Apr 15:45 .
drwxr-xr-x 20 root wheel 640 4 Aug 2024 ..
drwx------ 1 lukas staff 16384 13 Jan 12:37 BT
lrwxr-xr-x 1 root wheel 1 11 Apr 11:13 Macintosh HD -> /
drwx------ 1 lukas staff 16384 11 Apr 15:46 Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes $ cd Test
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ ls
#recycle Gitara location-history(1).json ubuntu-24.04.4-live-server-amd64.iso
1910229e6394bdc967d792141382106f.ug-tmp Jazyky location-history.json
CODE SyncData screenpipe
Computer Science Škola start machine.wav
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test $ cd screenpipe
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ls
db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ cp -r ~/.screenpipe/data/data/ /Volumes/Test/screenpipe/data/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $ ll
total 175224
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:50 .
drwx------ 1 lukas staff 16384 11 Apr 15:46 ..
drwxrwxrwx 1 lukas staff 16384 11 Apr 15:51 data
-rwxrwxrwx 1 lukas staff 89665536 11 Apr 15:47 db.sqlite
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny /Volumes/Test/screenpipe $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
-zsh
Close Tab
⌥⌘1
-zsh...
|
NULL
|