Skip to content

Releases: DeepFundAI/ai-browser

DeepFundAI Browser v0.0.7

04 Nov 05:17

Choose a tag to compare

New Features

  • 🌍 Complete internationalization support (Chinese/English switching)
  • 🔧 Integrated react-i18next for multi-language support

Bug Fixes

  • 🐛 Fixed message hook usage by replacing direct imports with App.useApp()
  • 🐛 Corrected import paths and removed duplicate notifications

Improvements

  • ✨ Enhanced Popconfirm background opacity for better readability
  • 💡 Improved internationalization implementation and hook usage

DeepFundAI Browser v0.0.6

30 Oct 11:48

Choose a tag to compare

Download

Windows

  • Installer (recommended): ai-browser-0.0.6-win-x64-setup.exe - Full installer with auto-update support
  • Portable: ai-browser-0.0.6-win-x64.zip - Extract and run without installation

macOS

  • DMG Package: DeepFundAIBrowser-0.0.6-universal.dmg - Universal binary for Intel and Apple Silicon

New Features

Agent Configuration System

  • Added AgentConfigModal for customizing Browser Agent and File Agent behavior
  • Support for custom prompts to extend agent capabilities
  • MCP tools management (enable/disable individual tools)
  • Real-time configuration reload without restart

Toolbox Page

  • New centralized hub for all system features
  • Draggable window area for better UX
  • Visual distinction for implemented vs planned features
  • Coming Soon badges for undeveloped features

Improvements

UI/UX Enhancements

  • Increased modal sizes (90% width) for better usability
  • Optimized text layout and spacing in configuration modals
  • Fixed dark theme color scheme for better readability
  • Responsive card layouts

Documentation Updates

  • Updated README.md and README.zh-CN.md with new features
  • Added screenshots for Toolbox and Agent Configuration

Technical Details

  • Extended IPC handlers for agent configuration management
  • Enhanced ConfigManager functionality
  • Integrated EkoService with agent configuration system
  • Upgraded @jarvis-agent/electron to v0.1.7

v0.0.5

24 Oct 22:49

Choose a tag to compare

What's Changed

UI/UX Improvements

  • Update theme color from blue to purple (Fellou.ai style)
  • Update all panel backgrounds with elegant gradient (#1e1c23 → #281c39)
  • Fix input box border color on focus
  • Update Select dropdown styles with light purple theme
  • Switch to native system font stack (system-ui) to match Fellou.ai
  • Optimize Atlas icon and text styles

Bug Fixes

  • Fix FileAgent file path generation issue

Other Changes

  • Update screenshot functionality
  • Update application icons

Full Changelog: https://github.com/deepfundai/browser/compare/v0.0.4...v0.0.5

DeepFundAI Browser v0.0.4

24 Oct 12:37

Choose a tag to compare

new skin new life

DeepFundAI Browser v0.0.2

24 Oct 06:39

Choose a tag to compare

What's Changed

✨ Features

  • Upgraded @jarvis-agent/core to v0.1.3
  • Upgraded @jarvis-agent/electron to v0.1.6

🐛 Bug Fixes

  • Fixed FileAgent file path generation issue
  • Fixed preview failure problem

Full Changelog: v0.0.1...v0.0.2

DeepFundAI Browser v0.0.1

24 Oct 02:00

Choose a tag to compare

🎉 First Release

✨ Core Features

  • 🤖 AI-Powered Smart Browser – Supports multiple AI providers:

    • DeepSeek (deepseek-chat, deepseek-reasoner)
    • Qwen (qwen-max, qwen-plus, qwen-vl-max)
    • Google Gemini
    • Anthropic Claude
    • OpenRouter
  • Task Scheduler System – Full task scheduling and management

  • 🌐 Browser Automation – Web automation based on WebContentsView

  • 🎤 Voice Features – Speech-to-text (STT) and text-to-speech (TTS)

  • 📱 Social Media Integration – Supports content collection from Douyin and Xiaohongshu

📦 Installation

  1. Download DeepFundAIBrowser-0.0.1-universal.dmg
  2. Double-click the DMG file
  3. Drag the app into the Applications folder
  4. On first launch, allow the app to run in System Settings

🔧 System Requirements

  • macOS 11.0 or later
  • Supports Apple Silicon (M1/M2/M3) and Intel chips

📝 Configuration

API keys need to be configured on first run. Please refer to the project documentation.