AgenticSeek开源的完全本地的 Manus AI。无需 API,享受一个自主代理,它可以思考、浏览 Web 和编码,只需支付电费。

​一、软件介绍

文末提供程序和源码下载

       AgenticSeek开源的完全本地的 Manus AI。无需 API,享受一个自主代理,它可以思考、浏览 Web 和编码,只需支付电费。这款支持语音的 AI 助手是 Manus AI 的 100% 本地替代品 ,可自主浏览网页、编写代码和计划任务,同时将所有数据保留在您的设备上。它专为本地推理模型量身定制,完全在您的硬件上运行,确保完全隐私和零云依赖。

二、为什么选择 AgenticSeek?

  • 🔒 Fully Local & Private - Everything runs on your machine — no cloud, no data sharing. Your files, conversations, and searches stay private.
    🔒 完全本地和私有 - 一切都在您的机器上运行 - 没有云,没有数据共享。您的文件、对话和搜索将保持私密。

  • 🌐 Smart Web Browsing - AgenticSeek can browse the internet by itself — search, read, extract info, fill web form — all hands-free.
    🌐 智能网页浏览 - AgenticSeek 可以自行浏览互联网 - 搜索、阅读、提取信息、填写网页表格 - 所有这些都是免提的。

  • 💻 Autonomous Coding Assistant - Need code? It can write, debug, and run programs in Python, C, Go, Java, and more — all without supervision.
    💻 Autonomous Coding Assistant - 需要代码?它可以用 Python、C、Go、Java 等语言编写、调试和运行程序 — 所有这些都无需监督。

  • 🧠 Smart Agent Selection - You ask, it figures out the best agent for the job automatically. Like having a team of experts ready to help.
    🧠 智能代理选择 - 您询问,它会自动找出最适合该工作的代理。就像有一个随时准备提供帮助的专家团队。

  • 📋 Plans & Executes Complex Tasks - From trip planning to complex projects — it can split big tasks into steps and get things done using multiple AI agents.
    📋 计划并执行复杂的任务 - 从旅行计划到复杂的项目 - 它可以将大任务分成步骤,并使用多个 AI 代理完成工作。

  • 🎙️ Voice-Enabled - Clean, fast, futuristic voice and speech to text allowing you to talk to it like it's your personal AI from a sci-fi movie
    🎙️ 支持语音 - 干净、快速、未来主义的语音和语音到文本,让您可以像科幻电影中的个人 AI 一样与它交谈

三、Installation  安装

Make sure you have chrome driver, docker and python3.10 installed.
确保您已安装 chrome 驱动程序、docker 和 python3.10。

We highly advice you use exactly python3.10 for the setup. Dependencies error might happen otherwise.
我们强烈建议您完全使用 python3.10 进行设置。否则可能会发生依赖项错误。

For issues related to chrome driver, see the Chromedriver section.
有关 Chrome 驱动程序的问题,请参阅 Chromedriver 部分。

1️⃣ Clone the repository and setup
1️⃣ 克隆存储库并设置

git clone https://github.com/Fosowl/agenticSeek.git
cd agenticSeek
mv .env.example .env

2️ Create a virtual env
2️ 创建虚拟环境

python3 -m venv agentic_seek_env
source agentic_seek_env/bin/activate
# On Windows: agentic_seek_env\Scripts\activate

3️⃣ Install package
3️⃣ 安装软件包

Ensure Python, Docker and docker compose, and Google chrome are installed.
确保已安装 Python、Docker 和 docker compose 以及 Google Chrome。

We recommand Python 3.10.0.
建议使用 Python 3.10.0。

Automatic Installation (Recommanded):
自动安装 (推荐):

For Linux/Macos:  对于 Linux/Macos:

./install.sh

For windows:  对于 Windows:

./install.bat

Manually:  手动地:

Note: For any OS, ensure the ChromeDriver you install matches your installed Chrome version. Run google-chrome --version. See known issues if you have chrome >135
注意:对于任何作系统,请确保您安装的 ChromeDriver 与您安装的 Chrome 版本相匹配。运行 google-chrome --version。如果您使用的是 chrome >135,请参阅已知问题

  • Linux:  Linux 的:

