Download
We provide an AppImage for any Linux distribution and a Flatpak package and a Snap package running on any Linux distribution that have Flatpak or Snap support.
Please also check if your distribution packages the latest version of LabPlot by using your package manager. Binary packages are available for the following distributions, which we are aware of:
Repology provides an overview for many major Linux distributions
Alternatively, Packages Search for Linux and Unix can be used to check whether your favorite Linux/Unix system is providing packages for LabPlot.
We provide an installer (64-bit version) of the application but it can also be installed from the Microsoft Store.
There is also a Chocolatey Package
Signed and notarized installer (DMG) can be downloaded for Intel CPUs (x86_64) and M1/M2/M3 CPUs (arm64). The installer works on all supported versions of macOS.
LabPlot is also available on Homebrew.
LabPlot is constantly being improved and extended. See also:
For an overview of the development activities done after the last release. We invite people to try out the current state of LabPlot to test and to provide feedback. There are regular builds of the current development version which can be found on several CI platforms. Below is a (probably incomplete) list of them.
Gitlab Jobs
Flatpak (latest master build):
Install:
flatpak install (--user --or-update) https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref flatpak install (--user --or-update) https://cdn.kde.org/flatpak/labplot-nightly/org.kde.labplot.flatpakrefRun:
flatpak run org.kde.labplotmacOS 14 M1/M2/M3 CPU (arm64), macOS Intel CPU (x86_64)
Note: These packages are not notarized so you have to remove the quarantine flag using
xattr -d com.apple.quarantine labplot-master-6688-macos-clang-x86_64.dmgor, when already installed, withxattr -d com.apple.quarantine /Application/labplot2.app. Another way to install these packages is described here.
KDE Neon Build Server
Ubuntu
openSUSE
Version Tumbleweed
sudo zypper ar -cfp 90 https://download.opensuse.org/repositories/home:/andythe_great:/branches:/openSUSE:/Factory/openSUSE_Tumbleweed/ LabPlot-nightly
sudo zypper refresh
sudo zypper dist-upgrade --from LabPlot-nightly --allow-downgrade --allow-vendor-change
sudo zypper install --from LabPlot-nightly labplot
To compile the last released version of LabPlot from the source code, use this link.
If you want to see the current state of the project or to follow the development, clone our git repository:
git clone git@invent.kde.org:education/labplot.git
Building and installing from the source code requires additional effort which is described in our install instructions.