| title | Welcome to KubeBrowse |
|---|---|
| description | Description of your new file. |
Thank you for your interest in KubeBrowse! This project aims to create a secure browser-in-browser isolation platform powered by Kubernetes, providing ephemeral sandboxed browsing environments with no additional software requirements.
KubeBrowse is an open-source solution that offers containerized browser sessions for complete isolation from your local environment. Each session runs in an isolated container with:
- Real-time threat analysis for uploaded files
- Automatic cleanup after session timeout
- Strict per-pod network isolation
- Support for Chrome Extensions
- Kubernetes cluster
- Docker
- Go 1.13+
```bash
git clone https://github.com/browsersec/KubeBrowse.git
cd KubeBrowse
go build -v .
./guac
```
For more detailed installation instructions, please refer to our installation guide.
We welcome contributions from everyone! Here's how you can help:
- Code Contributions: Submit bug fixes or new features via pull requests
- Documentation: Help improve our documentation
- Bug Reports: Submit detailed bug reports
- Feature Requests: Share your ideas for new features
Please check out our [CONTRIBUTING.md](https://github.com/browsersec/KubeBrowse/blob/main/docs/CONTRIBUTING.md) for more information on how to contribute.
- GitHub Issues: For bug reports and feature requests
- Discussions: For questions and community support
KubeBrowse is licensed under the license included in the repository. See the LICENSE file for details.
We're excited to have you join our community and look forward to your contributions!