Requirements
Desktop development requires:- Node.js 22 or later
- Bun and pnpm
- Xcode, including its command-line tools
Run from source
From the repository root, install workspace dependencies, build the CLI and Web UI, then start Electron:agentuse serve daemon when one
is already running. Otherwise it starts the compiled local CLI on a loopback
port. The browser dashboard remains available at the URL shown in the menu.
Set AGENTUSE_CLI_PATH to test against a specific CLI build:
Install a local build
For routine testing, install and launch one canonical app copy:~/Applications/AgentUse.app, and launches
that copy. Avoid opening apps/desktop/dist/*/AgentUse.app directly; using one
canonical installation prevents Launch Services from retaining several copies
with the same bundle identifier.
Package the app
Create a package for the current Mac architecture:arm64 and x86_64 package, include both architectures in the nested
SwiftUI helper:
Sign and notarize a release
For a manual release, store notarization credentials in the login Keychain so the app-specific password does not enter shell history:notarytool prompts securely for the app-specific password. electron-builder
uses the Developer ID Application identity installed in the login Keychain.
For CI, set the electron-builder signing variables CSC_LINK and
CSC_KEY_PASSWORD, plus APPLE_ID, APPLE_APP_SPECIFIC_PASSWORD, and
APPLE_TEAM_ID. Keep all signing credentials in CI secrets. Hardened runtime is
enabled, and the packaged native Settings helper is placed under
Contents/Frameworks before notarization.