Skip to content

Releases: Everfern-AI/Everfern

Everfern Desktop v0.1.9 Release Notes

Choose a tag to compare

@CodenRust CodenRust released this 12 Jul 14:52

0.1.9

New Features

  • Desktop releases for macOS, Windows, and Ubuntu — install natively on all three platforms.
  • Upgraded browser automation — more reliable navigation, tab management, page actions, content extraction, and CAPTCHA handling.
  • Web Fetch — pull any page's readable content and metadata directly into a task, clearly labeled so you can see when the agent is reading the web.
  • Live Navis report viewer — watch findings.md render in real time as research runs, with Light/Dark mode support.
  • Daily usage & cost display — see cloud usage at a glance, with upgrade prompts when you're approaching a limit.
  • Discord in onboarding — join the community straight from first launch.

Improvements

  • Auto-update now shows live download progress and a one-click "Restart & Install."
  • Sign-out fully clears saved configuration — no stale credentials or settings left behind.
  • Updated production defaults across the landing and auth flows.

Documentation

  • Added a full contributor setup guide, covering local development from clone to first PR.

Everfern Desktop v0.1.8 Patch Notes

Choose a tag to compare

@CodenRust CodenRust released this 08 Jul 16:17
2a59b84

EverFern v0.1.8 Release Notes

This release focuses heavily on stability, with a large batch of bug fixes across the app, alongside major improvements to Computer Use reliability and model support.

Desktop App

  • General Stability Pass: Resolved a large number of miscellaneous bugs across the extension and orchestrator layer, improving overall reliability of the agent loop.
  • Rollback System: Introduced a proper rollback mechanism, allowing the agent to cleanly revert state after a failed or interrupted action sequence instead of leaving the session in a broken intermediate state.
  • Chat Persistence: Improved chat persistence so conversation state is more reliably retained across sessions and reconnects.

🖥️ UI & UX Improvements

  • Expanded Dark Mode Coverage: Fixed remaining light-mode leaks and extended dark mode support to additional views and components that were missed in the initial v0.1.7 rollout.

🤖 Core Agent & Execution

  • Computer Use Click Reliability: Fixed an intermittent bug where simulated clicks would silently fail to register, causing inconsistent action execution during computer-use tasks.
  • Expanded Qwen Integration: Added further Qwen model optimizations within the computer-use vision pipeline, improving grounding accuracy.
  • New Model Support: Added support for Claude Fable 5, along with other underlying model updates.

What's Changed

Full Changelog: 0.1.1...v0.1.8

EverFern Desktop v0.1.7 Patch Notes

Choose a tag to compare

@CodenRust CodenRust released this 26 Jun 07:56
344ab82

We are excited to release EverFern v0.1.7, which brings massive performance and robustness improvements to the Navis browser extension, introduces Dark Mode, and fixes critical UI and execution bugs.

🌐 Navis & Browser Extension (v0.1.2)

The companion browser extension has been updated to v0.1.2. Please ensure your extension updates to see these improvements.

  • DOM-First Fallback: Entirely rewrote the Navis Orchestrator execution loop to be DOM-first. The agent will now rely strictly on standard DOM elements for navigation and will only capture hybrid vision (screenshot + DOM) when it explicitly requests it. This significantly reduces token usage and improves execution speed.
  • Removed Artificial Delays: Ripped out legacy hardcoded 300ms delays in the extension background runner. The extension now intelligently waits for tab stabilization only when navigating.
  • Optimized Memory Profiling: Base64 screenshot strings are now isolated into a ring buffer memory structure. The logger no longer passes hundreds of megabytes of image strings to UI listeners, preventing memory bloat and UI freezing.
  • Debugger Stability: Fixed a critical bug in the extension background worker where detaching a chrome.debugger that was already attached caused the browser extension context to crash.
  • Network Resilience: The AI retry loop now features exponential backoff to handle HTTP 429 (Too Many Requests) and 503 (Service Unavailable) errors gracefully.
  • Token Optimization: Rewrote compressHistory to strictly preserve failed AI actions and content extraction, guaranteeing the agent never loses context of past errors while staying within its context window.

