{ "$schema": "https://schema.tauri.app/config/2", "productName": "OpenHuman", "version": "0.58.1", "identifier": "com.openhuman.app", "build": { "beforeDevCommand": "pnpm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "pnpm run build:app", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "OpenHuman", "width": 1000, "height": 800, "visible": false, "decorations": true, "titleBarStyle": "Overlay", "hiddenTitle": true, "resizable": true, "center": false } ], "security": { "csp": "default-src 'self' 'unsafe-inline' data: blob: https: wss: ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:*; script-src 'self' 'wasm-unsafe-eval' https://www.googletagmanager.com; img-src 'self' data: blob: https:; connect-src 'self' ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:* ws://127.0.0.1:* ws://localhost:* https: wss: data: blob: https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com; frame-src 'self' https: data: blob:" }, "macOSPrivateApi": true }, "bundle": { "active": true, "targets": [ "app", "dmg", "deb", "nsis", "msi", "appimage" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [ "../../src/openhuman/agent/prompts", "recipes/**/*" ], "linux": { "deb": { "depends": [ "libgtk-3-0", "libwebkit2gtk-4.1-0", "libx11-6", "libxdo3", "libgdk-pixbuf-2.0-0", "libglib2.0-0" ], "desktopTemplate": "main.desktop" } }, "createUpdaterArtifacts": false, "macOS": { "minimumSystemVersion": "10.15", "entitlements": "entitlements.sidecar.plist", "infoPlist": "Info.plist", "dmg": { "background": "./images/background-dmg.png" } } }, "plugins": { "updater": { "active": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDc0OTREMjkxREFCNUIzRTEKUldUaHM3WGFrZEtVZEJzZWtMTlc5dGxnT0R2Q3hUTWVaclJWSm9JUFpPcVFUV2RBSG5oNFN6UjQK", "endpoints": [ "https://github.com/tinyhumansai/openhuman/releases/latest/download/latest.json" ] }, "deep-link": { "desktop": { "schemes": [ "openhuman" ] } } } }