Skip to content

DictaPulse 0.1.1

Latest

Choose a tag to compare

@Silverhairfx Silverhairfx released this 08 Jun 18:41
· 6 commits to main since this release

DictaPulse v0.1.1

A packaging-focused patch release. No app behavior changes from v0.1.0 — this makes
DictaPulse cleanly installable as a download-and-run AppImage and unblocks distro
packaging (AUR).

What's changed

  • Fix: the .desktop install now honors DESTDIR, so staged/packaged installs
    (AppImage, AUR package()) build correctly instead of trying to write to /usr.
  • New: prebuilt Vulkan AppImage attached below, verified on KDE Plasma 6 Wayland.

Install

  • Download & run (AppImage, Vulkan): grab DictaPulse-0.1.1-x86_64.AppImage below, then:
    chmod +x DictaPulse-0.1.1-x86_64.AppImage
    ./DictaPulse-0.1.1-x86_64.AppImage
    Needs KDE Plasma 6 (Wayland), a running ydotoold, and host ffmpeg (present on most desktops). GPU use needs a Vulkan driver; otherwise it falls back to CPU.
  • Arch / CachyOS (build from source):
    git clone https://github.com/Silverhairfx/DictaPulse.git
    cd DictaPulse && ./scripts/install.sh      # add --vulkan / --cuda / --rocm for GPU
  • See the README for full requirements, first-run setup, and the model picker.

Full changelog: v0.1.0...v0.1.1