• v5.8.0 d03208d45a

    v5.8.0
    Some checks failed
    release / build (./scripts/build_linux.sh, false, Linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu) (push) Successful in 12m33s
    release / build (./scripts/build_linux.sh, true, Linux-aarch64, ubuntu-latest, aarch64-unknown-linux-gnu, aarch64-unknown-linux-gnu) (push) Failing after 12m4s
    release / build (./scripts/build_mac.sh, false, macOS-universal, mac-arm64, , aarch64-apple-darwin,x86_64-apple-darwin) (push) Has been cancelled
    release / build (./scripts/build_windows.sh, false, Windows-x86_64, windows-latest, x86_64-pc-windows-msvc, x86_64-pc-windows-msvc) (push) Has been cancelled
    release / build (./scripts/build_windows.sh, true, Windows-aarch64, windows-latest, aarch64-pc-windows-msvc, aarch64-pc-windows-msvc) (push) Has been cancelled
    release / release (push) Has been cancelled
    Stable

    admin_ekaii released this 2026-08-14 12:52:08 +00:00 | 3 commits to master since this release

    v5.8.0 - Pandapi rebrand + theme system

    The product is now Pandapi; Ekaii is a theme. User-visible strings (window
    title, header, packaging) say Pandapi in every build.

    • Theme-dependent identifiers. The default build carries the Ekaii theme
      and keeps the exact on-disk identifiers the existing install uses (data dir
      EkaiiLauncher, keychain/bundle id fr.ekaii.launcher, socket, window id), so
      upgrading in place loses no instances, accounts, or the macOS microphone grant.
    • Unthemed build. Build the neutral Pandapi distribution, with its own clean
      Pandapi / fr.pandapi.launcher identifiers and a separate data + keyring,
      via cargo build --release --no-default-features or
      PANDAPI_THEME=vanilla ./scripts/build_mac.sh v5.8.0.
    • Env vars. Both PANDAPI_API_* (preferred) and legacy EKAII_API_* are
      accepted in every build.

    No control-API behaviour changes from v5.7.1; this release is the rebrand and the
    theme mechanism. The macOS assets here are the Ekaii-themed default distribution.

    Downloads