Open-source platform for delivering containerized applications through your web browser
License: MIT Kubernetes Go Version React
Website β’ Documentation β’ Getting Started β’ Contributing
StreamSpace is a Kubernetes-native platform that streams GUI applications directly to web browsers using VNC technology. No client software requiredβjust open your browser and access any containerized application.
Perfect for:
- π₯οΈ Remote Desktops - Full Linux desktop environments in the browser
- π οΈ Development Environments - VS Code, IDEs, and dev tools accessible anywhere
- π Web Browsers - Firefox, Chrome in isolated containers
- π Enterprise Applications - CAD, data analysis, legacy apps
- π Education & Training - Consistent environments for students
- π§ͺ Testing & QA - Isolated browser testing environments
- Browser-Based Access - No VPN, no RDP clients, just a web browser
- Multi-User Support - Isolated sessions with resource quotas
- Auto-Hibernation - Scale to zero when idle, save resources
- Persistent Storage - NFS-backed home directories
- 200+ Templates - Pre-built applications ready to deploy
- Multiple Auth Methods - Local, SAML 2.0 (Okta, Azure AD), OIDC, MFA
- Compliance Built-In - SOC2, HIPAA, GDPR frameworks
- Audit Logging - Complete activity tracking
- Plugin System - Extensible webhooks and integrations
- High Availability - Kubernetes-native with automatic failover
- REST API - Full programmatic control
- Custom Resources - Kubernetes CRDs for sessions and templates
- Webhook Support - Integrate with Slack, Teams, Discord, PagerDuty
- Multi-Platform - Kubernetes (production), Docker/VM/Cloud (coming soon)
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Web Browser β
β (VNC Viewer via WebSocket) β
ββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββ
β HTTPS/WSS
β
ββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββ
β Control Plane (API) β
β ββββββββββββ βββββββββββββ ββββββββββββββββ β
β β API β β VNC Proxy β β Agent Hub β β
β β Handlers β β (WebRTC) β β (WebSocket) β β
β ββββββββββββ βββββββββββββ ββββββββββββββββ β
ββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββ
β WebSocket Commands
β
ββββββββββββββββ΄βββββββββββββββ¬βββββββββββββββ
β β β
βββββββΌββββββ ββββββββββΌβββββββ β
β K8s β β Docker β β
β Agent β β Agent β (Future)
β β β (v2.1+) β
βββββββ¬ββββββ βββββββββββββββββ
β
βββββββΌβββββββββββββββββββββββββββββββββββββββββββ
β Kubernetes Cluster β
β ββββββββββββ ββββββββββββ ββββββββββββ β
β β Session β β Session β β Session β β
β β Pod β β Pod β β Pod β β
β ββββββββββββ ββββββββββββ ββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββ
- streamspace - Main platform (API, UI, Controllers, Agents)
- streamspace-plugins - Official and community plugins
- streamspace-templates - 200+ application templates
Development Status: 100% Complete - Integration Testing Phase
- β Multi-platform Control Plane + Agent architecture
- β End-to-end VNC proxy through Control Plane
- β Kubernetes Agent with full session lifecycle
- β VNC tunneling and real-time streaming
- β Agent management UI with monitoring
- β WebSocket command channel
- β 70%+ test coverage on all v2.0 code
- β Comprehensive documentation (6,700+ lines)
- π Integration testing with live K8s clusters
- π Performance benchmarking
- π Multi-agent deployment testing
- π Docker Agent (local development)
- π VM platforms (Hyper-V, vCenter)
- π Cloud platforms (AWS, Azure, GCP)
# Prerequisites: Kubernetes 1.19+, Helm 3.0+, PostgreSQL, NFS storage # Clone repository git clone https://github.com/streamspace-dev/streamspace.git cd streamspace # Deploy via Helm helm install streamspace ./chart -n streamspace --create-namespace # Create a session kubectl apply -f - <<EOF apiVersion: stream.space/v1alpha1 kind: Session metadata: name: my-firefox namespace: streamspace spec: user: myuser template: firefox state: running resources: memory: 2Gi cpu: 1000m EOF # Access at https://<your-domain>/sessions/my-firefox
Backend
- Go 1.21+ (API backend, controllers, agents)
- PostgreSQL (87 tables)
- Kubebuilder 3.x (Kubernetes controller framework)
Frontend
- React 18+ with TypeScript
- Material-UI (MUI)
- noVNC (VNC client)
Infrastructure
- Kubernetes 1.19+ (production)
- Docker (local development)
- NFS (persistent storage)
- Traefik/Nginx (ingress)
Streaming
- VNC over WebSocket
- TigerVNC + noVNC stack (v2.0+)
- WebRTC (planned for v3.0)
We welcome contributions! StreamSpace uses a multi-agent development model:
- Architect - Research, planning, architecture decisions
- Builder - Feature implementation, bug fixes
- Validator - Testing, QA, coverage expansion
- Scribe - Documentation, guides, examples
See our Contributing Guide to get started.
- Architecture Overview - System design and data flow
- Deployment Guide - Installation and configuration
- Agent Guide - Deploying and managing agents
- Migration Guide - Upgrading from v1.x
- API Reference - REST API documentation
- Plugin Development - Building plugins
- 87 Database Tables
- 70+ REST API Handlers
- 50+ React Components
- 200+ Application Templates
- 28 Plugin Framework Hooks
- 500+ Test Cases
- 70%+ Test Coverage
- 66,000+ Lines of Go Code
- 6,700+ Lines of Documentation
Enable secure remote access to corporate applications without VPN complexity.
Provide students with consistent development environments accessible from any device.
Run automated browser tests in isolated containers with full GUI access.
Containerize and stream legacy Windows/Linux applications through modern browsers.
Give developers pre-configured environments with all tools installed, accessible anywhere.
StreamSpace is open source software licensed under the MIT License.
- Website: streamspace.dev
- Documentation: GitHub Docs
- Community: GitHub Discussions
- Issues: GitHub Issues
- Security: Security Policy
- π Check our Documentation
- π‘ Ask in GitHub Discussions
- π Report bugs via GitHub Issues
- π§ Contact: conduct@streamspace.dev
Built with β€οΈ by the StreamSpace Community
β Star us on GitHub if you find StreamSpace useful!