Haiku Software Repositories

The Haiku project offers the following official package repositories:

Official Package Repositories (HTTPS)

Haiku software packages available over HTTPS. These are the official package repositories of Haiku.

R1 / Beta 4

pkgman add-repo https://eu.hpkg.haiku-os.org/haiku/r1beta4/$(getarch)/current
pkgman add-repo https://eu.hpkg.haiku-os.org/haikuports/r1beta4/$(getarch)/current

Nightly

pkgman add-repo https://eu.hpkg.haiku-os.org/haiku/master/$(getarch)/current
pkgman add-repo https://eu.hpkg.haiku-os.org/haikuports/$(getarch)/current

Package Repositories (IPFS)

Haiku unoffically publishes the package repositories via IPFS. Be sure to replace

<gateway> with the IPFS gateway of your choosing.

These may not be reliable, or may take multiple queries to "locate" on the IPFS network
IPFS Information
IPFS Public Gateways

R1 / Beta 4

pkgman add-repo \
  https:///ipns/hpkg.haiku-os.org/haiku/r1beta4/$(getarch)/current
pkgman add-repo \
  https:///ipns/hpkg.haiku-os.org/haikuports/r1beta4/$(getarch)/current

Nightly

pkgman add-repo \
  https:///ipns/hpkg.haiku-os.org/haiku/master/$(getarch)/current
pkgman add-repo \
  https:///ipns/hpkg.haiku-os.org/haikuports/master/$(getarch)/current