In-Browser Capture Terminal
Interact with the C++ capture agent to select network interfaces, view real-time logs, and monitor the capture process directly from the web UI.
High-performance packet capture and analysis tool for debugging and monitoring

Real-time Metrics Dashboard

Detailed Session Analysis

Custom Alert Rules
Get up and running with Rewind in minutes:
# Clone the repository
git clone https://github.com/sreekarnv/rewind.git
cd rewind
# Build capture agent (Windows)
cd services/capture-agent && build.bat
# Install backend dependencies
cd ../backend-api && bun install
# Install frontend dependencies
cd ../frontend && bun install
# Start MongoDB
mongod --dbpath /path/to/data
# Start backend (requires admin/sudo)
cd services/backend-api && bun run dev
# Start frontend
cd services/frontend && npm run dev
# Access UI at http://localhost:5173Lightning-fast JavaScript runtime
Type-safe development
Modern web framework
High-performance capture agent
Document database
Utility-first CSS
Fast Bun web framework
Metrics & monitoring
Released under the MIT License.