VibeSurf is an open-source AI agentic browser that revolutionizes browser automation and research.
If you're as excited about open-source AI browsing as I am, give it a star! ⭐
-
🧠 Advanced AI Automation: Beyond browser automation, VibeSurf performs deep research, intelligent crawling, content summarization, and more to exploration.
-
🚀 Multi-Agent Parallel Processing: Run multiple AI agents simultaneously in different browser tabs, enabling both deep research and wide research with massive efficiency gains.
-
🥷 Stealth-First Architecture: Uses Chrome DevTools Protocol (CDP) instead of Playwright for superior stealth capabilities, preventing bot detection.
-
🎨 Seamless Chrome Extension UI: Native browser integration without switching applications, providing an intuitive interface that feels like part of your browser.
-
🔒 Privacy-First LLM Support: Supports local LLMs (Ollama, etc.) and custom LLM APIs to ensure your browsing data stays private and secure during vibe surfing.
Get VibeSurf up and running in just three simple steps. No complex configuration required.
Install uv package manager from the official website
MacOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Install VibeSurf
uv pip install vibesurf -UStart the VibeSurf browser assistant
uv run vibesurf1017-2.mp4
Want to contribute to VibeSurf? Follow these steps to set up your development environment:
git clone https://github.com/vibesurf-ai/VibeSurf.git
cd VibeSurfMacOS/Linux
uv venv --python 3.12
source .venv/bin/activate
uv pip install -e .Windows
uv venv --python 3.12
.venv\Scripts\activate
uv pip install -e .Option 1: Direct Server
uvicorn vibe_surf.backend.main:app --host 127.0.0.1 --port 9335Option 2: CLI Entry
uv run vibesurfWe're building VibeSurf to be your ultimate AI browser companion. Here's what's coming next:
-
Smart Skills System - Completed Add
/searchfor quick information search,/crawlfor automatic website data extraction and/codefor webpage js code execution. Integrated native APIs for Xiaohongshu, Douyin, Weibo, and YouTube. -
Third-Party Integrations - Completed Connect with hundreds of popular tools including Gmail, Notion, Google Calendar, Slack, Trello, GitHub, and more through Composio integration to combine browsing with powerful automation capabilities
-
Agentic Browser Workflow - In Progress Create custom drag-and-drop and conversation-based workflows for auto-login, data collection, and complex browser automation tasks
-
Powerful Coding Agent - In Progress Build a comprehensive coding assistant for data processing and analysis directly in your browser
-
Intelligent Memory & Personalization - Planned Transform VibeSurf into a truly human-like companion with persistent memory that learns your preferences, habits, and browsing patterns over time
0831-1-ff.mp4
0901.mp4
This repository is licensed under the VibeSurf Open Source License, based on Apache 2.0 with additional conditions.
VibeSurf builds on top of other awesome open-source projects:
Huge thanks to their creators and contributors!