- Rust 90.4%
- JavaScript 4.9%
- HTML 2.4%
- CSS 2.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| app | ||
| assets | ||
| crates | ||
| docs | ||
| .gitignore | ||
| ARCHITECTURE.md | ||
| BUILD.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
| SECURITY.md | ||
Right-click file conversion for Windows.
Convert media, documents and archives directly from Explorer.
📖 About
Xolariq is a Windows desktop tool that lives entirely inside the Explorer context menu. Right-click any audio, video, image, document or archive file, pick a target format, and Xolariq runs the conversion in the background — no main window, no account, no cloud upload. It's a thin, fast shell over a small set of well-trusted local tools: FFmpeg for audio/video/images, pandoc for documents, and 7-Zip for archives.
The installer bundles everything needed — no extra downloads, no PATH configuration, no dependencies to manage. Install once, convert forever.
✨ Highlights
- Shell-first UX — the primary surface is the Windows context menu. The settings window is just a small dialog you rarely have to open.
- Batch-aware queue — right-click multiple files, pick a target — they process sequentially with a single progress window and one finish toast.
- Two-tier shell integration — a native COM
IExplorerCommandhandler (xolariq-shellext) powers the entry in Windows 11's default context menu; a pure-registry fallback covers Windows 10 and per-user installs. - Pluggable converters — audio/video/image route through FFmpeg, documents through pandoc, archives through 7-Zip. Adding a new format is a one-file change.
- Tools bundled with the installer — the MSI ships FFmpeg, pandoc and 7-Zip next to
xolariq.exe, so users don't need to install anything extra. - Fully local — no AI, no cloud, no plugin marketplace, no premium tier.
📂 Supported formats
| Kind | Formats |
|---|---|
| Audio | mp3, wav, flac, aac, ogg, opus |
| Video | mp4, mkv, webm, mov, avi, gif |
| Image | png, jpg, webp, avif, heic, ico |
| Document | pdf*, docx, epub, txt, html, markdown |
| Archive | zip, 7z, tar, gz, rar† |
*PDF output requires a working LaTeX install (e.g. MiKTeX); PDF input is not supported in the free version.
†RAR is read-only — Xolariq can convert from .rar but not to .rar (proprietary Rar.exe required).
🚀 Quick start
- Head to Releases and download the latest installer —
.msi(recommended) or.exe. - Run the installer. Done — no extra setup needed.
- Right-click any supported file in Explorer → "Convert with Xolariq" → pick a target format.
Building from source
If you prefer to build locally, you will need a Windows machine, Rust and the Tauri CLI. See BUILD.md for the full step-by-step guide.
cargo install tauri-cli --version "^2"
# download sidecar binaries into app/src-tauri/external/ (see BUILD.md)
cargo tauri build
📄 License
This project is licensed under the Mozilla Public License 2.0 — see the LICENSE file for details.
The bundled conversion tools each ship under their own license — see app/src-tauri/external/LICENSES/ (FFmpeg LGPL/GPL, pandoc GPLv2+, 7-Zip LGPL/unRAR-restricted).
👨💻 Author
neikiri GitHub: https://github.com/neikiri
📬 Contact
📧 Email: neikiri@neikiri.dev