Pulse Download
Released 2023-09-17 Version: 1.71
Please select an option below.
- Download Installer for Windows (77MB)
- Download Zip for Windows (79MB)
- Download Zip for Linux / Mac (49MB)
- Download Jar for Linux / Mac (53MB)
Terminal Installation:
![]() |
To receive the latest Pulse news and updates,
|
zip/jar Instructions
If you cannot run .exe files or downloaded the .jar for linux/mac the instructions double clicking the .jar file should run the program. If it does not follow these steps:
- On linux/mac right click the .jar file, goto properties and set the checkbox "allow executing file as program". Or use
sudo chmod +x pulse.jar
- Try double clicking on the jar file.
- Its not working from the GUI let's try the command line:
- Make sure you have Java installed on your system. Check this by typing
java -version
into the command terminal. If you don\'t have java 1.8+, update it before proceeding. - At the command terminal type
java -jar pulse.jar
while in the same directory as pulse.jar
- Make sure you have Java installed on your system. Check this by typing