Basically Trigox is a fully async Computer watcher (yeah a lil goofy describing)
When your selected Condition is fires Actions are runs.
Actions are selected by user in creating trigger phase.
first be sure your webkit is up-to-date
sudo apt update && sudo apt install -y \
libnotify4 \
libnotify-bin \
libnotify-dev \
notification-daemon \
dbus-x11 \
d-feet \
gir1.2-notify-0.7 \
libwebkit2gtk-4.1-dev \
libappindicator3-1 \
libappindicator3-dev \
librsvg2-common \
libasound2-dev \
libglib2.0-dev \
libgtk-3-dev \
xdg-desktop-portal \
xdg-desktop-portal-gtk \
zenitythen install trigox using .deb file
sudo apt install ./trigox_*_amd64.debnow you can run it like:
trigoxFIXED : in ubuntu 24 lts and before versions of 24 lts, it's runnable but except notification system. I recommending to use notify-send if you want to send a notification.
| STEP | Usage |
|---|---|
| 1) Choosing trigger type | ![]() |
| 2) Configuring trigger | ![]() |
| 3) If you wanting to see webhook doc and others | ![]() |
| 4) Checking doc page | ![]() |
| 5) After creating trigger | ![]() |
| 6) Making changes after creating trigger | ![]() |
| Tech | Where |
|---|---|
| Vanilla CSS, HTML, TS | Frontend and talking with rust side |
| Tauri | Bridge between states, frontend and backend |
| Rust | Creating ,listening triggers and talking with typescript side |
| Distro | Desc |
|---|---|
| CachyOS | I just got CachyOS so i just tried in CachyOS |
| Ubuntu 24 lts | Live boot btw, it worked but except notification system. |
Note: old versions of ubuntu like before 2023 it might be not work on your distro cause of glibc version. Please test it in latest or new distros.
| LLM | Usage |
|---|---|
| Copilot | pressing tab :D |
| Gemini | For Researchs |






