⚡ Lightning-fast PDF & Image CLI
Avatar CLI

Avatar CLI

Manipulate PDFs and images right from your terminal — with blazing speed, vibrant colors, and zero friction.

avtr img2pdf -d images/ -o output/ -f combined.pdf -p A4
✔ Scanning images/ — found 12 files
✔ Converting... ████████████████████ 100%
✔ Combined PDF written → output/combined.pdf
 
avtr merge -i a.pdf -i b.pdf -d out/ -o merged.pdf
✔ Merging 2 files... done!
 
avtr --version
avtr v1.0.0

Everything you need,
right in the terminal

Avatar packs powerful file operations into elegant, memorable commands with a colorful console experience.

🖼️

Image → PDF Conversion

Convert an entire folder of images into a single, beautifully combined PDF. Supports multiple page sizes including A4, Letter, and more.

avtr img2pdf
🔗

PDF Merging

Combine two or more PDF files into one seamless document. Just pass the inputs and let Avatar handle the rest in seconds.

avtr merge
✂️

PDF Splitting

Split a PDF into multiple parts based on a configurable page span. Perfect for breaking large reports into digestible chunks.

avtr split
🎨

Rich Console UI

Vibrant colored output and real-time progress bars keep you informed at every step — no silent black-box processing.

color + progressbar
🔄

Self-updating

Run avtr update to get the latest installation instructions directly in your terminal — always stay current.

avtr update

Cross-platform & Fast

A single standalone Go binary for Windows, macOS, and Linux. No runtime dependencies, no config files — just download and run.

Go binary

Install in seconds

Choose your preferred method — from package managers to a one-line script.

🐹

Go Install

Recommended
go install github.com/Jayakrishna20/file-converter@latest
🍎

macOS — Homebrew

brew tap Jayakrishna20/file-converter
brew install avtr
🐧

Linux — APT / DNF

# Debian / Ubuntu
sudo apt update && sudo apt install avtr

# Fedora
sudo dnf install avtr
🪟

Windows — Winget / Choco

# Winget
winget install avtr

# Chocolatey
choco install avtr

One-liner Script

Linux & macOS
curl -sSL https://raw.githubusercontent.com/Jayakrishna20/file-converter/main/install.sh | bash
📦

Prebuilt Binaries

All Platforms

Head to the GitHub Releases page and download the executable that matches your operating system — no build step required.

Open Source & Free Forever

Avatar is MIT-licensed. Star the repo, report bugs, open PRs — contributions are always welcome.

View on GitHub
3
Core Commands
Go
Written in Go
MIT
Open Source License
6+
Install Methods