by LunarWerxs
Windows 11 shell extension (Rust): Explorer thumbnails for 331 file types Windows can't show, including camera RAW, PSD, HEIC/AVIF, video, ebooks, comics and CAD. Crash-isolated, source-available rebuild of SageThumbs.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
# Add to your Claude Code skills
git clone https://github.com/LunarWerxs/SageThumbs-2kGuides for using mcp servers skills like SageThumbs-2k.
Last scanned: 8/25/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-25T04:37:52.562Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}A modern, crash-isolated Rust shell extension for Windows 11: the clean-room revival of the legendary (but decade-abandoned) SageThumbs.
⬇ Download · Features · Formats · FAQ · Changelog · Build from source
SageThumbs 2K is a crash-isolated Rust shell extension for Windows 11 that adds File Explorer thumbnails, a right-click image toolkit, and a QuickLook-style preview for 334 file types Windows can't render natively, including camera RAW, Photoshop PSD, HEIC/AVIF, video, ebooks, comics, and the long tail of obscure formats.
Download the installer → Two clicks and your File Explorer just... works.
I'm a huge fan of SageThumbs. There are 4 things I always install on a new build, Chrome, XnShell, Everything and SageThumbs. Having noticed multiple system crashes from SageThumbs recently and no update in almost a decade, I decided it was time to right this injustice...
After about a week, and an embarrassing amount of tokens, we now have a ground-up, rust native, alternative that now supports hundreds of formats, extensive red teaming, obsessively optimized for speed with carefully audited packaging, dozens of iterations through UI/UX for simplicity, menu editors, a color picker, screenshot tool, etc.
Please tell your friends, star the repo and if you find anything broken, please let me know.
The original SageThumbs was a Windows legend. It made Explorer show thumbnails for hundreds of formats nothing else could. Then it stopped: no updates since ~2017, built on the proprietary, frozen GFL library.
SageThumbs 2K rebuilds it from scratch in safe Rust (a maintained decode pipeline, real crash isolation, and a native Windows 11 look) while keeping the one thing that made it great: thumbnails for everything.
| 🖼️ 334 formats | Camera RAW (Canon/Nikon/Sony/Fuji/…), PSD, GIMP XCF, DICOM, OpenEXR, FITS, HEIC/AVIF, JPEG-2000/XL/XR, Targa, SGI, and more |
| 📚 Ebooks & comics | EPUB, MOBI/AZW (Kindle), FB2, CBZ/CB7/CBR/CBT: real covers in Explorer (a native-Rust DarkThumbs port). Plain ZIP/RAR/7Z archives within the configured file-size limit get a contact-sheet thumbnail of the images inside, too |
| 🎨 Art / CAD / 3D / design | PSD/PSB, Affinity, Clip Studio, Krita, OpenRaster, Blender, 3MF, FreeCAD, G-code, SketchUp, Rhino, AutoCAD DWG, 3ds Max, Adobe XD, InDesign, Visio, CorelDRAW, Fusion 360 (.f3d): preview pulled straight from inside the file (no host app needed) |
| 📄 DjVu | Pure-Rust, zero-GPL decode via djvu-rs; scanned books show their text |
| 🔊 Docs & audio | PDF first page, Microsoft Office (Word/Excel/PowerPoint) & OpenDocument, and album art for MP3/FLAC/Ogg/Opus/M4A/WMA/DSF (DSD)/… (WMA/ASF and DSD/.dsf via hand-rolled parsers; lofty can't read either) |
| 👁️ Space-bar preview | Tap Space in Explorer (or on the Desktop) for an instant QuickLook-style popup of the selected file: any supported format at full size, plus video & audio playback (with a scrubber + volume), syntax-highlighted code, GitHub-style rendered Markdown, animated GIF/APNG/WebP, a real PDF viewer (continuous scrolling, a clickable page-thumbnail strip, zoom that re-renders sharp, and Ctrl+F text search via Windows' built-in OCR), font specimens (.ttf/.otf/.ttc), archive listings (zip/7z/rar), SQLite databases (.db/.sqlite: every table's columns and first rows, plus the schema, strictly read-only), ←/→ folder browsing and full-screen (F11). The caption toolbar carries a light/dark toggle for that window alone, independent of the app theme, and a gear that opens the Quick preview settings. Optionally renders local HTML in a locked-down WebView2 (scripts off, no network) when enabled. Off by default; opt in from Settings |
| 🧰 Right-click toolkit | Convert (29 targets), resize, shrink-for-email, lossless JPEG rotate/flip, combine→PDF/CBZ, batch rename from EXIF/tags, eyedropper, set-as-folder-icon, OCR, strip metadata, upload-to-catbox (copy link) |
| ⚡ Parallel batch | Multi-file Convert / Resize / Rotate / Strip and Combine-to-PDF fan out across all CPU cores (6–15× faster): a tiny dependency-free scoped thread pool, no rayon bloat in the shell DLL |
| 🎛️ Make the menu yours | The Settings "Menu items" list lets you drag-reorder every right-click entry and its group dividers: the menu mirrors your layout exactly (WYSIWYG). Tick items off to hide them, or hit Reset order for the default |
| 🤖 CLI + MCP server | st2k.exe: thumbnail · convert · batch · rotate · ocr · pdf · … as a scriptable/AI-agent toolbox (st2k --mcp); batch parallel-processes whole folders in one process. The MCP server adds view (decode any supported format to a PNG block so an AI agent can see the file) and compress tools |
| 📇 Details pane & columns | An IPropertyStore handler surfaces image dimension |
SageThumbs-2k is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LunarWerxs. Windows 11 shell extension (Rust): Explorer thumbnails for 331 file types Windows can't show, including camera RAW, PSD, HEIC/AVIF, video, ebooks, comics and CAD. Crash-isolated, source-available rebuild of SageThumbs. It has 146 GitHub stars.
Yes. SageThumbs-2k passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/LunarWerxs/SageThumbs-2k" and add it to your Claude Code skills directory (see the Installation section above).
SageThumbs-2k is primarily written in Rust. It is open-source under LunarWerxs on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh SageThumbs-2k against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars