💾 Archived View for lofi.haiku-os.org › package.gmi captured on 2023-09-28 at 15:28:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

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://<gateway>/ipns/hpkg.haiku-os.org/haiku/r1beta4/$(getarch)/current
pkgman add-repo \
  https://<gateway>/ipns/hpkg.haiku-os.org/haikuports/r1beta4/$(getarch)/current

Nightly

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