Wormhole
Wormhole is a simple file type converter
Install / Use
/learn @DirectedHunt42/WormholeREADME
<p align="center">
<picture>
<!-- Light mode logo -->
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/DirectedHunt42/Wormhole/blob/main/Icons/Wormhole_Transparent_Light.png">
<!-- Dark mode logo -->
<source media="(prefers-color-scheme: light)" srcset="https://github.com/DirectedHunt42/Wormhole/blob/main/Icons/Wormhole_Transparent.png">
<img src="https://github.com/DirectedHunt42/Wormhole/blob/main/Icons/Wormhole_Light.png" alt="Wormhole Logo" width="450"/>
</picture>
</p>
<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/DirectedHunt42/Wormhole/blob/main/Icons/Nova_foundry_wide_transparent_dark.png">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/DirectedHunt42/Wormhole/blob/main/Icons/Nova_foundry_wide_transparent.png">
<img src="https://github.com/DirectedHunt42/Wormhole/blob/main/Icons/Nova_foundry_wide_transparent_dark.png" alt="Nova Foundry Logo" width="100"/>
</picture>
</p>
<div align="center">
<a href="https://sourceforge.net/projects/wormhole-file-converter/files/latest/download"><img alt="Download Wormhole" src="https://a.fsdn.com/con/app/sf-download-button" width=276 height=48 srcset="https://a.fsdn.com/con/app/sf-download-button?button_size=2x 2x"></a>
</div>
<div align="center">
Wormhole
Wormhole is a fast, minimal, and powerful file converter designed to make format-to-format conversions effortless.
Built with a clean UI and simple workflow, Wormhole helps you convert documents, media, archives, and more with just a few clicks.
Features
- 🔄 Multi-Format Conversion — Convert between a wide variety of file types.
- 📦 Browser‑grade document parsing — Optional JavaScript backend via Envelope for DOCX/ODT/PPTX/XLSX/ODS/ODP that preserves formatting and images. Requires Node.js; toggleable in About > Use Envelope.
- ⚡ Fast & Lightweight — Optimized for quick conversions without bloat.
- 🗒️ Windows Context Menu Option — Adds option to convert with wormhole to Windows context menu for fast file conversion directly from Explorer.
Development notes
<p align="center"> <img src="Icons/p2r3.png" height="100" alt="Envelope logo" /> </p>- Third‑party JS parsers are stored under
envelope/and bundled with the application. This code is sourced from the p2r3/envelope repository and executed via Node.js when the "Use Envelope" option is enabled.
