Discover and explore top open-source AI tools and projects—updated daily.
cartesiancsPhysical AI command and control platform
Top 83.7% on SourcePulse
Vessel is an open-source C2 (Command & Control) platform designed as a proactive security system for physical AI. It addresses the shortcomings of traditional home security by enabling users to connect, monitor, and orchestrate physical sensors and devices through an intuitive, visual flow-based interface. This allows for AI/ML analysis of video and audio streams and automated responses, offering individuals enhanced self-protection capabilities.
How It Works
Vessel employs a flow-based programming paradigm to connect various physical devices and sensors (e.g., via MQTT, RTP, RTSP, HTTP). It facilitates real-time audio and video streaming and integrates AI/ML models directly into the data flow for threat detection. Users can define custom logic and automate actions through a visual interface and a custom script language, enabling a flexible and powerful approach to physical security orchestration. The architecture prioritizes a local-first and offline-first design for ultimate user control.
Quick Start & Requirements
.env.example to .env, run diesel setup and diesel migration run, then cargo run.npm install and npm run client.docker build -t server . then docker run -p 0.0.0.0:6174:6174 server:latest.npm run desktop.npm run build compiles to a single executable.Highlighted Details
Maintenance & Community
The project is under active development. Contributions are welcomed via CONTRIBUTING.md. Further details on the roadmap are available on the Roadmap Page.
Licensing & Compatibility
Distributed under the Apache-2.0 License. The project is intended for academic and research purposes only, with all responsibility for its use resting with the user.
Limitations & Caveats
This project is under active development, meaning some features may be unstable or subject to change. A more detailed troubleshooting guide is forthcoming. The project's intended use is for academic and research purposes.
3 weeks ago
Inactive