Settings, then
Repositorieshydrapp Vanilla JS and REST (Main) in
F-Droid and tap on Installhydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
amd64To 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-vanillajs-rest//deb/debian/sid/x86_64/main/repo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg -
cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/x86_64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/x86_64/main debian main
EOA
apt update
apt install -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.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-vanillajs-rest//deb/debian/sid/x86_64/mainrepo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg -
cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/x86_64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//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.vanillajs.rest.main'
apt source -y --build 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
apt install -y ./com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main_*.deb
EOT
hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
arm64To 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-vanillajs-rest//deb/debian/sid/aarch64/main/repo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg -
cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/aarch64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/aarch64/main debian main
EOA
apt update
apt install -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.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-vanillajs-rest//deb/debian/sid/aarch64/mainrepo.asc | gpg --dearmor --output /usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg -
cat >/etc/apt/sources.list.d/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/aarch64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.gpg] https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//deb/debian/sid/aarch64/main debian main
EOA
apt update
apt install -y dpkg-dev
apt build-dep -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
apt source -y --build 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
apt install -y ./com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main_*.deb
EOT
hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
amd64To install the prebuilt binary package, run the following:
pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//rpm/fedora/41/x86_64/main/repodata/hydrapp.repo'
dnf install -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.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-vanillajs-rest//rpm/fedora/41/x86_64/main/repodata/hydrapp.repo'
dnf install -y rpm-build
dnf download --source -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
dnf builddep -y com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main-*.rpm
rpmbuild --rebuild com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main-*.rpm
dnf install -y ~/rpmbuild/RPMS/"$(uname -m)"/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main-*.rpm
EOT
hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
arm64To install the prebuilt binary package, run the following:
pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//rpm/fedora/41/aarch64/main/repodata/hydrapp.repo'
dnf install -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.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-vanillajs-rest//rpm/fedora/41/aarch64/main/repodata/hydrapp.repo'
dnf install -y rpm-build
dnf download --source -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
dnf builddep -y com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main-*.rpm
rpmbuild --rebuild com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main-*.rpm
dnf install -y ~/rpmbuild/RPMS/"$(uname -m)"/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main-*.rpm
EOT
hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
.app from https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//dmg/main/com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.darwin.dmgcom.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main.darwin.dmg
by opening ithydrapp Vanilla JS and REST (Main) to the
Applications folderhydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
amd64To install the package, run the following:
flatpak remote-add 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main' --from 'https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//flatpak/x86_64/main/hydrapp.flatpakrepo'
flatpak install -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
arm64To install the package, run the following:
flatpak remote-add 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main' --from 'https://pojntfx.github.io/hydrapp/hydrapp-example-vanillajs-rest//flatpak/aarch64/main/hydrapp.flatpakrepo'
flatpak install -y 'com.pojtinger.felicitas.hydrapp.example.vanillajs.rest.main'
hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
amd64hydrapp Vanilla JS and REST (Main) should now be installed and receive updates automatically.
hydrapp Vanilla JS and REST (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-vanillajs-rest//binaries/main. They include a self-update mechanism, so you should be receiving updates automatically.