Haiku Software Repositories
The Haiku project offers the following official package repositories:
- Haiku - Core operating system software and updates.
- Haikuports - Ports of various software contributed by the community.
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
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