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.
Install with Homebrew
Section titled “Install with Homebrew”brew tap maahibhama/pulsern https://github.com/maahibhama/PulseRNbrew install --cask --no-quarantine pulsernVerify a download
Section titled “Verify a download”Download SHA256SUMS.txt alongside the installer, then run the command for your platform:
# macOS or Linuxshasum -a 256 -c SHA256SUMS.txt# Windows PowerShellGet-FileHash .\PulseRN-*-setup.exe -Algorithm SHA256Compare 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.
Need help?
Section titled “Need help?”See installation troubleshooting or open an issue with your operating system, PulseRN version, and the exact error.