voxtype

#Tools #cli
sudo dnf install cargo rust rustfmt clang-devel alsa-lib-devel systemd-rpm-macros cmake curl pipewire-alsa wtype wl-clipboard ydotool libnotify

For gpu accelaration with vulkan:

sudo dnf install vulkan-tools glslang glslang-devel glslc

cargo build --release --features gpu-vulkan
sudo install -Dm755 target/release/voxtype /usr/local/bin/voxtype
cp target/release/voxtype target/release/voxtype-vulkan
sudo install -Dm755 target/release/voxtype-vulkan