# Build
make all
# Start daemon (requires root)
sudo ./artifacts/ravn daemon
# Start dashboard
./artifacts/ravn cli- Linux kernel 5.4+
- Redis server
- Build tools (gcc, clang, make)
# Install Redis
sudo apt install redis-server
sudo systemctl start redis-server
# Build RAVN
make all- Real-time Monitoring: eBPF-based system call tracking
- AI Threat Detection: Deep learning model with sliding window analysis
- Professional Dashboard: TUI interface with live updates
- High Performance: <10ms inference, 100+ events/second
RAVN is also available as a Docker container:
# Pull from GitHub Container Registry (private)
docker pull ghcr.io/guy-davidi/ravn:latest
# Run the container
docker run -d --privileged ghcr.io/guy-davidi/ravn:latestNote: The package is private and requires authentication to access.
GPL License - see LICENSE file for details.