See the signals behind your code.
Loading latest release...
Double-click the .dmg file and drag GitPulse into the Applications folder.
macOS may block the app because it's from an unidentified developer. This is normal for open-source apps distributed outside the App Store.
Go to System Settings > Privacy & Security, scroll down to find the blocked app message, then click "Open Anyway". Alternatively, right-click the app and select "Open".
You can also remove the quarantine attribute via terminal:xattr -d com.apple.quarantine /Applications/GitPulse.app
Double-click the downloaded .msi or .exe file to start the installation.
Windows SmartScreen may show a warning because the app is not yet widely recognized. This is normal for new open-source software.
Click "More info", then click "Run anyway" to proceed with the installation.
For .deb: sudo dpkg -i gitpulse_*.deb
For .AppImage: make it executable with chmod +x GitPulse_*.AppImage
Run GitPulse from your application menu or execute the AppImage directly from the terminal.