Comma Connect alternative with high-res video, file management, remote streaming, and more.
Try our connect at https://connect.asius.ai
- Connect - Web frontend with better UX, works with stock openpilot
- AsiusPilot - Openpilot with remote streaming, joystick, params editing and bluetooth.
- API - Cloud backend with 1TB storage and no device blocking
curl -fsSL https://bun.sh/install | bashgit clone https://github.com/asiusai/connect.git
cd asiusai
bun install
bun devbun run dev # Start dev server
bun run build # Build for production
bun run fix # Lint and format
bun run tsc # Type check
bun run test # Unit tests
bun run integration # Integration tests (PROVIDER=asius)Set PROVIDER env to comma, konik or asius for different configurations.