Download

The relevant downloads from the releases page on GitHub are listed below. You can also download/clone the GitHub repository, but I recommend using one of the links below.

The GUI version is recommended because it includes an easy to use graphical interface, and also can be used from the terminal. The no-GUI version can be used only from the terminal.

After downloading and installing, visit the Usage page.

GNU/Linux 64 bit PC

Debian-based distros (Ubuntu, Linux Mint, etc.)

  • .deb package with GUI (recommended):

    GNU/Linux x86_64 .deb package.

    You can install it on some distros by double clicking the file and clicking an “Install” button. Otherwise open a terminal and install it by running:

      sudo apt install ~/Downloads/noaa-apt_1.4.1-1_amd64.deb
    

    To run, search for noaa-apt in your installed programs or run noaa-apt in a terminal

  • Executable without GUI (for a terminal):

    GNU/Linux x86_64 (no-GUI) zip.

    To install, extract the zip file anywhere.

Arch Linux and similar distros

NixOS

Other distros

  • Executable with GUI (recommended):

    GNU/Linux x86_64 zip.

    To install, extract the zip file anywhere. To run, double click run-noaa-apt.sh.

  • Executable without GUI (for a terminal):

    GNU/Linux x86_64 (no-GUI) zip.

    To install, extract the zip file anywhere.

Windows 64 bit PC

Raspberry Pi 2/3 (armv7, armhf)

  • Executable with GUI (recommended):

    GNU/Linux armv7 zip.

    To install, extract the zip file anywhere. To run, double click run-noaa-apt.sh.

  • Executable without GUI (for a terminal):

    GNU/Linux armv7 (no-GUI) zip.

    To install, extract the zip file anywhere.

Raspberry Pi 4/5 (armv8, aarch64, arm64)

  • Executable with GUI (recommended):

    GNU/Linux aarch64 zip.

    To install, extract the zip file anywhere. To run, double click run-noaa-apt.sh.

  • Executable without GUI (for a terminal):

    GNU/Linux aarch64 (no-GUI) zip.

    To install, extract the zip file anywhere.

OSX

Android+Termux

Something else?

Dependencies

On Windows there aren’t any dependencies, on Linux you probably already have installed what you need:

  • libc6 (>= 2.28)
  • libcairo-gobject2 (>= 1.10.0)
  • libcairo2 (>= 1.2.4)
  • libgcc1 (>= 1:4.2)
  • libgdk-pixbuf2.0-0 (>= 2.31.1)
  • libglib2.0-0 (>= 2.31.8)
  • libgtk-3-0 (>= 3.21.4)
  • libpango-1.0-0 (>= 1.14.0)

My builds use a statically linked libssl, so you don’t need libssl unless you compiled noaa-apt yourself.