Transpilatron – an AI tool that converts Python code into C binaries
AI Python-to-C transpilation when Nuitka and Cython already exist.
an alternative for Pandoc
Pandoc alternative that swaps 100MB Haskell runtime for a 4.5MB static Rust binary.
Developers needing lightweight file conversion in CI/CD or constrained environments
Pandoc · Markdoc · Mmark
Rudoc is not a substitue of Pandoc, it supports limited set of formats (only txt, md, html, typ, docx, pdf, pptx, xml, json) and doesn't support advanced formatting. The most common workflow is just turn a markdown file to a html. PDF generation can work without Typst, but PDF input conversion requires Typst as a backend. It has no other runtime dependencies and can run as a single binary, by the way.
It is pretty easy to use, just use the format of rudoc input.file output.file One sample usage is like this: ```powershell rudoc OhPDF_ROADMAP.md.txt r.md [rudoc] OhPDF_ROADMAP.md.txt → r.md (txt→md) [rudoc] done in 52ms (6286 bytes) rudoc r.md r.html [rudoc] r.md → r.html (md→html) [rudoc] done in 4ms (7363 bytes) ```
Some complex formats (such as pptx) still have limited compatibility. I planned to add standard error messages and better format compatibilities. I'd be pleased to see feedback or issues on my project.
QA: Why not Pandoc? Pandoc is a great tool, but sometimes we only need a convenient little one to handle common conversion tasks.
How compatible is it to docx/pptx? Currently it supports basic text conversion, and I'm trying to make it be able to keep advanced formatting.
AI Python-to-C transpilation when Nuitka and Cython already exist.
Per-step analytics identify exactly where docs fail, beyond simple page views.
Converts videos and browser sessions into scrubbable static HTML artifacts on Cloudflare.
LLM-powered decompilation with differential testing beats guesswork, but verification burden remains.
Converts videos and PDFs into static JPEG streams hosted on Cloudflare Pages.
3MB FFmpeg GUI beats Adobe's 200MB bloat—but yt-dlp + HandBrake already solve this free.