Back to browse
GitHub Repository

A performant cross-platform image viewer and editor built with Rust and Slint, with an extensible plugin system.

7 starsRust

Luminous – fast image viewer in Rust, SAM 3 and CLIP support

by jarda_64·Jun 7, 2026·3 points·0 comments

AI Analysis

●●SolidNiche GemShip It

SAM 3 and CLIP plugins bring AI smarts to a Rust image viewer.

Strengths
  • Plugin architecture isolates heavy AI models without bloating the core viewer
  • Rust + Slint delivers native performance with cross-platform support
  • GPU-accelerated augmentation pipeline shows real engineering consideration
Weaknesses
  • Only 7 stars and 0 forks signals very early adoption and untested stability
  • Image viewer category is saturated with established free alternatives like IrfanView
Category
Target Audience

Developers and power users who need fast image viewing with AI-powered annotation and search

Similar To

XnView · IrfanView · Eagle

Post Description

Hey HN!

I built a fast native cross-platform open-source image viewer called Luminous in Rust/Slint UI.

The main features:

- Mainly focused on performance

- Extensible via plugins - either shared libraries or IPC-based

- Plugins such as SAM 3 for annotation and CLIP for semantic search/filtering

- GPU-accelerated augmentation pipeline

Still in active development. Would love your feedback!

Repo: https://github.com/jaroslavszkandera/luminous

Similar Projects