Cross-platform Avalonia desktop app that recreates the Windows Event Viewer experience: browse channels (local or remote), filter with XPath, inspect event details, export logs, custom views, subscriptions (read-only), and attach tasks to the Task Scheduler.
Built with System.Diagnostics.Eventing.Reader on Windows. Not affiliated with Microsoft.
dotnet run --project src/FastEventViewer/FastEventViewer.csproj -c ReleaseRequires a Windows target with the Windows Event Log service for live channels.
See AGENTS.md for repository layout and conventions for contributors / automation.