https://github.com/co-browser/vibe
The Secure Browser for Programmable AI Agents
https://github.com/co-browser/vibe
a2a agent ai ai-agents browser chatbot llm mcp memory rag security
Last synced: about 1 year ago
JSON representation
The Secure Browser for Programmable AI Agents
- Host: GitHub
- URL: https://github.com/co-browser/vibe
- Owner: co-browser
- Created: 2025-06-13T13:51:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T04:17:02.000Z (about 1 year ago)
- Last Synced: 2025-06-21T05:27:14.923Z (about 1 year ago)
- Topics: a2a, agent, ai, ai-agents, browser, chatbot, llm, mcp, memory, rag, security
- Language: TypeScript
- Homepage: https://cobrowser.xyz/
- Size: 7.55 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

The Interactive Browser.
[](https://x.com/cobrowser)
[](https://discord.gg/gw9UpFUhyY)
Vibe Browser is an AI-powered desktop browser that transforms traditional web browsing into an intelligent, memory-enhanced experience.
> [!WARNING]
>
> This project is in alpha stage and not production-ready.
> The architecture is under active development and subject to significant changes.
> Security features are not fully implemented - do not use with sensitive data or in production environments.
>
macOS:
```bash
# 1. Clone and setup
git clone https://github.com/co-browser/vibe.git
cd vibe && cp .env.example .env
# 2. Add your API key to .env
# OPENAI_API_KEY=sk-xxxxxxxxxxxxx
# 3. Install and launch
pnpm install && pnpm dev
```
## Demo

## Release Notes
[Release Notes](CHANGELOG.md)
## Development
Quick fix for common issues:
```bash
pnpm fix # Auto-format and lint-fix
```
Pre-commit hooks validate code quality (same as CI). All commits must pass build, lint, typecheck, and format checks.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/co-browser/vibe/tags).