Skip to content

Download PulseRN

PulseRN desktop builds are published through GitHub Releases. Pick the build that matches your computer, then follow the installation guide to get connected.

Latest desktop release

PulseRN 1.0.3

What changed in this desktop release

<!-- Release notes generated using configuration in .github/release.yml at v1.0.3 --> ## What's Changed ### Other changes * User attachment pnpm --filter @pulse-rn/desktop dev @pulse-rn/deskt… by @maahibhama in https://github.com/maahibhama/PulseRN/pull/11 * feat(sdk): publish single-entry React Native SDK by @maahibhama in https://github.com/maahibhama/PulseRN/pull/12 * feat(desktop): add scalable event persistence and virtualized timeline by @maahibhama in https://github.com/maahibhama/PulseRN/pull/13 * Add SDK health diagnostics, backpressure handling, and testing by @maahibhama in https://github.com/maahibhama/PulseRN/pull/14 * Feat/v15/session by @maahibhama in https://github.com/maahibhama/PulseRN/pull/15 * feat(desktop): add secure signed-build update delivery by @maahibhama in https://github.com/maahibhama/PulseRN/pull/16 * feat: complete production-readiness phases 10–17 by @maahibhama in https://github.com/maahibhama/PulseRN/pull/17 * feat: implement PulseRN production-readiness phases 18–23 by @maahibhama in https://github.com/maahibhama/PulseRN/pull/18 * fix(desktop): prevent shutdown races and refresh inspector views by @maahibhama in https://github.com/maahibhama/PulseRN/pull/19 * Add local MCP server and UI for AI clients by @maahibhama in https://github.com/maahibhama/PulseRN/pull/20 * feat(debugger): add MCP diagnostic intelligence by @maahibhama in https://github.com/maahibhama/PulseRN/pull/21 * ci: strengthen validation and optimize Electron E2E by @maahibhama in https://github.com/maahibhama/PulseRN/pull/22 **Full Changelog**: https://github.com/maahibhama/PulseRN/compare/v0.1.2...v1.0.3

PulseRN preview releases are currently unsigned. macOS Gatekeeper and Windows SmartScreen may show a warning. Signed and notarized packages are planned before the stable release.

Terminal window
brew tap maahibhama/pulsern https://github.com/maahibhama/PulseRN
brew install --cask --no-quarantine pulsern

Download SHA256SUMS.txt alongside the installer, then run the command for your platform:

Terminal window
# macOS or Linux
shasum -a 256 -c SHA256SUMS.txt
Terminal window
# Windows PowerShell
Get-FileHash .\PulseRN-*-setup.exe -Algorithm SHA256

Compare the Windows result with the matching line in SHA256SUMS.txt. If a checksum differs, do not open the file; delete it and download it again from the official release.

See installation troubleshooting or open an issue with your operating system, PulseRN version, and the exact error.