🖥️ UI & UX Improvements

  • Dark Mode Support: Added full dark mode support across the desktop app! 🌙
  • Build Stabilizations: Fixed duplicate style property bugs inside UIHelpers.tsx that were preventing clean builds of the frontend application.
  • HITL Fixes: Fixed rendering and type mismatches inside the Human-in-the-loop (HITL) prompt forms.

🤖 Core Agent & Execution

  • Computer Use Vision: Integrated Qwen optimizations for computer-use vision grounding.
  • VM Terminal Fixes: Applied fixes for the virtual machine terminal executor.
  • Mouse Cursor Overlay: Fixed the simulated mouse cursor rendering issues when executing computer-use actions.
  • Memory Consolidator: Improved agent state management and memory consolidation when operating over long-running tasks.

EverFern v0.1.6 - Auto-Updater & New Feedback System

Choose a tag to compare

@CodenRust CodenRust released this 25 Jun 13:33
9e4c4cc

Welcome to EverFern v0.1.6! This release introduces two major new features to significantly improve user experience and app maintenance: a seamless auto-updating system and a comprehensive message feedback system.

🚀 What's New

  • Seamless Auto-Updater: Say goodbye to manually downloading new releases! EverFern now features a fully integrated auto-updating system built on electron-updater. When a new version drops, it will quietly download in the background. A sleek new notification UI will keep you updated on download progress and prompt you to "Restart and Update" when ready.
  • Message Feedback System: Help us improve EverFern's AI models! We've added Thumbs Up and Thumbs Down buttons directly to the chat interface. Giving feedback now opens a beautiful modal where you can specify exactly what went wrong (or right) and explicitly choose how much context to share with our servers (from just the single prompt, to your entire chat history).

🛠️ Improvements & Fixes

  • Tool Details Dark Mode: We've polished the interface! The Tool Call Detail panel and Agent Thinking pane now fully support Dark Mode, ensuring a seamless aesthetic regardless of your theme preference.
  • Privacy Policy Update: In conjunction with the new feedback system, we have updated our privacy policy on the landing page to transparently disclose how explicit feedback data is handled and securely stored.
  • Backend Telemetry: Expanded our API to securely ingest and persist user feedback reports directly into Supabase.
  • Various minor UI tweaks, JSX syntax fixes, and underlying refactoring to support IPC bridging for the auto-updater.

How to Install:
If you are already on v0.1.6, future updates will install automatically! If you are on an older version, please download the latest installer below.

v0.1.5 Beta

Choose a tag to compare

@CodenRust CodenRust released this 23 Jun 07:47

What's Changed

Full Changelog: v1.0.4-beta...v0.1.5-beta

v1.0.4 Beta

Choose a tag to compare

@CodenRust CodenRust released this 13 Jun 16:11

EverFern AI v1.0.4-beta

Release Date: June 2026

EverFern AI v1.0.4 Beta is here.

This patch update focuses on stability, smoother workflows, and major quality-of-life improvements across desktop, browser, and AI systems. We fixed multiple issues, improved performance, and added new tools to make EverFern more reliable.


✨ New Features

🧭 Navis Chrome Extension

Introducing Navis, EverFern’s new Chrome extension.

Navis improves browser interaction and allows EverFern to work more seamlessly with web-based tasks and workflows.

🤖 Added Minimax Provider

We added support for the Minimax provider.

This gives users more flexibility when choosing models and expands EverFern’s provider ecosystem.

📊 LLM Pricing Analytics

Added analytics tracking for LLM pricing and usage.

You can now better monitor model costs, understand token spending, and track provider pricing more effectively.


🚀 Improvements

🖥️ Improved Computer Use

Improved EverFern’s computer use system to be smoother, faster, and more reliable.

Desktop interactions now feel more responsive with better automation handling and fewer interruptions.

🧠 LangGraph Smoother Execution

Refactored and optimized LangGraph workflows for smoother execution.

This improves:

  • Agent transitions
  • Workflow reliability
  • Task responsiveness
  • Reduced execution hiccups

🍎 macOS Icon Fixes

Fixed issues with macOS application icons for a cleaner and more consistent desktop experience.

🔔 Notification Panel Improvements

Fixed and improved the notification panel.

Notifications should now behave more reliably with better UI consistency and fewer bugs.


