A high-performance PDF and photo viewer built with Rust and GTK4
MView6 is designed for people who work with large photo and document collections. It provides seamless browsing across directories and archives, combining powerful features with an intuitive interface optimized for efficient operation. Built on modern, performance-focused technologies such as Rust and GTK4.
- Native support for ZIP and RAR archives - view contents without extraction
- Seamless navigation between directories and compressed files
- Maintains viewing context when switching between different sources
- Comprehensive image and document format support including
- PDF, EPUB
- JPEG, PNG, SVG, HEIC, AVIF
- Animated GIF and WEBP
- ... and more
- Advanced zoom controls including max-scale, fit-to-window and actual size
- Dual-page PDF view mode for reading books and magazines
- Image and document rotation with 90-degree increments
- Complete EXIF metadata display including camera settings and GPS data
- Full keyboard navigation
- Intuitive mouse controls with scroll-wheel zooming and drag panning
- Multi-size thumbnail view for quick collection overview
- Keeps track of navigation positions across directory changes
- Tagging images for favorites and deletion candidates
- Sorting options on type, status, name and data
- Thumbnail presentation
- Download the latest
.msiinstaller from the releases page - Run the installer by double-clicking the downloaded file
Important: The Windows installer is currently unsigned. You may see a security warning when running the installer. This is expected and safe, the code is compiled and the installer is automatically created by Github using Github Actions. The warning appears because we haven't purchased a code signing certificate. To proceed:
- If you see "Windows protected your PC", click More info then Run anyway
- Some antivirus software may flag unsigned executables - this is a false positive
-
Download the latest
.debpackage from the releases page -
Install using your package manager:
sudo dpkg -i mview6_*.deb sudo apt-get install -f # Install any missing dependencies
Alternatively, you can double-click the .deb file to install through your desktop environment's package installer.
- Rust (latest stable version)
- GTK4 development libraries
- Additional system dependencies may be required
git clone https://github.com/newinnovations/MView6.git
cd MView6
cargo build --release
cargo install --path .The binary will be installed to ~/.cargo/bin/mview6 (ensure this directory is in your PATH).
- Windows: Windows 10 or later
- Linux: GTK4 support (most modern distributions)
- Memory: 512MB RAM minimum, 2GB recommended for large documents
- Storage: 50MB for installation
- If the installer fails to run, try running as administrator
- Some antivirus software may quarantine the installer - add an exception if needed
- If you encounter missing dependencies after installing the
.debpackage, runsudo apt-get install -f - For other distributions, you may need to build from source
- Ensure your system has adequate graphics drivers for optimal performance
- For issues with specific file formats, check that you have the latest version installed
Document Reading - Read PDFs, digital magazines, and e-books with single and dual-page layout.
Research and Reference - Browse image collections for academic, creative, or professional reference.
Photography Workflow - Review and organize large photo collections with metadata analysis.
Digital Asset Management - Navigate complex directory structures and archived assets.
MView6 is developed in Rust with GTK4. Contributions are welcome through pull requests and issue reports.
MView6 is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.


