SiteLens Desktop · 0.2.1 · macOS
See it. Record it. Edit it. Run it. Understand what failed.
SiteLens Desktop turns local automation into something humans can actually discover, understand, author, run, and debug visually —
while the underlying .sitelens files stay portable for CLI and agents.
Capture Runs, Browser Intelligence panels, and shareable evidence packages ship with the bundled SiteLens Runtime.
Automation workspace
New in 0.2.0
Your browser automation shouldn’t be mystery JSON. Desktop discovers local
flows, scenarios, and auth profiles
and presents them as a searchable, human-readable catalog — grounded in the real files under
.sitelens/.
Visual execution chains show step order for flows and how scenarios chain those flows — not a generic drag-and-drop designer.
Discover & understand
- Searchable automation catalog
- Linear flow and scenario chains
- Scenario → flow relationships
- Profiles and parameters in context
- Source paths back to the project
Edit & validate
- Property editing with validation
- Save back to canonical JSON
- View JSON / open source escape hatch
- Files remain agent-readable
Run
Run a flow or an entire scenario from Desktop. After execution, passed / failed / warning overlays show where the chain succeeded or broke.
Inspect failures
Don’t just know that the flow failed. Open Browser Intelligence evidence for the run — console, network, screenshots, and related execution results — so you can understand what happened in the browser.
Record Flow
Playwright CodegenTurn browser interactions into reusable SiteLens automation. Playwright Codegen is the authoring input — SiteLens converts the recording into a native flow you can review, edit, run, and reuse from Desktop, CLI, and agents.
From the Automation workspace in Desktop.
A headed browser session opens through the bundled runtime.
Click, fill, and navigate as a user would. You perform the interaction; Codegen records it.
SiteLens converts generated Playwright behavior into a SiteLens-native flow.
Inspect the conversion, save under .sitelens/flows, then edit and run like any other flow.
Conversion safety
SiteLens does not silently discard browser behavior it cannot represent. A conversion is identified as complete or partial, and unsupported constructs are shown for review. Partial saves require an explicit opt-in.
Same artifact everywhere
After conversion, a recorded flow is a normal SiteLens flow — not a second-class format.
Record in Desktop, edit visually, run from CLI (sitelens flow codegen), hand off to agents via MCP.
Local-first by design
No cloud accountSiteLens Desktop keeps QA on your Mac. Run history, artifacts, and exports stay under Application Support until you choose to share them. Cloud sync and hosted runs are planned — use SiteLens QA and the dashboard when you need SiteLens Cloud/API today.
Bundled SiteLens Runtime
Playwright and Chromium management run locally — Desktop connects and orchestrates runs.
Official templates
Homepage, mobile, and smoke presets from the public templates catalog.
Capture Runs
Run multi-step capture packs and export combined evidence ZIPs for release proof.
Install on macOS
Apple SiliconUse the button above when the macOS installer is available. Requires macOS 11+ on Apple Silicon (M1 or later). Intel Mac and Windows builds are planned.
Open the DMG, then drag SiteLens Desktop.app into the Applications shortcut shown in the window.
The first-run wizard starts SiteLens Runtime automatically and prompts you to Install Chromium once. Local QA needs Chromium before your first test.
Explore local flows and scenarios, or start Record Flow to author from a real browser session.
Gatekeeper & verification
Signed & notarizedRelease builds are signed with a Developer ID certificate, notarized by Apple, and stapled so macOS Gatekeeper accepts the app without extra steps. If macOS still quarantines the download, remove the quarantine attribute once:
xattr -dr com.apple.quarantine "/Applications/SiteLens Desktop.app"
Verify the download checksum (compare to SHA-256 in the release details above):
shasum -a 256 SiteLens-Desktop-0.2.1-macOS-arm64.dmg
Platform scope
Local-first production-ready- macOS Apple Silicon — this 0.2.1 release; Intel Mac support is planned
- Windows Desktop and in-app auto-update — on the roadmap
- SiteLens Cloud — hosted runs, sync, and team workflows are evolving; use the dashboard and API when you need cloud today
- Local Desktop — Automation authoring, Record Flow, templates, Capture Runs, evidence exports, and bundled Runtime are production-ready on your Mac
Related SiteLens surfaces
Same automation artifacts across Desktop, CLI, and MCP — Desktop complements SiteLens MCP, Cloud/API, and QA Studio.