Void Presence Installer Releases
Track current and past installer releases and published builds.
Track current and past installer releases and published builds.
Latest GitHub installer release appears at the top.
Prereleases and testing builds are ordered by release date.
View downloads analyticsIf your Rich Presence buttons are not visible in Discord, see the status page for details.
Read setup & troubleshooting.dmg, copies the .app bundle to /Applications using ditto, and launches it automatically.pkexec dpkg -i (with a sudo dpkg -i fallback) to install the .deb package, then relaunches the app from /usr/bin/void-presence.GetInstallPath now returns the correct default directory for each OS: %LOCALAPPDATA%\Programs\voidpresence on Windows, /Applications/Void Presence.app on macOS, /usr/bin on Linux.RemoveVoidPresence calls the NSIS uninstaller on Windows, os.RemoveAll on the .app bundle on macOS, and pkexec dpkg --remove on Linux.Void Presence.exe processes before launching the NSIS installer, reducing file lock issues and preventing partially applied updates..exe name instead of reusing the same file, preventing conflicts when an older installer is still present or locked.Void Presence.exe processes via taskkill before launching the NSIS installer, preventing file lock errors and half-applied updates.https://api.voidpresence.site/v1/github/installer endpoint instead of talking to GitHub directly, using a small updates helper that normalizes tags and exposes a simple hasUpdate flag and download URL.https://api.voidpresence.site/v1/github/application, validating the tag, asset name, and download URL before starting the download./S and HideWindow), so the installation proceeds quietly without popping up an extra console or installer window.wails.json and syncs it across the codebase before compilation.package.json and package-lock.json (v3) to prevent lockfile desync warnings during dependency installation.updates.go right inside the GitHub Actions pipeline, eliminating manual tracking errors..brand-installer-tag is now smaller, uppercase, and spaced out for a cleaner eyebrow-style label above the heading.Running installer… and Starting application… while NSIS is doing the actual install..prettierrc — cleaned up formatting rules and improved consistency across the codebase.Devollox/void-installer origin.C:\Users\...\voidpresence path and instead resolves the install directory at runtime in Go and passes it to the frontend.internal/installer, internal/updates, and internal/installer_paths for clearer separation of responsibilities.Void Presence.exe processes before starting Uninstall Void Presence.exe, reducing the chance of uninstall conflicts.void-installer release on GitHub and compares it with its current version..exe to the system temp directory, launches it, and then cleanly exits the current instance so only the new installer remains running.useInstaller hook now owns installer and updater state (mode, installState, statusLabel, progress, updateInfo), subscriptions to download:progress, and orchestration of DownloadInstaller, RunNsis, and RunInstallerUpdater..status-dot radial gradient to a brighter green (#4ade80 → #22c55e) for better visibility against the dark background..segments-row top margin to 80px so the primary action blocks sit at a more balanced distance below the header panel.frontend/dist are now loaded more reliably across different environments.recover() in main catches unexpected panics and writes them to the log instead of failing silently.