Skip to content

rAIdio.bot v0.1.18 (beta)

Choose a tag to compare

@neitzert neitzert released this 06 Jul 21:42

rAIdio.bot v0.1.18

What's new

  • Fixed large downloads freezing at 100%. On big files — especially the optional XL music model (~10 GB) — the download could reach 100% and then hang indefinitely instead of finishing. The downloader now detects a stalled connection, resumes automatically, and stops cleanly the moment the whole file is in — so large downloads complete instead of getting stuck at the end. (Follow-up to the 0.1.17 setup-hang fix; this addresses the remaining stall on very large files.)

🐧 Linux — early beta

This is an early beta of the Linux build. It stays on the beta channel through a few more iterations until we're happy with it — expect rough edges. Windows remains the primary, stable platform. Your detailed reports (below) are what move Linux toward release quality — thank you.

System requirements

OS: 64-bit Linux with glibc 2.35 or newer — Ubuntu 22.04+, Debian 12+, Fedora 36+, or a recent Arch / Pop!_OS. Verified on Ubuntu 24.04 (our reference target); wider distros are expected to work via the AppImage and are exactly what we're asking testers to confirm.

GPU: an NVIDIA (CUDA) GPU with a driver new enough for CUDA 12.8 (≈ 570 or later). 16 GB VRAM recommended, 12 GB minimum; the optional XL model needs 24 GB. AMD/Intel GPUs and the open nouveau driver are not supported — the AI backend is CUDA-only.

Also needed:

  • A desktop session (X11 or Wayland).
  • PipeWire or PulseAudio for audio out (standard on any desktop).
  • Internet on first run to download the AI backend + models (~9 GB, one-time) — runs offline afterward.
  • A valid RB1- serial to activate.

The .deb pulls its library dependencies (WebKitGTK 4.1, GTK 3, the ALSA→Pulse bridge) via apt; the AppImage bundles them, so on most modern distros it should just run.

Install

Use whichever fits your distro, and if you can, try both and tell us how each behaves:

Debian / Ubuntu — .deb (the confirmed-working path):

sudo apt install ./rAIdio.bot_0.1.18_amd64.deb

Any modern 64-bit Linux — AppImage (newer; please also test):

chmod +x rAIdio.bot_0.1.18_amd64.AppImage
./rAIdio.bot_0.1.18_amd64.AppImage

The AppImage bundles its own dependencies, so it should run on most modern distributions (Ubuntu 22.04+, Debian 12+, Fedora 36+, recent Arch, Pop!_OS…). It's newer than the .debif it launches blank or won't play audio, please report it and fall back to the .deb.

  • If the AppImage won't start at all, your distro may need FUSE — sudo apt install libfuse2 (Debian/Ubuntu), or run it with ./rAIdio.bot_0.1.18_amd64.AppImage --appimage-extract-and-run.

(Each artifact ships with a matching .minisig minisign signature — optional to verify.)

First run

  1. Launch it and enter the RB1- serial you were given → it activates and locks to this machine.
  2. First-run setup then downloads the AI backend + models (a few GB, one-time — let it finish). This is exactly the path the 0.1.18 fix touches — a big download should no longer freeze at 100%.
  3. You're in.

What to test

  • App launches and the UI renders (not a blank window).
  • License activation with your serial succeeds.
  • First-run model/backend download completes (no freeze at 100%) — and if you have the VRAM, the optional XL model download too.
  • Generate a track — Text-to-Audio — end to end.
  • Waveform draws, and playback works (audio actually comes out).
  • The Mixer and Edit panels behave.
  • Export a track (it should produce a signed / C2PA file).

Your report — please include

  • Distro + version (e.g. Ubuntu 24.04, Fedora 40, Arch) and GPU (e.g. RTX 4070).
  • Which format you used (.deb or AppImage).
  • The build id in the lower-right corner (e.g. v0.1.18-…) — quote it.
  • What worked, what didn't, and any exact error text.
  • If something broke, attach the logs:
    • ~/.local/share/rAIdio.bot/raidio.log
    • ~/.local/share/rAIdio.bot/comfyui.log

Thanks for testing on the beta channel.