.. _downloads: Downloads ========= Neper is distributed as a free / open-source software, under the terms of the `GNU General Public License (GPL) `_. In short, this means that everyone is free to use Neper and to redistribute it on a free basis. Neper is not in the public domain; it is copyrighted and there are restrictions on its distribution (see the `license `_ and the related `FAQ `_). It you use Neper for your own work, please mention it explicitly and cite one or several of the papers given on the :ref:`papers` page. Current Official Release ------------------------ The current official release (and previous ones) is available from the `Releases `_ section of the `GitHub repository `_. For older versions, see :ref:`old_versions`. Latest Version -------------- The latest version is available on the :code:`main` branch of the `GitHub repository `_. To get the latest version as a Git user, run: .. code-block:: console $ git clone https://github.com/neperfepx/neper.git which will download the repository. To update the repository at any later time, run: .. code-block:: console $ git pull origin main from within the repository. To get the latest version as a non-Git user, run: .. code-block:: console $ wget https://github.com/neperfepx/neper/archive/refs/heads/main.zip which will download only the latest version. Alternatively, you may click on :data:`Code` / :data:`Download ZIP` on the `GitHub repository `_. The `GitHub repository `_ is also the place for interactions, see the :ref:`community` page.