Content
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./static/vibe-dark.png">
<source media="(prefers-color-scheme: light)" srcset="./static/vibe-light.png">
<img alt="Vibe Browser" src="./static/vibe-dark.png" width="100%">
</picture>
<h1 align="center">The Interactive Browser.</h1>
<div align="center">
[](https://x.com/cobrowser)
[](https://discord.gg/gw9UpFUhyY)
</div>
Vibe Browser is an AI-powered desktop browser that transforms traditional web browsing into an intelligent, memory-enhanced experience.
## v0.1.0◊
> [!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).