Vertopal CLI
Fast, Intuitive, and Powerful
Bring Vertopal to your terminal. Free and Open Source.
Bring Vertopal to your terminal. Free and 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.
Vertopal CLI runs on the most popular platforms including macOS, Microsoft Windows, and different Linux distros.
Vertopal CLI commands are designed with simplicity and user-friendliness in mind. Configure and start converting files in your terminal with minimum effort.
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 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.
Use Vertopal CLI completely free by collecting free vCredits awarded daily. Try our powerful file conversion utility without spending a penny.
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.
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.
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.
vertopal
is on your PATH
.
$ which vertopal
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.
PATH
system environment variable.
$ for /f "usebackq tokens=2,*" %A in (`reg query HKCU\Environment /v PATH`) do set user_path=%Bvertopal.exe
is on your PATH
.
$ where vertopalAn 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.
vertopal
is on your PATH
.
$ which vertopal