Skip to content

drawpile/Drawpile

Repository files navigation

Drawpile - A Collaborative Drawing Program

CI status badge translation status

Drawpile is a drawing program that lets you draw, paint and animate together with others on the same canvas. It runs on Windows, Linux, macOS and Android.

Installing

Take a look at the downloads page on drawpile.net or the GitHub releases.

Instructions on how to compile Drawpile from source are found on this documentation page.

If you're using Arch Linux, you can get Drawpile from the AUR.

Getting Help, Giving Suggestions, Reporting Bugs

If you're having trouble with something, want to suggest a feature or report a bug, take a look at the help page on drawpile.net.

You can directly report issues here on GitHub. If you got Discord, you can join the Drawpile server on there. You can also use the chatroom on libera.chat, it can be done directly through the browser and doesn't need any account.

Contributing

Pull requests are welcome, be it for code or anything else! If you want to contribute documentation, you can do so over in this repository.

If you want to translate Drawpile to your language, take a look at Drawpile on Weblate. You can translate it directly in the browser.

translation status

Client Dependencies

The Drawpile client uses the following shared libraries:

  • Qt (all platforms)
  • OpenSSL (all platforms)
  • KDE Framework Archive (Windows, Linux AppImage, Android)
  • libzip (macOS, Linux Flatpak)

On Windows, these libraries are signed along with the executable using free code signing provided by SignPath.io and a certificate by SignPath Foundation. See the code signing policy on drawpile.net for details.

The dependencies are pinned to known good versions and the source code for is verified against the hashes and signatures provided in their releases from upstream. SHA384 hash checks are also done for each build to ensure integrity of the source code retrieved from upstream.

We make some patches to these dependencies when building the application, which you can find in .github/scripts/patches. Each patch file contains a description as to what it does.

You can find build processes, versions, the upstream source URLs and hashes for Qt and OpenSSL here and for KDE Framework Archive and libzip here.