Updated 2026-06-30
Nephele Wisp is a browser extension that bridges the Nephele Workshop desktop application to your browser. It acts only on requests the desktop app sends, using your existing logged-in browser session, and returns the result to the desktop app. Wisp does not collect, transmit, or store any of your data on any remote server. Every request comes from the Nephele Workshop desktop process on the same computer, and every result is returned to it over a loopback connection (127.0.0.1) and Chrome's Native Messaging channel. Wisp has no server of its own and no analytics or telemetry.
Wisp performs the kinds of request below, each explicitly initiated by you — from the desktop app, or, for the clipper, by your own right-click or keyboard shortcut. None runs in the background or on a schedule you did not start.
Fills an upload form on a platform you choose and stops at “draft ready” for you to review and publish manually.
127.0.0.1 server via a one-time, 5-minute-TTL token URL, verified against a SHA-256 hash, then handed to the platform's <input type="file">. Never sent anywhere else.When you run a reference search, Wisp opens the search page for the source you chose (e.g. Pinterest, Huaban, ArtStation, or another site you search) and reads the results, so the desktop app can show you reference thumbnails — the same thing you would do by searching the site yourself.
When you ask the desktop app to refresh your dashboard, Wisp opens your own creator-center page on a platform you are logged into and reads the analytics that page loads about your account.
When you ask the desktop app to read or capture a page (for example, to collect references from a site you are researching), Wisp opens that URL in an ephemeral background tab in your own session, extracts a read-only snapshot, then closes the tab. Page capture is restricted to a fixed whitelist of read-only DevTools methods (screenshot, PDF, DOM/HTML snapshot) — it cannot run code or modify the page.
When you right-click and choose “Save to Nephele” (or press the clip shortcut), Wisp sends the desktop app a small pointer to the item you selected so the app can save it. The clipper is the one case where Wisp acts on the tab you are currently viewing — but only on the metadata you explicitly pointed at, only on your click or keypress; the extension reads no page content beyond that pointer (the desktop app decides what, if anything, to fetch).
A random per-profile ID (wp_<uuid>) generated on first run and stored in chrome.storage.local, sent to the desktop app on handshake so it can recognize repeat connections. Not linked to any platform account, real-world identity, or telemetry system.
127.0.0.1.<all_urls>), the only hosts it ever contacts are the site you are actively working with — in your session, to carry out a request you just initiated — and the local 127.0.0.1 asset server. It never contacts a server of ours, and never sends your data anywhere off your machine.debugger permissionWisp uses Chrome's chrome.debugger API to drive the upload form. Chrome shows a yellow “Nephele Wisp started debugging this browser” notification bar on every tab Wisp attaches to — this is the visible indicator that automation is happening. Wisp only attaches to tabs it has opened itself; it never attaches to tabs you opened manually.
See the permissions justification for why each permission is required.
The only data Wisp retains across browser restarts is the per-profile UUID stored in chrome.storage.local. Image bytes, captions, URLs, scraped metadata, stats, and tab references are held only for the lifetime of the single request that produced them and discarded on completion. Asset transfer tokens expire 5 minutes after issue and are single-use.
Wisp is part of a paid creator tool intended for adult professional artists. The extension itself does not collect age data.
Source code is open at github.com/CreatorAris/nephele-wisp (MIT). Security disclosures and questions: [email protected].
Material changes to this policy will be reflected in this document and in the extension's release notes.