{ "$schema": "https://schema.tauri.app/config/2", "productName": "Phokus", "version": null, "identifier": "wtf.jezz.phokus", "build": { "beforeDevCommand": "pnpm dev:vite", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm build:vite", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "Phokus", "width": 1280, "height": 800, "minWidth": 800, "minHeight": 600, "decorations": false, "shadow": true } ], "security": { "csp": null, "assetProtocol": { "enable": true, "scope": [ "**" ] } } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDYyMDVBQzkyOENENjYzOTUKUldTVlk5YU1rcXdGWW9JRklYdHpOVXA1MDNMVEpyell6cVlma0VGS3pYaUVBLzJydy9nNUtJdlUK", "endpoints": [ "https://github.com/JezzWTF/phokus/releases/latest/download/latest.json" ] } }, "bundle": { "active": true, "targets": ["nsis"], "createUpdaterArtifacts": true, "publisher": "JezzWTF", "license": "MIT", "copyright": "Copyright © 2026 JezzWTF", "shortDescription": "Local-first desktop media library", "longDescription": "A local-first desktop media library for browsing, filtering, and curating image and video folders, with AI tagging, semantic search, and duplicate detection — all processed on-device.", "homepage": "https://git.jezz.wtf/jezzwtf/phokus", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }