This repository keeps each deployable part in its own top-level folder:
desktop/— the Electron desktop app, Harnest agent, browser extension, tests, evaluations, packaging, and desktop documentation.website/— the public Dextana website.services/integrations/— the integrations service.integrations/— portable Fused integration definitions and generated SDKs.
To develop the desktop app:
cd desktop
npm ci
harnest env sync agent --profile runtime --frozen
npm startSee the desktop README for architecture, development, testing, and packaging details. The repository is licensed under the Dextana No-Resale License.