Real-time Kernel Log & Telemetry Analyzer
A professional Linux kernel log viewer for security researchers and kernel developers.
chmod +x RingBuffer-x86_64.AppImage
./RingBuffer-x86_64.AppImageFor proper menu entry and icon display:
# Download both files to the same directory
chmod +x RingBuffer-x86_64.AppImage
bash install-icon.shThis will:
- ✅ Install the RingBuffer icon
- ✅ Create a desktop menu entry
- ✅ Add RingBuffer to your application launcher
After installation, search for "RingBuffer" in your application menu.
- Real-time kernel log monitoring - Live streaming from
/dev/kmsg - Advanced filtering - Filter by severity, subsystem, keywords
- Plugin system - Extensible architecture for custom analyzers
- USB event tracking - Monitor device connections and disconnections
- Beautiful UI - Modern PySide6 interface with syntax highlighting
- Zero installation - Single portable executable
- OS: Linux x86_64 (any modern distribution)
- Kernel: 4.x or newer
- Permissions: Read access to
/dev/kmsg(may require sudo or appropriate group membership)
sha256sum -c RingBuffer-x86_64.AppImage.sha256Expected output: RingBuffer-x86_64.AppImage: OK
rm ~/.local/share/applications/ringbuffer.desktop
rm ~/.local/share/icons/hicolor/256x256/apps/ringbuffer.png
rm ~/.local/share/pixmaps/ringbuffer.png
gtk-update-icon-cache ~/.local/share/icons/hicolor/To read kernel logs, you may need elevated permissions:
# Option 1: Run with sudo
sudo ./RingBuffer-x86_64.AppImage
# Option 2: Add your user to the appropriate group (recommended)
sudo usermod -aG systemd-journal $USER
# Log out and log back in for changes to take effectIcon doesn't show in menu:
- Run the install script:
bash install-icon.sh - Log out and log back in
- Update icon cache:
gtk-update-icon-cache ~/.local/share/icons/hicolor/
Permission denied when reading kernel logs:
- Run with sudo or add your user to the
systemd-journalgroup
AppImage won't run:
- Make sure it's executable:
chmod +x RingBuffer-x86_64.AppImage - Check if FUSE is installed:
sudo dnf install fuseorsudo apt install fuse
Found a bug or have a feature request? Open an issue
[Your License Here]
Made with ❤️ for the Linux community