Download Kosmorro on Linux

Debian, Ubuntu, Linux Mint...

Kosmorro is available on our own repository. To install it, you will first need to add it to your APT sources:

# First, add Kosmorro's repositories to your APT sources:
echo "deb [arch=all] https://pkg.kosmorro.space/apt main main" | sudo tee /etc/apt/sources.list.d/kosmorro.list
# Then, add the repository public key:
curl -fsSL https://kosmorro.space/apt.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/kosmorro.gpg

Finally, install Kosmorro with your favorite package manager:

sudo apt install kosmorro

Arch Linux

Kosmorro is available on the AUR! To install it, use your favorite AUR helper:

yay kosmorro

Other Linux distributions

For other distributions, the recommended way to install Kosmorro is using pipx:

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.