| Crates.io | aqiv |
| lib.rs | aqiv |
| version | 3.0.2 |
| created_at | 2025-05-25 13:28:03.21256+00 |
| updated_at | 2025-09-13 15:16:25.317867+00 |
| description | arabian's Quick Image Viewer |
| homepage | https://aqiv.arabianq.ru |
| repository | https://github.com/arabianq/aqiv |
| max_upload_size | |
| id | 1688364 |
| size | 392,823 |
A fast, lightweight, and feature-rich image viewer built with Rust and egui.
# Add my repository using DNF
sudo dnf install https://files.arabianq.ru/repo/fedora/$(rpm -E %fedora)/noarch/arabianq-release.noarch.rpm
# Update repo's cache
sudo dnf makecache
# Install AQIV
sudo dnf install aqiv
You can download pre-build binaries from releases page
# Install globally
cargo install aqiv
# Or install directly from Git
cargo install --git https://github.com/arabianq/aqiv.git
# Clone the repository
git clone https://github.com/arabianq/aqiv.git
cd aqiv
# Build in release mode for optimal performance
cargo build --release
# The binary will be available at target/release/aqiv (or aqiv.exe on Windows)
# View an image
aqiv path/to/your/image.jpg
# Examples
aqiv photo.png
aqiv ~/Pictures/vacation.jpeg
aqiv "C:\Users\Name\Desktop\image with spaces.gif"
| Key | Action |
|---|---|
Right Mouse Click |
Show context menu |
Escape |
Exit the application |
O |
Open another file |
D |
Toggle maintain aspect ratio |
I |
Toggle image information display |
H |
Flip image horizontally |
V |
Flip image vertically |
R |
Rotate image 90° clockwise |
C |
Reset image position to center |
X |
Reset zoom to 100% |
←/→ |
Open prev/next image in current directory |
Ctrl + C |
Copy image to clipboard |
Mouse Wheel |
Zoom in/out (centered on mouse cursor) |
W |
Zoom in |
S |
Zoom out |
Ctrl+Plus |
Increase UI scale |
Ctrl+Minus |
Decrease UI scale |
Mouse Drag |
Pan/move the image |
AQIV uses sensible defaults, but you can modify the source code to customize:
#1B1B1B)