Update Package List: sudo apt update
更新包列表:sudo apt update

Install Dependencies: sudo apt install -y alsa-utils portaudio19-dev python3-pyaudio libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1
安装依赖项: sudo apt install -y alsa-utils portaudio19-dev python3-pyaudio libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1

Install ChromeDriver matching your Chrome browser version: sudo apt install -y chromium-chromedriver
安装与您的 Chrome 浏览器版本匹配的 ChromeDriver: sudo apt install -y chromium-chromedriver

Install requirements: pip3 install -r requirements.txt
安装要求: pip3 install -r requirements.txt

  • Macos:  苹果科斯 

Update brew : brew update
Update brew : brew update (更新

Install chromedriver : brew install --cask chromedriver
安装 chromedriver : brew install --cask chromedriver

Install portaudio: brew install portaudio
安装 portaudio:brew install portaudio

Upgrade pip : python3 -m pip install --upgrade pip  升级 pip : python3 -m pip install --upgrade pip

Upgrade wheel : : pip3 install --upgrade setuptools wheel
升级轮 : : pip3 install --upgrade setuptools wheel

Install requirements: pip3 install -r requirements.txt
安装要求: pip3 install -r requirements.txt

  • Windows:  Windows (窗口 ):

Install pyreadline3 pip install pyreadline3
安装 pyreadline3 pip 安装 pyreadline3

Install portaudio manually (e.g., via vcpkg or prebuilt binaries) and then run: pip install pyaudio
手动安装 portaudio(例如,通过 vcpkg 或预构建的二进制文件),然后运行:pip install pyaudio

Download and install chromedriver manually from: https://sites.google.com/chromium.org/driver/getting-started
从以下位置手动下载并安装 chromedriver:https://sites.google.com/chromium.org/driver/getting-started

Place chromedriver in a directory included in your PATH.
将 chromedriver 放在 PATH 中包含的目录中。

Install requirements: pip3 install -r requirements.txt
安装要求: pip3 install -r requirements.txt



四、在计算机上本地运行 LLM 的设置

Hardware Requirements:  硬件要求:

To run LLMs locally, you'll need sufficient hardware. At a minimum, a GPU capable of running Qwen/Deepseek 14B is required. See the FAQ for detailed model/performance recommendations.
要在本地运行 LL

AgenticSeek 是一款完全本地运行的开源 AI 助手,旨在为用户提供一个无需依赖云端服务的替代方案。它支持语音交互、智能网页浏览自主编码任务规划等功能,所有数据均保留在用户设备上,确保隐私安全。该项目由 Fosowl 开发,可以作为Manus AI开源替代方案。 核心功能 完全本地化与隐私保护 AgenticSeek 的所有功能均在用户本地设备上运行,无需连接云端服务,避免了数据泄露的风险。用户的文件、对话搜索记录始终保留在本地,确保信息的私密性。 智能网页浏览 该助手能够自主浏览互联网,执行搜索、阅读、信息提取填写网页表单等操作,无需人工干预,提高了工作效率。 自主编码助手 AgenticSeek 支持多种编程语言,包括 Python、C、Go Java 等,能够根据用户需求编写、调试并运行代码,适用于开发者的日常工作。 智能代理选择与任务规划 在处理复杂任务时,AgenticSeek 能够自动选择最适合的 AI 代理,将大型任务分解为多个步骤,并协调多个代理协同完成,提高了任务执行的效率准确性。 语音交互功能 该助手配备了先进的语音识别语音合成功能,使用户可以通过语音与 AI 助手进行自然流畅的对话,提升了用户体验。 技术架构与性能 AgenticSeek 基于 DeepSeek R1 模型,强调推理能力工具使用的高效性。其模块化设计允许用户根据具体需求进行定制,适应不同的应用场景。安装过程简单,支持多种操作系统,适合具备一定技术背景的用户部署使用。 与 Manus AI 的比较 Manus AI 是一款云端运行的通用 AI 助手,具备强大的任务执行能力,但目前仅通过邀请方式提供访问,且存在数据隐私访问限制等问题。相比之下,AgenticSeek 作为开源项目,提供了更高的可访问性数据控制权,适合注重隐私自主性的用户选择
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值