Skip to content

Download or run PulseRN

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

With Node.js 22.5 or newer, start the same debugger UI without installing Electron:

Terminal window
npx @maahibhama/pulsern

PulseRN opens an authenticated local browser session and runs until you press Ctrl+C. See the browser setup guide for Homebrew installation, ports, persistence, and security details.

Latest desktop release

PulseRN 1.0.7

What changed in this desktop release

<!-- Release notes generated using configuration in .github/release.yml at v1.0.7 --> ## What's Changed ### Other changes * Feat/v19/web support by @maahibhama in https://github.com/maahibhama/PulseRN/pull/25 * fix: complete CLI release workflow by @maahibhama in https://github.com/maahibhama/PulseRN/pull/26 * Feat/v20/native logs by @maahibhama in https://github.com/maahibhama/PulseRN/pull/27 * feat: add adoption and onboarding foundation by @maahibhama in https://github.com/maahibhama/PulseRN/pull/31 **Full Changelog**: https://github.com/maahibhama/PulseRN/compare/v1.0.4...v1.0.7

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.