Right-click file conversion for Windows ��� converts directly from the Explorer context menu.
  • Rust 90.4%
  • JavaScript 4.9%
  • HTML 2.4%
  • CSS 2.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-03 09:51:39 +02:00
.github/workflows Add GitLab and Forgejo repository sync 2026-09-03 09:51:39 +02:00
app feat(branding): redesign logos and migrate assets to SVG 2026-05-09 15:40:37 +02:00
assets feat(branding): redesign logos and migrate assets to SVG 2026-05-09 15:40:37 +02:00
crates feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
docs docs: add wiki documentation source [skip ci] 2026-05-09 11:41:34 +02:00
.gitignore feat(branding): redesign logos and migrate assets to SVG 2026-05-09 15:40:37 +02:00
ARCHITECTURE.md feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
BUILD.md feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
Cargo.lock feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
Cargo.toml feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
CHANGELOG.md feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
CODE_OF_CONDUCT.md Migrate branding to neikiri.dev 2026-05-16 22:16:09 +02:00
CONTRIBUTING.md feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
LICENSE feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
README.md Migrate branding to neikiri.dev 2026-05-16 22:16:09 +02:00
rust-toolchain.toml feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
rustfmt.toml feat: initial release (v0.1.0) 2026-05-09 07:04:32 +02:00
SECURITY.md Migrate branding to neikiri.dev 2026-05-16 22:16:09 +02:00

logo

Right-click file conversion for Windows.

Convert media, documents and archives directly from Explorer.

Rust Tauri JavaScript Windows
License Version


📖 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 IExplorerCommand handler (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

  1. Head to Releases and download the latest installer — .msi (recommended) or .exe.
  2. Run the installer. Done — no extra setup needed.
  3. 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