🐛 Bug Fixes

  • Fixed multiple desktop-related issues
  • Improved UI stability
  • Fixed minor agent workflow bugs
  • Reduced random crashes and unexpected failures
  • General performance improvements across EverFern

💚 Beta Notice

EverFern is still in beta and evolving quickly. Your feedback helps us improve every release.

Thank you for testing EverFern AI.

Version: v1.0.4-beta
Release Type: Patch Update

0.1.3

Choose a tag to compare

@CodenRust CodenRust released this 27 May 12:00

This release focuses on a complete overhaul of the Computer Use experience, introducing a
high-fidelity desktop overlay, smarter screenshot handling, and a more robust settings
framework.

✨ New Features

  • Animated Desktop Overlay: A new, high-intensity purple border now appears when EverFern is
    active on your desktop. It features a high-fidelity Animated Beam that sweeps around your
    screen, providing a clear visual indicator of the agent's focus.
  • Auto-Update Checker: You can now check for new releases directly from the Settings page.
    The app will notify you if a newer version is available on GitHub and provide a direct
    download link.
  • Version Tracking: The current build version is now permanently displayed in the Settings
    sidebar for easier troubleshooting and support.

🛠️ Improvements & Refinements

  • "Stealth" Screenshots: Implemented Electron Content Protection on the overlay. The agent
    can now "look through" the visual effects to see your desktop clearly, while you still see
    the glowing border. This eliminates the "flicker" during screen capture.
  • Navis Defaults Optimized:
    • Vision Grounding is now enabled by default for more precise web navigation.
    • Maximum Steps lowered to 12 for faster execution and reduced token usage.
  • Enhanced Abort Logic: Stopping a message or aborting a task now triggers an instant
    "force-hide" on the overlay, ensuring it never persists longer than needed.
  • Clean Aesthetics: Removed the status pill and orange bokeh spots for a more minimal, "Pro"
    desktop look.

🐛 Bug Fixes

  • Fixed a critical TypeScript error related to deprecated enableRemoteModule in Electron.
  • Fixed a logic error where the overlay would sometimes fail to appear if its visibility
    state was out of sync.
  • Fixed an IPC issue that prevented the custom cursor from moving correctly within the
    overlay.
  • Resolved missing net and app imports in the system IPC handler.

How to Update

  1. Open Settings.
  2. Click Check for updates at the bottom of the sidebar.
  3. If v0.1.3 is shown, click Download from GitHub to get the latest installer.

Everfern 0.1.1-prerelease

Pre-release

Choose a tag to compare

@CodenRust CodenRust released this 19 Apr 15:54

Everfern Desktop — Pre-release v0.1.1

This update builds on the initial release with a cleaner experience and smarter outputs.

✨ Improvements

  • UI Refresh

    • Updated interface for a more modern, smoother, and easier-to-use experience.
    • Better layout and visual clarity across core screens.
  • Improved Code Generation

    • Enhanced accuracy and structure in generated code.
    • More reliable outputs for development workflows.

⚙️ Notes

  • Continued optimizations and bug fixes.
  • Still a pre-release — more features and refinements are on the way.

Everfern is evolving fast. More upgrades coming soon.

Everfern v0.1.0-pre-release

Pre-release

Choose a tag to compare

@CodenRust CodenRust released this 16 Apr 17:24

Everfern Desktop — Pre-release v0.1.0

Welcome to the very first pre-release of Everfern Desktop 🎉
This early version introduces the foundation of Everfern as a powerful, connected productivity and automation platform.

🚀 Key Features

  • Multi-Platform Integrations

    • Seamless integration with Discord and Telegram for real-time communication and automation.
  • MCP (Model Context Protocol) Support

    • Built-in MCP compatibility for advanced AI workflows and modular integrations.
  • OpenRouter Integration

    • Access multiple AI models through OpenRouter, enabling flexible and scalable AI-powered features.
  • Core Desktop Experience

    • Initial desktop interface with core functionality for managing integrations and workflows.

⚠️ Pre-release Notes

  • This is an early version and may contain bugs or incomplete features.
  • Performance and stability improvements are ongoing.
  • More integrations, UI enhancements, and powerful features are coming soon.

Stay tuned as Everfern evolves into a fully-featured automation and AI hub.