Velnode/ Docs / Veehive Pluginsv2.3.3-beta.15
๐Ÿ“ฆ This guide also ships inside Velnode โ€” open the โ˜ฐ menu โ†’ Help in the browser; it works offline.

Velnode

Veehive & Plugins

Velnode Browser  ·  a product of Dignity New Zealand Limited

Product  |  Version 1.1  |  Last updated 2026-07-03

Velnode


Veehive & Plugins

Document type: Product Owner: Dignity New Zealand Limited Applies to: Velnode Browser v2.3.2-beta.1 and later Last updated: 2026-07-03 Document version: 1.1 Status: Approved


Velnode's plugin system extends the browser and Vee without bloating the core install. This document explains what Veehive is, what plugins ship with Velnode, how to find and enable them, and how plugin safety works.


What is Veehive?

Veehive is Velnode's own signed plugin store โ€” a hand-picked, curated catalogue of add-ons that extend what Velnode and Vee can do. It is built into the browser; you do not need to visit a separate website or download a third-party store.

Every plugin in Veehive carries Velnode's own digital signature before it can be listed. Unsigned, tampered, or revoked plugins are refused at load time โ€” they never run, even if they reach your device. This signing requirement is enforced at the main-process level, not the renderer, so it cannot be bypassed by a web page or a misbehaving plugin.

Today, Veehive's catalogue is first-party and curated by Dignity New Zealand Limited โ€” the plugins listed below, plus any additional first-party plugins added over time. A third-party developer ecosystem, where outside developers can submit their own plugins for signing and listing, is planned for a future release and is not open yet.

Open Veehive from either:


Plugins ship disabled by default

Every plugin โ€” including the built-in ones that come with Velnode โ€” is turned off by default. Enabling a plugin is an explicit action you take in Settings โ†’ Plugins. A plugin you have not enabled occupies zero RAM at boot.

This is deliberate. Velnode is lightweight by design, and plugins that you have no use for should cost you nothing.


Built-in plugins

Velnode ships with the following plugins already installed. Each one is off until you enable it in Settings โ†’ Plugins.

Plugin What it does
Ad Blocker Blocks advertisements and tracking scripts on the pages you visit. Operates locally; no request list is sent to any external server.
Reader Mode Strips a page down to its text and images for distraction-free reading. Activates from the toolbar or the โ˜ฐ menu.
Screenshot + Annotate Captures the visible page or a selected area and opens it in an annotation canvas. Saved screenshots stay on your device.
Password Vault The built-in password manager. Captures credentials as you submit forms and lets you auto-fill them later. See Password Vault for full documentation.
Enhanced Incognito Adds fingerprint randomisation, WebRTC-leak blocking, Referer stripping, and forced DNS-over-HTTPS on top of a standard private window.
Citation Collector Gathers references from academic and long-form pages into a formatted list you can copy or export.
Counter-Research Presents counterarguments and alternative perspectives on the topic of the current page. Powered by Vee.
Multi-Tab Synthesis Summarises and compares multiple open tabs into a single Vee response.
Personal Wikipedia Lets you build a private, searchable knowledge base from the pages you read. Stores entries on your device.
Vee for Code Adds Vee-powered code explanation, refactoring suggestions, and inline documentation to code pages.

To enable a plugin, open Settings โ†’ Plugins, find the plugin, and toggle it on. To disable it, toggle it off. Disabled plugins are cold โ€” no RAM, no background activity.


How to browse and install plugins from Veehive

  1. Open Settings โ†’ Plugins โ†’ Open Veehive store (or โ˜ฐ โ†’ Veehive store).
  2. Browse the catalogue. Each plugin card shows what the plugin does and the permissions it needs.
  3. Click Install on any plugin you want. A consent screen lists the permissions the plugin declares.
  4. Review the permissions and confirm. Velnode installs the plugin and adds it to your Settings โ†’ Plugins list.
  5. Toggle the plugin on in Settings โ†’ Plugins to activate it.

If you no longer want a plugin, go to Settings โ†’ Plugins, open the plugin's detail, and choose Uninstall.


Plugin safety

Signing โ€” every plugin must be Velnode-signed

Velnode only loads a plugin that carries Velnode's own Ed25519 digital signature. Before any plugin runs, the browser re-checks every file's fingerprint against the signed record. A plugin that has been tampered with, that has not been signed, or that appears on the signed revocation list is refused โ€” it does not load and cannot execute any code.

This check is not optional and cannot be turned off. It runs even for the built-in plugins that shipped with the installer.

Capability gating โ€” plugins only get the powers they declare

Each plugin declares a list of capabilities in its manifest โ€” for example, "read the current page's text" or "open a side panel". Velnode only grants a plugin the capabilities it has declared and that you have consented to. A plugin cannot silently acquire access to the vault, your AI provider keys, or arbitrary IPC channels beyond those its manifest specifies.

Memory budgets โ€” plugins cannot consume runaway RAM

The Modular Runtime Core enforces a per-plugin memory ceiling. A plugin that exceeds its budget is cold-restarted automatically, preventing any single plugin from degrading the rest of the browser.

Revocation

If Dignity New Zealand Limited determines that a plugin is unsafe, it can be revoked via the signed revocation list. Velnode checks this list and refuses to load a revoked plugin, even one you have previously installed.


Plugin permissions

Before you enable or install a plugin, Velnode shows you the permissions it needs. Common permissions include:

Plugins cannot access your vault, your API keys, your timeline, or each other's data. Permissions shown on the consent screen are the complete list โ€” there are no hidden grants.


Resource discipline

Plugins are designed to be lightweight:

Settings โ†’ Velnode System Health shows the live RAM and disk contribution of each enabled plugin so you can see the real cost and disable anything you do not need.



Document maintained by Dignity New Zealand Limited. Questions: [email protected].