Download SoloStaff Emailer

Get started with free email marketing for your nonprofit

v1.0.0 General Release

Choose Your Platform

Download the installer for your operating system

Windows

SoloStaffEmailer-1.0.0-windows-x86_64.zip
Windows 10/11 (64-bit) • 86 MB
Download for Windows

SHA256 Checksum

4810f912875848fc3a52967c5e45d925b5e197d7b2e478e0b4ebd5087dd70bd5

Linux

SoloStaffEmailer-1.0.0-linux-x86_64.tar.gz
Ubuntu 20.04+, Debian 11+ (64-bit) • 164 MB
Download for Linux

SHA256 Checksum

f570a636a8b3edfc6ff4cec9e681564e7976fc93342e583800f9dcb8d12f5d94

macOS

SoloStaff-Emailer-1.0.0-macos-arm64.tar.gz
macOS 11+ Big Sur (Apple Silicon) • 65 MB
Download for macOS

SHA256 Checksum

f9455e63f9783cfed6b8ab10195e1a88673e7f3ac2ad687c8a3dde1b4cd1cfb1

Installation Guide

Step-by-step instructions for your platform

Windows Installation

Verify the Download (Recommended)

Before extracting, verify the download is complete and uncorrupted. Open Command Prompt (search "cmd" in Start menu), navigate to your Downloads folder, and run:

certutil -hashfile SoloStaffEmailer-1.0.0-windows-x86_64.zip SHA256

The output should match the checksum shown on the download card above.

Choose Installation Location

Create a folder for the application. We recommend: C:\SoloStaff\Emailer

Important: Do NOT extract to C:\Program Files - that location requires Administrator privileges every time you run the application. Extracting to C:\SoloStaff\Emailer or your Documents folder allows the application to run normally.

Extract the Application

Right-click the downloaded ZIP file and select "Extract All...". When prompted for a destination, browse to C:\SoloStaff\Emailer and click Extract.

The ZIP contains:

  • SoloStaffEmailer.exe - The application
  • SoloStaff-Emailer-User-Guide.pdf - User documentation

Run the Application

Double-click SoloStaffEmailer.exe to launch the application.

Windows SmartScreen: On first run, Windows may show a SmartScreen warning because the application is new. Click "More info" then "Run anyway" to proceed. This is normal for new software distributed outside the Microsoft Store.

Tip: Right-click the .exe file and select "Pin to taskbar" or "Create shortcut" for easy access.

Initial Setup

On first launch, you'll be guided through setup:

  • Choose your database location (default recommended)
  • Configure SendGrid API key (get free key at sendgrid.com)
  • Enter your organization details
  • Optionally import existing subscribers

Linux Installation

Verify the Download (Recommended)

Before extracting, verify the SHA256 checksum in your Downloads directory:

cd ~/Downloads
sha256sum SoloStaffEmailer-1.0.0-linux-x86_64.tar.gz

The output should match the checksum shown on the download card above.

Create Installation Directory and Extract

Create a directory and extract the application. We recommend your home Applications folder (no admin privileges required):

# Create installation directory
mkdir -p ~/Applications/SoloStaffEmailer

# Extract the archive
tar -xzf ~/Downloads/SoloStaffEmailer-1.0.0-linux-x86_64.tar.gz -C ~/Applications/SoloStaffEmailer

Note: Installing to your home directory (~/Applications) means you don't need sudo/root privileges to run the application.

Make Executable and Run

Ensure the application is executable and launch it:

cd ~/Applications/SoloStaffEmailer
chmod +x SoloStaffEmailer
./SoloStaffEmailer

Create Desktop Shortcut (Optional)

Create a desktop entry for easy access from your application menu:

cat > ~/.local/share/applications/solostaff-emailer.desktop << EOF
[Desktop Entry]
Name=SoloStaff Emailer
Exec=$HOME/Applications/SoloStaffEmailer/SoloStaffEmailer
Type=Application
Categories=Office;Email;
EOF

macOS Installation

Verify the Download (Recommended)

Before extracting, verify the SHA256 checksum in your Downloads directory:

cd ~/Downloads
shasum -a 256 SoloStaff-Emailer-1.0.0-macos-arm64.tar.gz

The output should match the checksum shown on the download card above.

Create Installation Directory and Extract

Create a directory and extract the application:

# Create installation directory
mkdir -p ~/Applications/SoloStaffEmailer

# Extract the archive
tar -xzf ~/Downloads/SoloStaff-Emailer-1.0.0-macos-arm64.tar.gz -C ~/Applications/SoloStaffEmailer

Run the Application

Launch the application from the extracted directory:

cd ~/Applications/SoloStaffEmailer
chmod +x SoloStaffEmailer
./SoloStaffEmailer

macOS Gatekeeper: On first run, macOS may block the application. Go to System Settings > Privacy & Security and click "Open Anyway".

System Requirements

Minimum Requirements

  • RAM: 4 GB
  • Storage: 200 MB free space
  • Display: 1280x720 resolution
  • Internet: Required for sending emails

Recommended

  • RAM: 8 GB or more
  • Storage: SSD with 1+ GB free
  • Display: 1920x1080 or higher
  • Internet: Stable connection for SendGrid

Required: SendGrid Account

  • Free Tier: 100 emails/day (3,000/month)
  • Sign Up: sendgrid.com
  • Required: API key with Mail Send permission
  • Alternative: Any SMTP server (Gmail, etc.)

Need Help?

Having trouble with installation or setup? We're here to help.