An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Vibe Browser

The Interactive Browser.

[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser)](https://x.com/cobrowser)
[![Discord](https://img.shields.io/discord/1351569878116470928?logo=discord&logoColor=white&label=discord&color=white)](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

![Demo](./static/demo.gif)

## 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).