Tracer is the tool we wanted to run in production ourselves.
Multiple site collectors ingest log files and journalctl output, funneling structured records into the panel before persisting to SQLite, mirroring raw archives, and alerting Telegram.
Collectors
Multiple collectors per host ingest JSON, regex, log files, and journalctl tracks over WebSocket.
Panel
Panel handles trace grouping, deduplication, and mirrored alert delivery.
Persistence
Data lands in SQLite while raw archives and Telegram alerts stay in sync.
Coming Soon
Hosted infrastructure for teams who want the benefits of Tracer without managing their own servers.
Install Tracer on your server:
curl -fsSL https://raw.githubusercontent.com/ai-shift/tracer/main/install.sh | sudo bash