Download Kosmorro on macOS

With Homebrew

Kosmorro is available in its own Tap. First, you will have to tell Homebrew to subscribe to it:

brew tap kosmorro/tap

Now, you can install Kosmorro like any other package:

brew install kosmorro

With pipx

macOS may not have the last version of Python. The best and simplest method to install it is with Homebrew:

brew install python

Then, use pipx to install Kosmorro:

pipx install kosmorro

Using Kosmorro

The simplest command you can run is kosmorro. If you need help in using Kosmorro, you have different options depending on your preference:

  • Typing kosmorro --help gives you the complete synopsis of the program, with its options
  • You might also want to read the manpage, available with man kosmorro
  • You can also read the tldr manual with tldr kosmorro

Using the PDF generator

If you want to generate a PDF file, you might want to look at its dedicated documentation too.