Vertopal — Free Online Converter
Download Vertopal-CLI

Vertopal CLI

Fast, Intuitive, and Powerful

Bring Vertopal to your terminal. Free and Open Source.

$ vertopal convert sample.jpg --to png
[1/4] Uploading sample.jpg
[2/4] Waiting for PNG conversion
[3/4] Converting sample.jpg to PNG — please wait...
[INFO] Convert vCredits used: 5
[4/4] Downloading converted file
[DONE] Your converted file saved as sample.png

Vertopal CLI Features

Open Source

Vertopal CLI is an open source project and with an MIT license, you are free to modifiy, redistribute, and use it in your commercial projects.

Cross Platform

Vertopal CLI runs on the most popular platforms including macOS, Microsoft Windows, and different Linux distros.

Intuitive

Vertopal CLI commands are designed with simplicity and user-friendliness in mind. Configure and start converting files in your terminal with minimum effort.

Cloud Based

Vertopal CLI comes with cloud based conversion, making it a small yet powerful option to convert any file without using your precious computer resources.

API Based

Vertopal CLI is a tool built on top of Vertopal File Conversion API. It's versatile and used for both personal and development purposes. Jump right in just by creating an API app in your profile.

Try It Free

Use Vertopal CLI completely free by collecting free vCredits awarded daily. Try our powerful file conversion utility without spending a penny.

Vertopal CLI — Release v1.1.0

Vertopal CLI is available in stand-alone binaries for macOS, Windows, and Linux distros. It's also available via PyPI and can be installed using pip.

Python

Install using pip:
python -m pip install --upgrade vertopal

Github

0
0$ / one-time

These vCredits do not expire.

You can then spend vCredits on premium plans per each minute of conversion.

Would you like to try it out first without payment? Join and collect daily vCredits for free.

How to install Vertopal CLI?

macOS
Windows
Linux

Install Vertopal CLI on macOS

Automatic Installation

An automatic installer is available for macOS. To automatically install Vertopal CLI, run the following command in macOS terminal: $ curl https://run.vertopal.com/cli/macos | bash

Or if you prefer manual installation, follow steps below to install the most recent version of Vertopal CLI using macOS Terminal.

  1. Open macOS Terminal with root privileges.
  2. Change the current working directory. $ cd ~
  3. Download zip archive including Vertopal CLI binary. $ curl -o vertopal-cli-macos.zip "https://www.vertopal.com/product/cli/download?platform=macos"
  4. Extract the zip archive. $ unzip -o vertopal-cli-macos.zip -d /usr/local/bin && rm -f vertopal-cli-macos.zip
  5. Verify the vertopal is on your PATH. $ which vertopal
    /usr/local/bin/vertopal

Install Vertopal CLI on Windows

Automatic Installation

An automatic installer is available for Windows. To automatically install Vertopal CLI, run the following command in Windows PowerShell with administrative privileges: $ (curl https://run.vertopal.com/cli/windows).Content | iex
If you are getting any UnauthorizedAccess error, then start Windows PowerShell with the "Run as administrator" option and run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine. Now re-run the above installation command. To change the Execution Policies to its default, you can run Set-ExecutionPolicy -ExecutionPolicy Default -Scope LocalMachine.

Or if you prefer manual installation, follow steps below to install the most recent version of Vertopal CLI using Windows command line.

  1. Press Win + R on your keyboard. In the Run dialog box, type “cmd” into the field and then press Ctrl + Shift + Enter to open Windows Command Prompt with administrative privileges.
  2. Create installation folder and change the current working directory. $ mkdir "C:\Program Files\Vertopal\bin" & cd "C:\Program Files\Vertopal"
  3. Download zip archive including Vertopal CLI binary. $ curl -o vertopal-cli-windows.zip "https://www.vertopal.com/product/cli/download?platform=windows"
  4. Extract the zip archive. $ tar -xf vertopal-cli-windows.zip -C .\bin & del vertopal-cli-windows.zip
  5. Add installation directory to the PATH system environment variable. $ for /f "usebackq tokens=2,*" %A in (`reg query HKCU\Environment /v PATH`) do set user_path=%B
    $ setx PATH "C:\Program Files\Vertopal\bin;%user_path%"
  6. Restart Command Prompt, and verify the vertopal.exe is on your PATH. $ where vertopal
    C:\Program Files\Vertopal\bin\vertopal.exe

Install Vertopal CLI on Linux

Automatic Installation

An automatic installer is available for Linux. To automatically install Vertopal CLI, Run the following command in Linux terminal: $ curl https://run.vertopal.com/cli/linux | bash

Or if you prefer manual installation, follow steps below to install the most recent version of Vertopal CLI using Linux Terminal.

  1. Open Linux Terminal with root privileges.
  2. Change the current working directory. $ cd ~
  3. Download zip archive including Vertopal CLI binary. $ curl -o vertopal-cli-linux.zip "https://www.vertopal.com/product/cli/download?platform=linux"
  4. Extract the zip archive. $ unzip -o vertopal-cli-linux.zip -d /usr/local/bin && rm -f vertopal-cli-linux.zip
  5. Verify the vertopal is on your PATH. $ which vertopal
    /usr/local/bin/vertopal

Loading, Please Wait...