Hi! I did not forget about this, but I'm waiting for 2.3 to be released, as there has been some huge refactoring which concerns the packaging of Onionshare, see https://github.com/micahflee/onionshare/pull/1208.
Among other things, what was done there is: * Renamed onionshare (former CLI) to onionshare-cli and onionshare-gui (former GUI) to just onionshare * Rearranged the directory structure -- now the CLI project is in cli and the GUI project is in desktop * Ported from PyQt5 to PySide2 -- these are two competing python bindings for Qt5, but PySide2 makes setting up a dev environment much simpler and works with Briefcase greetings, ulrike