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's commands are designed to be intuitive and easy to use. 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.

Vertopal CLI — Release v1.0.1

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 vertopal

Github

How to install Vertopal CLI?

macOS
Windows
Linux

Install Vertopal CLI on macOS

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

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

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...