Difference between revisions of "Downloads"

From sigrok
Jump to navigation Jump to search
(Drop sigrok-dumps, this is not really useful as a release tarball or for distros, there won't be any further "releases". This is mostly for developer testing purposes.)
Line 138: Line 138:
** [https://sigrok.org/jenkins/job/sigrok-native-appimage/platform=native-x86_64-appimage/lastSuccessfulBuild/artifact/cross-compile/appimage/out/sigrok-cli-NIGHTLY-x86_64.AppImage sigrok-cli-NIGHTLY-x86_64.AppImage] (64bit)
** [https://sigrok.org/jenkins/job/sigrok-native-appimage/platform=native-x86_64-appimage/lastSuccessfulBuild/artifact/cross-compile/appimage/out/sigrok-cli-NIGHTLY-x86_64.AppImage sigrok-cli-NIGHTLY-x86_64.AppImage] (64bit)
* Download the correct (32bit or 64bit) AppImage file for your Linux system, make the file executable via "'''chmod +x'''" and then run it.
* Download the correct (32bit or 64bit) AppImage file for your Linux system, make the file executable via "'''chmod +x'''" and then run it.
* If you want to access hardware, please install the [https://sigrok.org/gitweb/?p=libsigrok.git;a=tree;f=contrib udev rules] on your system and reload the rules with udevadm.
* If you want to access hardware, please install the [https://sigrok.org/gitweb/?p=libsigrok.git;a=tree;f=contrib udev rules] on your system and reload the rules using "udevadm control --reload-rules && udevadm trigger".
* See also [[Linux#AppImage|Linux]] for more information.
* See also [[Linux#AppImage|Linux]] for more information.



Revision as of 22:09, 11 May 2020

Linux Windows Mac OS X Other
Requires a Linux distro more recent than Ubuntu 16.04 LTS (Xenial Xerus) from 2016. Requires Windows XP or higher. Requires OS X 10.9 (Mavericks) or higher. See below for other download options (Android, FreeBSD, source code, etc.).

Releases

You can download the latest released tarballs of the following subprojects from the sigrok.org download directory:

Project Release/download News
libserialport libserialport-0.1.1.tar.gz release notes
libsigrok libsigrok-0.5.2.tar.gz release notes
libsigrokdecode libsigrokdecode-0.5.3.tar.gz release notes
sigrok-cli sigrok-cli-0.7.0.tar.gz release notes
PulseView pulseview-0.4.2.tar.gz release notes
sigrok-firmware-fx2lafw (source code) sigrok-firmware-fx2lafw-0.1.7.tar.gz release notes
sigrok-firmware-fx2lafw (prebuilt firmware) sigrok-firmware-fx2lafw-bin-0.1.7.tar.gz release notes

Binaries and distribution packages

Linux AppImage binaries

Linux distribution packages

Windows

Mac OS X

  • Nightly DMG binaries (require OS X 10.9 Mavericks or higher):
  • See also Mac OS X for more information.

FreeBSD

OpenBSD

Android

Source code

The development is done in various git repositories.

See Building for build instructions.

Example data

See the Example dumps wiki page.

Firmware files

See the Firmware wiki page.