AI Skill Hub 强烈推荐:纳米浏览器 是一款优质的AI工具。在 GitHub 上收获超过 13.0k 颗 Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
纳米浏览器 是一款基于 TypeScript 开发的开源工具,专注于 网页自动化、AI代理、多智能体 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
纳米浏览器 是一款基于 TypeScript 开发的开源工具,专注于 网页自动化、AI代理、多智能体 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g nanobrowser # 方式二:npx 直接运行(无需安装) npx nanobrowser --help # 方式三:项目依赖安装 npm install nanobrowser # 方式四:从源码运行 git clone https://github.com/nanobrowser/nanobrowser cd nanobrowser npm install npm start
# 命令行使用
nanobrowser --help
# 基本用法
nanobrowser [options] <input>
# Node.js 代码中使用
const nanobrowser = require('nanobrowser');
const result = await nanobrowser.run(options);
console.log(result);
# nanobrowser 配置说明 # 查看配置选项 nanobrowser --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export NANOBROWSER_CONFIG="/path/to/config.yml"
<img src="https://deepwiki.com/badge.svg" height="28" alt="Ask DeepWiki">
</div>
To get the most recent version with all the latest features:
1. Download * Download the latest nanobrowser.zip file from the official Github release page.
2. Install: Unzip nanobrowser.zip. Open chrome://extensions/ in Chrome Enable Developer mode (top right) Click Load unpacked (top left) * Select the unzipped nanobrowser folder.
3. Configure Agent Models Click the Nanobrowser icon in your toolbar to open the sidebar Click the Settings icon (top right). Add your LLM API keys. Choose which model to use for different agents (Navigator, Planner)
4. Upgrading: Download the latest nanobrowser.zip file from the release page. Unzip and replace your existing Nanobrowser files with the new ones. * Go to chrome://extensions/ in Chrome and click the refresh icon on the Nanobrowser card.
If you prefer to build Nanobrowser yourself, follow these steps:
1. Prerequisites: Node.js (v22.12.0 or higher) pnpm (v9.15.1 or higher)
2. Clone the Repository:
git clone https://github.com/nanobrowser/nanobrowser.git
cd nanobrowser
3. Install Dependencies:
pnpm install
4. Build the Extension:
pnpm build
5. Load the Extension: The built extension will be in the dist directory Follow the installation steps from the Manually Install section to load the extension into your browser
6. Development Mode (optional):
pnpm dev
1. Install from Chrome Web Store (Stable Version): Visit the Nanobrowser Chrome Web Store page Click "Add to Chrome" button * Confirm the installation when prompted
Important Note: For latest features, install from "Manually Install Latest Version" below, as Chrome Web Store version may be delayed due to review process.
2. Configure Agent Models: Click the Nanobrowser icon in your toolbar to open the sidebar Click the Settings icon (top right) Add your LLM API keys Choose which model to use for different agents (Navigator, Planner)
nanobrowser结合Chrome扩展与AI代理,提供强大网页自动化能力。基于成熟的n8n平台,社区活跃度高,架构设计合理,适合专业开发团队使用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,纳米浏览器 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | nanobrowser |
| 原始描述 | 开源n8n工作流:Open-Source Chrome extension for AI-powered web automation. Run multi-agent work。⭐13.0k · TypeScript |
| Topics | 网页自动化AI代理多智能体Chrome扩展n8n集成 |
| GitHub | https://github.com/nanobrowser/nanobrowser |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。