hydrapp React and panrpc Example (Main) Installation Instructions

1.1 Android

  1. Download F-Droid from f-droid.org
  2. Open F-Droid and go to Settings, then Repositories
  3. Add a new repository by following the instructions at https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//apk/main/repo
  4. Search for hydrapp React and panrpc Example (Main) in F-Droid and tap on Install

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.2 Debian Sid on amd64

To install the prebuilt binary package, run the following:

pkexec sudo bash - <<'EOT'
mkdir -p /usr/local/share/keyrings
curl -Lo https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/x86_64/main/repo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg -

cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/x86_64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/x86_64/main debian main
EOA

apt update

apt install -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
EOT

To install the source package, build the binary package locally and install it, run the following:

pkexec sudo bash - <<'EOT'
mkdir -p /usr/local/share/keyrings
curl -Lo https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/x86_64/mainrepo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg -

cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/x86_64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/x86_64/main debian main
EOA

apt update

apt install -y dpkg-dev
apt build-dep -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
apt source -y --build 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
apt install -y ./com.pojtinger.felicitas.hydrapp.example.react.panrpc.main_*.deb
EOT

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.3 Debian Sid on arm64

To install the prebuilt binary package, run the following:

pkexec sudo bash - <<'EOT'
mkdir -p /usr/local/share/keyrings
curl -Lo https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/aarch64/main/repo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg -

cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/aarch64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/aarch64/main debian main
EOA

apt update

apt install -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
EOT

To install the source package, build the binary package locally and install it, run the following:

pkexec sudo bash - <<'EOT'
mkdir -p /usr/local/share/keyrings
curl -Lo https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/aarch64/mainrepo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg -

cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/aarch64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//deb/debian/sid/aarch64/main debian main
EOA

apt update

apt install -y dpkg-dev
apt build-dep -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
apt source -y --build 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
apt install -y ./com.pojtinger.felicitas.hydrapp.example.react.panrpc.main_*.deb
EOT

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.4 Fedora 41 on amd64

To install the prebuilt binary package, run the following:

pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//rpm/fedora/41/x86_64/main/repodata/hydrapp.repo'
dnf install -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
EOT

To install the source package, build the binary package locally and install it, run the following:

pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//rpm/fedora/41/x86_64/main/repodata/hydrapp.repo'

dnf install -y rpm-build
dnf download --source -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
dnf builddep -y com.pojtinger.felicitas.hydrapp.example.react.panrpc.main-*.rpm
rpmbuild --rebuild com.pojtinger.felicitas.hydrapp.example.react.panrpc.main-*.rpm
dnf install -y ~/rpmbuild/RPMS/"$(uname -m)"/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main-*.rpm
EOT

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.5 Fedora 41 on arm64

To install the prebuilt binary package, run the following:

pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//rpm/fedora/41/aarch64/main/repodata/hydrapp.repo'
dnf install -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
EOT

To install the source package, build the binary package locally and install it, run the following:

pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//rpm/fedora/41/aarch64/main/repodata/hydrapp.repo'

dnf install -y rpm-build
dnf download --source -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'
dnf builddep -y com.pojtinger.felicitas.hydrapp.example.react.panrpc.main-*.rpm
rpmbuild --rebuild com.pojtinger.felicitas.hydrapp.example.react.panrpc.main-*.rpm
dnf install -y ~/rpmbuild/RPMS/"$(uname -m)"/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main-*.rpm
EOT

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.6 macOS

  1. Download the .app from https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//dmg/main/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.darwin.dmg
  2. Mount com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.darwin.dmg by opening it
  3. Drag hydrapp React and panrpc Example (Main) to the Applications folder

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.7 Linux Universal (Flatpak) on amd64

To install the package, run the following:

flatpak remote-add 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main' --from 'https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//flatpak/x86_64/main/hydrapp.flatpakrepo'
flatpak install -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.8 Linux Universal (Flatpak) on arm64

To install the package, run the following:

flatpak remote-add 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main' --from 'https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//flatpak/aarch64/main/hydrapp.flatpakrepo'
flatpak install -y 'com.pojtinger.felicitas.hydrapp.example.react.panrpc.main'

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.9 Windows on amd64

  1. Download the installer from https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//msi/x86_64/main/com.pojtinger.felicitas.hydrapp.example.react.panrpc.main.windows-x86_64.msi
  2. Install the application by opening the downloaded file

hydrapp React and panrpc Example (Main) should now be installed and receive updates automatically.

1.10 Other Platforms

hydrapp React and panrpc Example (Main) is also available as a single static binary. To install it, download the binary for your operating system and processor architecture from https://pojntfx.github.io/hydrapp/hydrapp-example-react-panrpc//binaries/main. They include a self-update mechanism, so you should be receiving updates automatically.