Settings
, then
Repositories
LatenSee (Main)
in F-Droid and tap on
Install
LatenSee (Main) should now be installed and receive updates automatically.
amd64
To install the prebuilt binary package, run the following:
pkexec sudo bash - <<'EOT'
mkdir -p /usr/local/share/keyrings
curl -Lo https://loopholelabs.github.io/latensee//deb/debian/sid/x86_64/main/repo.asc | gpg --dearmor --output /usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg -
cat >/etc/apt/sources.list.d/io.loopholelabs.latensee.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/x86_64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/x86_64/main debian main
EOA
apt update
apt install -y 'io.loopholelabs.latensee.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://loopholelabs.github.io/latensee//deb/debian/sid/x86_64/mainrepo.asc | gpg --dearmor --output /usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg -
cat >/etc/apt/sources.list.d/io.loopholelabs.latensee.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/x86_64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/x86_64/main debian main
EOA
apt update
apt install -y dpkg-dev
apt build-dep -y 'io.loopholelabs.latensee.main'
apt source -y --build 'io.loopholelabs.latensee.main'
apt install -y ./io.loopholelabs.latensee.main_*.deb
EOT
LatenSee (Main) should now be installed and receive updates automatically.
arm64
To install the prebuilt binary package, run the following:
pkexec sudo bash - <<'EOT'
mkdir -p /usr/local/share/keyrings
curl -Lo https://loopholelabs.github.io/latensee//deb/debian/sid/aarch64/main/repo.asc | gpg --dearmor --output /usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg -
cat >/etc/apt/sources.list.d/io.loopholelabs.latensee.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/aarch64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/aarch64/main debian main
EOA
apt update
apt install -y 'io.loopholelabs.latensee.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://loopholelabs.github.io/latensee//deb/debian/sid/aarch64/mainrepo.asc | gpg --dearmor --output /usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg -
cat >/etc/apt/sources.list.d/io.loopholelabs.latensee.main.list <<EOA
deb [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/aarch64/main debian main
deb-src [signed-by=/usr/local/share/keyrings/io.loopholelabs.latensee.main.gpg] https://loopholelabs.github.io/latensee//deb/debian/sid/aarch64/main debian main
EOA
apt update
apt install -y dpkg-dev
apt build-dep -y 'io.loopholelabs.latensee.main'
apt source -y --build 'io.loopholelabs.latensee.main'
apt install -y ./io.loopholelabs.latensee.main_*.deb
EOT
LatenSee (Main) should now be installed and receive updates automatically.
amd64
To install the prebuilt binary package, run the following:
pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://loopholelabs.github.io/latensee//rpm/fedora/41/x86_64/main/repodata/hydrapp.repo'
dnf install -y 'io.loopholelabs.latensee.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://loopholelabs.github.io/latensee//rpm/fedora/41/x86_64/main/repodata/hydrapp.repo'
dnf install -y rpm-build
dnf download --source -y 'io.loopholelabs.latensee.main'
dnf builddep -y io.loopholelabs.latensee.main-*.rpm
rpmbuild --rebuild io.loopholelabs.latensee.main-*.rpm
dnf install -y ~/rpmbuild/RPMS/"$(uname -m)"/io.loopholelabs.latensee.main-*.rpm
EOT
LatenSee (Main) should now be installed and receive updates automatically.
arm64
To install the prebuilt binary package, run the following:
pkexec sudo bash - <<'EOT'
dnf config-manager --add-repo 'https://loopholelabs.github.io/latensee//rpm/fedora/41/aarch64/main/repodata/hydrapp.repo'
dnf install -y 'io.loopholelabs.latensee.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://loopholelabs.github.io/latensee//rpm/fedora/41/aarch64/main/repodata/hydrapp.repo'
dnf install -y rpm-build
dnf download --source -y 'io.loopholelabs.latensee.main'
dnf builddep -y io.loopholelabs.latensee.main-*.rpm
rpmbuild --rebuild io.loopholelabs.latensee.main-*.rpm
dnf install -y ~/rpmbuild/RPMS/"$(uname -m)"/io.loopholelabs.latensee.main-*.rpm
EOT
LatenSee (Main) should now be installed and receive updates automatically.
.app
from https://loopholelabs.github.io/latensee//dmg/main/io.loopholelabs.latensee.main.darwin.dmgio.loopholelabs.latensee.main.darwin.dmg
by
opening itLatenSee (Main)
to the Applications
folderLatenSee (Main) should now be installed and receive updates automatically.
amd64
To install the package, run the following:
flatpak remote-add 'io.loopholelabs.latensee.main' --from 'https://loopholelabs.github.io/latensee//flatpak/x86_64/main/hydrapp.flatpakrepo'
flatpak install -y 'io.loopholelabs.latensee.main'
LatenSee (Main) should now be installed and receive updates automatically.
arm64
To install the package, run the following:
flatpak remote-add 'io.loopholelabs.latensee.main' --from 'https://loopholelabs.github.io/latensee//flatpak/aarch64/main/hydrapp.flatpakrepo'
flatpak install -y 'io.loopholelabs.latensee.main'
LatenSee (Main) should now be installed and receive updates automatically.
amd64
LatenSee (Main) should now be installed and receive updates automatically.
LatenSee (Main) is also available as a single static binary. To install it, download the binary for your operating system and processor architecture from https://loopholelabs.github.io/latensee//binaries/main. They include a self-update mechanism, so you should be receiving updates automatically.