AI-Browser适用于 ChatGPT、Gemini、Claude、DeepSeek、Grok的客户端开源应用程序,集成了 Monaco 编辑器。

一、软件介绍

文末提供程序和源码下载学习

AI-Browser适用于 ChatGPT、Gemini、Claude、DeepSeek、Grok、Felo、Cody、JENOVA、Phind、Perplexity、Genspark 和 Google AI Studio 的客户端应用程序,集成了 Monaco 编辑器。使用 Electron 构建的强大桌面应用程序,为与多个 AI 聊天服务交互提供统一接口。专为同时使用多个 AI 模型的用户而设计,具有复杂的 Monaco Editor 集成,可增强文本编辑功能。

二、Features 特征

Multi-AI Service Support: Seamlessly interact with multiple AI services including:

多 AI 服务支持 :与多个 AI 服务无缝交互,包括:

  • ChatGPT 聊天 GPT
  • Google Gemini 谷歌双子座
  • Google AI Studio 谷歌人工智能工作室
  • Anthropic Claude 人类学克劳德
  • DeepSeek 深度 seek
  • Grok 格罗克
  • Phind 平德
  • Perplexity 困惑
  • Genspark Genspark 公司
  • Felo 费洛
  • JENOVA 杰诺瓦
  • Cody 科 迪

Advanced Editor Integration:

高级编辑器集成 :

  • Powered by Monaco Editor (VS Code's editor)
  • 由 Monaco Editor(VS Code 的编辑器)提供支持
  • Up to 5-way vertical split editing
  • 最多 5 向垂直拆分编辑
  • Syntax highlighting for multiple programming languages
  • 多种编程语言的语法高亮显示
  • Customizable font size and theme settings
  • 可自定义的字体大小和主题设置
  • Efficient Workflow Features:

高效的工作流程功能 :

  • Send prompts to multiple AI services simultaneously
  • 同时向多个 AI 服务发送提示
  • Bulk send feature to broadcast prompts to all active services at once
  • 批量发送功能,可同时向所有活动服务广播提示
  • Maintain and access prompt history
  • 维护和访问提示历史记录
  • Quick prompt reuse from history
  • 从历史记录中快速提示重用
  • Drag and drop text manipulation
  • 拖放文本作
  • Dark/Light mode support 深色/浅色模式支持

Browser Integration:

浏览器集成 :

  • Dedicated tabs for each AI service
  • 每个 AI 服务的专用选项卡
  • Individual service reload options
  • 单个服务重新加载选项
  • URL tracking for each service
  • 每项服务的 URL 跟踪
  • Customizable tab visibility
  • 可定制的选项卡可见性
  • Selective service activation/deactivation
  • 选择性服务激活/停用

Keyboard Shortcuts:

键盘快捷键 :

  • Quick navigation between tabs
  • 在选项卡之间快速导航
  • Efficient prompt management
  • 高效的及时管理
  • Editor manipulation shortcuts
  • 编辑器作快捷方式
  • History navigation 历史记录导航

三、Screenshots 屏幕截图

四、Installation 安装

  • 从文末下载最新版本
  • 按照作系统的标准安装过程安装应用程序
  • 启动应用程序

五、Usage 用法

Editor Management:

编辑管理 :

Use the split icons at the top to divide the editor

使用顶部的拆分图标来划分编辑器

Each split can contain different text

每个拆分可以包含不同的文本

Use the syntax highlighting dropdown to select appropriate language

使用语法高亮显示下拉列表选择适当的语言

AI Service Interaction:

AI 服务交互 :

Select the desired AI service tab

选择所需的 AI 服务选项卡

Type or paste your prompt in the editor

在编辑器中键入或粘贴提示

Click "Send" to send to the current service

点击"发送"以发送到当前服务

Use the "All" button to broadcast your prompt to all active services simultaneously

使用 "All" 按钮将您的提示同时广播到所有活动服务

Enable/disable specific services using the settings icon in the tab bar

使用选项卡栏中的设置图标启用/禁用特定服务

History Management:

历史管理 :

Access previous prompts from the history dropdown

从历史记录下拉列表中访问以前的提示

Use up/down arrows or keyboard shortcuts to navigate history

使用向上/向下箭头或键盘快捷键浏览历史记录

Delete individual history items as needed

根据需要删除单个历史记录项

Customization: 定制 :

Toggle dark/light mode 切换深色/浅色模式

Adjust font size 调整字体大小

Show/hide AI service tabs

显示/隐藏 AI 服务选项卡

Resize the browser/editor split

调整浏览器/编辑器拆分的大小

Keyboard Shortcuts 键盘快捷键

Ctrl/Cmd + Enter: Send to current AI service

Ctrl/Cmd + Enter:发送到当前 AI 服务

Ctrl/Cmd + S: Save to history

Ctrl/Cmd + S:保存到历史记录

Ctrl/Cmd + Shift + C: Copy to clipboard

Ctrl/Cmd + Shift + C:复制到剪贴板

Ctrl/Cmd + Backspace: Clear editor

Ctrl/Cmd + Backspace:清除编辑器

Ctrl/Cmd + ↑/↓: Navigate history

Ctrl/Cmd + ↑/↓:导航历史记录

Ctrl + Tab: Switch between AI services

Ctrl + Tab:在 AI 服务之间切换

Development 发展

Clone the repository

git clone https://github.com/Jun-Murakami/AI-Browser.git

Install dependencies

npm install

Run in development mode

npm run dev

Build for production

npm run build

六、软件下载

夸克网盘分享

本文信息来源于GitHub作者地址:https://github.com/Jun-Murakami/AI-Browser

相关推荐
冬奇Lab2 小时前
Workflow 系列(02):设计范式——四层架构、三种 Context 传递模式与确认门设计
人工智能·agent·工作流引擎
冬奇Lab2 小时前
每日一个开源项目(第145篇):Trellis - 把项目记忆、规范和任务上下文持久化进代码仓库
人工智能·开源·资讯
有道AI情报局2 小时前
Harness即产品
人工智能·agent
罗西的思考3 小时前
机器人 / 强化学习】HIL-SERL:人类在环驱动的具身智能进化框架
人工智能·算法·机器学习
lincats3 小时前
Claude Code再强,也有这7件事做不了
ai agent·deepseek·claude code
IT_陈寒4 小时前
SpringBoot自动配置的坑,我的API突然就404了
前端·人工智能·后端
笃行3505 小时前
从零到上线:用 EdgeOne Makers + CodeBuddy 搭一个「对账核对员」AI Agent
人工智能
用户6856326208695 小时前
Claude Code 乱猜字段名?我给它写了一个"数据库查询约束 Skill"
人工智能
你_好5 小时前
# 给你的产品嵌入一个「会操作界面的 AI 助手」
人工智能
ShallWeL5 小时前
【机器学习】(3)—— 线性回归:梯度下降
人工智能·机器学习