QCanvas
QCanvas is an unofficial desktop client for Canvas LMS.
https://codeberg.org/QCanvas/QCanvas
https://github.com/QCanvas/QCanvasApp
Downloads
You can download a windows version from releases
An appimage version is also available from releases but is not recommended.
Development/Run from source
Prerequisites
Get started
git clone https://github.com/QCanvas/QCanvasApp.git
cd QCanvasApp
poetry install --with flatpak-exclude
poetry run qcanvas
poetry run python -m qcanvas
Build custom AppImage
[!WARNING]
This is not recommended as the appimage produced by this process isn't a proper appimage. It's just a pyinstaller build bundled as an appimage.
[!IMPORTANT]
You will need Appimagetool
bash ./dev_scripts/build_appimage