Release Notes

What's new in NevoFlux โ€” versions, downloads, and changes.

  1. v0.3.5

    Latest

    ๐Ÿง  Knowledge Base (Brain)

    • A built-in personal knowledge base (your "second brain") powered by GBrain, an AI-agent memory system that synthesizes cited answers across your saved pages and auto-builds a knowledge graph โ€” not just keyword search
    • New nevoflux://brain browse page and install wizard, save-to-knowledge-base from any page, shareable .nbrain packs (create, manage, import), and a gbrain runtime with status and restart/update controls
    • Five /brain skills work together:
      • brain โ€” the hub: entry point and shared conventions that route to the four skills below
      • brain-capture โ€” save and ingest notes, web pages, PDFs, Office and ebooks, video subtitles and images, with optional web enrichment
      • brain-recall โ€” look up saved pages, recall facts, see what is notable or recent, and follow links and backlinks
      • brain-think โ€” synthesize: multi-hop cited answers, who-knows-about routing, trends, concept maps and prediction calibration
      • brain-care โ€” health and recovery: diagnostics, sync, find contradictions and orphans, and restore deletes or earlier versions

    ๐Ÿ” Iterative tasks (/loop skill)

    • Run a prompt or skill on a loop, with sticky loop cards and per-iteration progress
    • A /loop slash command and a DOM watcher for state-triggered iterations

    ๐ŸŽฌ AI video generation (/video skill)

    • Generate videos on the Canvas with a new render pipeline (nevoflux://render): deterministic frame capture, progress cards and cancellation
    • A library of HTML templates and components โ€” captions, lower-thirds, transitions, data charts and 3D reveals โ€” plus TTS and Three.js workflows
    • A composition linter that catches issues before rendering

    ๐Ÿค– Stronger browser automation

    • Rich-text and contentEditable editing (paste and fillRichText), file uploads, element probing and stable CSS selectors
    • Shadow DOM editor support and smarter tab activation and navigation

    ๐ŸŽจ Canvas sharing and tools

    • Share and import canvases (nevoflux://import) with redesigned dialogs and one-click copy
    • Pin artifacts to My Canvas, and manage custom Canvas Tools from settings

    ๐Ÿงฉ Platform

    • An EventBus with notification toasts and tab-discard recovery; the NevoFlux Agent is now a built-in system add-on enabled on first launch

    โฌ†๏ธ Synced with upstream Zen Browser (Firefox 147)

    • Brings Zen features and fixes: workspaces, split view, live folders, essentials, window sync, drag-and-drop improvements, macOS native popovers, and session backup and restore
    View on GitHub โ†’
  2. v0.3.2

    A maintenance release focused on extension distribution and Windows upgrades.

    ๐Ÿ”Œ Extension distribution

    • The bundled NevoFlux Agent extension now auto-syncs on startup, with its version injected into the manifest automatically
    • More reliable XPI syncing

    ๐Ÿ“ฆ Installer and build

    • Windows upgrades now clear the old extension cache
    • Fixes for Windows build paths
    View on GitHub โ†’
  3. v0.1.3

    ๐ŸŽจ Canvas exports

    • Export artifacts to PNG, PDF, DOCX, SVG, Markdown, XLSX and ZIP
    • New slides artifact type with a PowerPoint-style preview and PPTX export
    • An export split-button with a format dropdown

    ๐Ÿ’ฌ Sidebar

    • AskUser prompts are now shown as question-and-answer cards
    • Fixed code-block copy in markdown and sidebar resize after collapse

    โš™๏ธ Settings

    • New OpenClaw extended configuration form
    • AI settings split into separate LLM Providers and Agents sections

    ๐Ÿ“– Docs

    • Updated README and architecture, and added an FAQ covering the sidebar shortcut, settings and Claude Code setup
    View on GitHub โ†’
  4. v0.1.2

    ๐Ÿค– AI agent and browser automation

    • New nevoflux browser API and engine that lets AI drive the browser
    • Browser Use tools: tab management, mouse and keyboard control, cookies and storage, network capture and interception, JavaScript execution, frames, dialogs and downloads
    • Element picker, page lock, scrolling, wait-for-stable, and automatic page snapshots
    • Privacy-filtering kernel, in-browser WASM agent runtime, and a Manifest V3 extension

    ๐Ÿ’ฌ Sidebar chat

    • AI chat sidebar with a first-launch onboarding wizard and a connection status bar
    • Message attachments, recent history, and sidebar-to-tab mode switching

    ๐ŸŽจ Canvas micro-apps

    • Generate multi-file mini-apps bundled in the browser with esbuild-wasm
    • A virtual file system with persistence, and React, Vue and Svelte support

    โš™๏ธ Settings and branding

    • LLM provider configuration, including a custom base URL
    • NevoFlux branding, welcome screen, and menu integration

    ๐Ÿ› ๏ธ Builds

    • Cross-platform builds for Windows, macOS (universal) and Linux (x64 and arm64), with code signing
    View on GitHub โ†’