Is the client (AppImage) required with nodejs-aw-webui
, python3-aw-client
, and python3-aw-core
available?
#1168
Answered
by
RokeJulianLockhart
RokeJulianLockhart
asked this question in
Q&A
-
They're available as RPMs on Fedora 42: 1 2
Footnotes |
Beta Was this translation helpful? Give feedback.
Answered by
RokeJulianLockhart
Aug 12, 2025
Replies: 1 comment 1 reply
-
The AppImage isn't required. Instead (using #!/usr/bin/env sh
sudo dnf5 install \
nodejs-aw-webui \
aw-server-rust \
python3-aw-client However, I've apparently no local watchers. 1 At least, it works for the browser: ![]() Footnotes |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RokeJulianLockhart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The AppImage isn't required. Instead (using
dnf5 provides
), I also (or, instead) appear to need:#!/usr/bin/env sh sudo dnf5 install \ nodejs-aw-webui \ aw-server-rust \ python3-aw-client
However, I've apparently no local watchers. 1 At least, it works for the browser:
Footnotes
docs/blob/cb76e4a3e7584e963e46aa402aab571223d64e7f/src/watchers.rst?plain=1#L21C3-L22C99
↩