Download PageSpace
Get the native desktop app for macOS, Windows, and Linux. Dedicated application with native integrations.
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)
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)
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 ReleasesNeed 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
Installation Notes
- Download PageSpace.dmg
- Open the DMG file
- Drag PageSpace to Applications folder
- Launch from Applications
The app is signed and notarized, so you won't see any security warnings.
- Download PageSpace.exe
- Run the installer
- Click "More info" on SmartScreen warning
- Click "Run anyway" to proceed
- Follow the installation wizard
The SmartScreen warning is expected for unsigned apps.
- Download PageSpace.AppImage
- Make it executable:
chmod +x PageSpace.AppImage - Run:
./PageSpace.AppImage
No installation required - runs directly.
Debian/Ubuntu (.deb):
sudo dpkg -i PageSpace.debRedHat/Fedora (.rpm):
sudo rpm -i PageSpace.rpm