A native macOS application for viewing Windows Event Log (.evtx) files.
- Parse and display Windows Event Log (.evtx) files
- Native macOS interface built with SwiftUI
- View event details including timestamps, event IDs, sources, and XML data
- Search and filter events
- macOS 14.0 or later
- Universal Binary: Runs natively on both Intel and Apple Silicon Macs
- Xcode 16.0 or later
- macOS 14.0 SDK or later
- Clone the repository:
git clone https://github.com/adi555j/EventViewerMac.git
cd EventViewerMac- Build using the provided script:
./build.shOr build manually using Xcode:
- Open
EventViewerMac.xcodeprojin Xcode - Select Product > Archive
- Export the app
The built app will support both x86_64 (Intel) and arm64 (Apple Silicon) architectures.
After building, verify the binary contains both architectures:
lipo -archs build/Build/Products/Release/EventViewerMac.app/Contents/MacOS/EventViewerMacExpected output: x86_64 arm64
- Launch EventViewerMac
- Click "Open EVTX File" to select a Windows Event Log file
- Browse through the events in the list
- Click on any event to view detailed information
Copyright © 2026. All rights reserved.