Describe the file you want.
We write the command.
ReFile turns natural language — typed or spoken — into runnable shell pipelines for images, video, audio, PDFs, and documents. Built for people who want the speed of AI without the opacity of a black box.
Extract audio from this MP4 as a clean 192kbps MP3.
ffmpeg -i input.mp4 -vn -ab 192k -ar 44100 -y output.mp3
Merge these three PDFs and compress to 1.2 MB.
qpdf --empty --pages a.pdf b.pdf c.pdf -- merged.pdf
Resize every image to 1080p, keep aspect, save as webp.
magick mogrify -resize 1920x1080 -format webp -quality 82 *.jpg
Built like a tool, not a toy.
Every output is a real shell command on a real file. No hidden state, no black-box conversions — just AI that respects what professionals already know.
Natural language ↔ shell
Describe the outcome. We translate it into the exact ImageMagick, FFmpeg, Poppler, or Pandoc command — and run it.
Voice in your language
Speak in Hindi, Tamil, Telugu, Kannada, Malayalam, Marathi, Bengali, Gujarati, Punjabi, Urdu, or English.
Community presets
Reusable recipes shared by other operators. Fork them, run them, save your own.
Visual workflows
Chain presets together on a canvas. Build deterministic, repeatable file pipelines.
Command + output
You never lose sight of what ran. Every result ships with the exact command — copy, audit, re-run.
Yours, end to end
Your files, your account, your history. Google sign-in, encrypted sessions, downloadable artifacts.
Three steps. One file later.
Drop in your files
Drag and drop one or many — images, video, audio, PDFs, anything reasonable.
Say what you want
Plain English (or your own language by voice). “Resize to 1080p, keep aspect, save as WebP.”
Get the command + the result
ReFile picks the right tool, generates the command, runs it, hands you the output.
Stop googling flags. Start shipping files.
Sign in once. Save your favorite recipes. Build workflows.