Chrome
Chrome 108 and above, Chrome Web Store. Primary target for the first public release: the largest installed base in the enterprise.
Alpha - Q3 2026
The ARDNTECH extensions are in active development. The goal: to decrypt your B2B secrets locally, without ever exposing your private key to the server, from Chrome, Firefox, Edge or Opera. The first store release is planned for the course of 2026, followed by the other browsers shortly after. This page honestly documents where we stand and where we are heading.
ARDNTECH · popup
The extension is not an embedded mini-vault: it is a decrypting window onto your remote ARDNTECH vault. The OpenPGP blobs arrive encrypted from the server, and the extension handles local unlocking. The functional scope is deliberately narrow, to remain auditable and uphold our zero-knowledge commitments.
The ARDNTECH server only delivers encrypted OpenPGP blobs. Decryption takes place entirely within the extension's service worker, via vendored OpenPGP.js v6. The private key is never in server memory, and is kept in the extension only for the duration of the session, then purged by the auto-lock.
Validated in alpha
An ARDNTECH user typically belongs to several organisations: their personal space, their company, their clients. The extension lets you switch quickly between these contexts without reconnecting. Each vault keeps its own decryption key and its own access policy.
Next milestone
Automatic filling of login forms and the strong password generator are planned for a later phase. This feature requires extended permissions on the browser side: it will only be enabled with explicit consent and a dedicated internal audit.
Coming up
A deliberately modest and standard stack, to remain readable, auditable and easy to package for the five targeted stores: TypeScript for strict typing, Lit 3 for Web Components, Vite for bundling, vendored OpenPGP.js v6 for the crypto. No exotic dependency, no third-party runtime.
| Browser | Minimum version | Manifest | Target store | Status |
|---|---|---|---|---|
| Chrome | 108+ | Manifest V3 | Chrome Web Store | Alpha - Q3 2026 |
| Edge | 108+ | Manifest V3 | Edge Add-ons | Alpha - Q3 2026 |
| Opera | 76+ | Manifest V3 | Opera Add-ons | Alpha - Q3 2026 |
| Firefox | 115 ESR+ | Manifest V3 | Firefox AMO | Alpha - Q3 2026 |
| Safari | 16.4+ | Safari Web Extension | Mac App Store | Roadmap |
Strict TypeScript, reactive Web Components via Lit 3, build and HMR via Vite. This stack fits on a single page and can be read and audited by any serious front-end developer in less than half a day.
Crypto library audited by Cure53, included in the bundle (no network loading). X25519, Ed25519, AES-256-GCM SEIPDv2 algorithms per RFC 9580. Strictly the same base as the ARDNTECH web application.
The extension requests only the strictly necessary permissions: access to the ARDNTECH vault domain (cloud or self-hosted), copying to the clipboard under user action, encrypted local storage for the session. No third-party DOM access, no broad host_permissions by default.
After 30 seconds of inactivity, the extension session is locked and the unlocked private key is purged from memory. The duration is configurable by the user (5 to 600 seconds), with a cautious default. No long-term storage of the master password.
The extension relies on the same WebAuthn foundation as the web application: any FIDO2 key supported by the browser works to unlock the vault with no additional configuration.
Four clear stages, with no invented dates. We release when the code clears the internal audit bar, not before. This roadmap is re-evaluated each quarter and the page updated accordingly.
Three explanatory boxes to qualify the extension's technical trust boundary. This map is verifiable: it follows directly from the Manifest V3 code and the ARDNTECH cryptographic model.
The questions most often asked about this extension project. If a question is missing, write to us.
Because the alpha is not stabilised. We have chosen to submit the bundles to the stores only once vault reading, local decryption and secure copying have been validated in internal review and by a restricted circle of testers. The first targeted submission is Firefox AMO, whose review cycle is the fastest. No firm date is announced until the alpha is ready: we would rather release late than ship shaky crypto in a browser.
No. The extension has no permission to read the DOM of third-party sites unless the user explicitly triggers an autofill action, a feature that is not shipped in the current alpha. The Manifest V3 manifest requests only access to the ARDNTECH vault domain to retrieve the encrypted blobs and the minimum necessary for secure copying. No keylogger, no form listening, no outbound telemetry is built in. As the code is AGPL-3.0, every requested permission can be audited line by line before installation.
The extension retrieves from the server only encrypted OpenPGP blobs, sealed for the user's public key. Decryption takes place entirely in browser memory, within the extension's service worker, via OpenPGP.js v6 vendored in the bundle. The private key unlocked by the master password remains in the extension's memory for the duration of the session, then is purged by the auto-lock.
Yes. The extension is designed to connect to any ARDNTECH instance, public cloud or self-hosted. The instance URL is configured in the extension settings. No dependency on the ARDNTECH cloud infrastructure is hard-coded.
Yes. The extension's source code is hosted in the same GitHub repository as ARDNTECH, under the AGPL-3.0 licence. You can audit the manifest, the requested permissions and the cryptographic code before installation. The builds are reproducible.
Leave us your email: we will notify you when the extension is submitted to Firefox AMO. No newsletter, just one email.