Download PageSpace

Get the native desktop app for macOS, Windows, and Linux. Dedicated application with native integrations.

macOS
Universal binary for Intel and Apple Silicon
Signed & NotarizedAuto-Updates

Fully signed and notarized by Apple. Includes automatic updates. No security warnings.

System Requirements:

  • • macOS 11 (Big Sur) or later
  • • Intel or Apple Silicon Mac

Available Downloads:

  • • PageSpace.dmg (Installer)
  • • PageSpace.zip (Portable)
Windows
NSIS installer for Windows 10/11
Unsigned

Currently unsigned. Windows SmartScreen will show a warning - click "More info" then "Run anyway".

System Requirements:

  • • Windows 10 or later
  • • 64-bit (x64) architecture

Available Downloads:

  • • PageSpace.exe (Installer)
Linux
Universal packages for all major distributions
Multiple Formats

Choose the package format that works best for your distribution.

System Requirements:

  • • Modern Linux distribution
  • • 64-bit (x64) architecture

Available Downloads:

  • • PageSpace.AppImage (Universal)
  • • PageSpace.deb (Debian/Ubuntu)
  • • PageSpace.rpm (RedHat/Fedora)

All downloads are hosted on GitHub Releases

View All Releases

Need Offline or Self-Hosted?

The desktop app connects to PageSpace cloud. For truly offline or self-hosted deployment, run the full source code locally with your own database and services.

License Notice: PageSpace is licensed under CC-BY-NC-SA-4.0 (Creative Commons Attribution-NonCommercial-ShareAlike). You may self-host for personal or non-commercial use. Commercial use requires a separate license. View License

View Source Code

Installation Notes

macOS Installation
  1. Download PageSpace.dmg
  2. Open the DMG file
  3. Drag PageSpace to Applications folder
  4. Launch from Applications

The app is signed and notarized, so you won't see any security warnings.

Windows Installation
  1. Download PageSpace.exe
  2. Run the installer
  3. Click "More info" on SmartScreen warning
  4. Click "Run anyway" to proceed
  5. Follow the installation wizard

The SmartScreen warning is expected for unsigned apps.

Linux AppImage
  1. Download PageSpace.AppImage
  2. Make it executable: chmod +x PageSpace.AppImage
  3. Run: ./PageSpace.AppImage

No installation required - runs directly.

Linux .deb / .rpm

Debian/Ubuntu (.deb):

sudo dpkg -i PageSpace.deb

RedHat/Fedora (.rpm):

sudo rpm -i PageSpace.rpm