Which file do I need?
- Windows (8, 10, 11):
FIX.Log.Viewer_<version>.exe
orFIX.Log.Viewer_<version>.msi
- MacOS (x64):
FIX.Log.Viewer-<version>_x64.dmg
(please read 'Important information when installing/upgrading on MacOS' below) - MacOS (aarch64):
FIX.Log.Viewer-<version>_aarch64.dmg
(please read 'Important information when installing/upgrading on MacOS' below) - Linux:
fixlogviewer_<version>_amd64.deb
(Ubuntu, Debian),fixlogviewer-<version>.x86_64.rpm
(Red Hat, Fedora, CentOS),fixlogviewer_<version>_linux64.tar.gz
(others)
Release Notes
✨ New Features
- Live Log - read FIX log in real-time. Supports reading local FIX log file or remote FIX log file
- Reading compressed FIX log files (zip, gz, 7z, bz2, lz4, xz, and lzma)
- Support for Apple silicon (aarch64)
🐛 Bug Fixes
- Misc bug fixes
If you find a bug, please report it by opening an issue here.
Important information when installing/upgrading on MacOS
Changes to the security model used in the latest versions of MacOS (Big Sur, Monterey, Ventura or newer) mean that the operating system will show an error message ('"FIX Log Viewer" is damaged and can’t be opened. You should move it to the Bin.') when trying to install the application. To work around this, run the following command on the downloaded dmg file in a terminal before installing:
On Mac with Intel:
sudo xattr -d com.apple.quarantine FIX.Log.Viewer-1.2.0_x64.dmg
On Mac with Apple silicon:
sudo xattr -d com.apple.quarantine FIX.Log.Viewer-1.2.0_aarch64.dmg
Alternatively download the app from command line with wget
or curl
instead of from a web browser. The web browser will flag .dmg file as suspicious if it does not have the correct signature. This flag is removed with the above xattr
command.
I you still see the error message manually remove the app and install it again.