OutWiker is open-source software distributed under the GPL 3 license. If you want to obtain the source code and run OutWiker from source, follow the procedure described below. Running the application requires Python 3.8 - 3.12. Using newer versions of Python may cause issues with some libraries. It is recommended to use uv for creating virtual environments.
To obtain the source code and create a virtual environment, execute the following commands in your terminal:
On some Linux distributions, the last command may encounter issues while installing the wxPython library. In such cases, it is recommended to install wxPython manually from a wheel, which can be found at this link. This version uses wxPython 4.2.2.
To run OutWiker, execute the following command:
uv run python -m outwiker
The following branches are used in the git repository:
master — the current beta version.
dev — the current development version. Before a new beta release, this branch is merged into the master branch.
stable — the current stable version.
Additionally, each stable and beta version is marked with corresponding tags.