Neko
ActiveDescription
Neko is an open-source virtual browser that runs a browser inside a container, letting agents and humans share the same remote browser session.
Key Features
- Containerized browser — runs Chrome, Firefox inside Docker
- WebRTC transport — low-latency remote control that feels local
- Multi-user collaboration — multiple users share the same browser
- Remote-access friendly — securely accessible without exposing ports
- Agent-friendly — controllable by automation agents over WebRTC
- Consistent environment — same browser for teams and agents
Use Cases
💡 Providing AI browser agents with a reproducible browser environment
💡 Sharing one debug browser across the team
💡 A lighter alternative to screen share for demos
💡 Running browser automation against untrusted sites in isolated containers
Categories
Quick Start
docker run -d -p 8080:8080 -p 5901:5901 \
-e NEKO_PASSWORD=neko m1k1o/neko:latest