A simple GUI version of the pH calibration tool caliph written as a learning exercise using Tauri, and Svelte.
See Tauri Docs for installing Tauri.
git clone https://github.com/pdunne/caliphta.git
cd caliphta
Gtk and its related libraries are used to build the support of Linux. Be sure to install following packages before building:
sudo pacman -S gtk3 libappindicator-gtk3
sudo apt install libgtk-3-dev libappindicator3-dev
yarn tauri dev
yarn tauri build