Release downloads
GhostlyShare download page for Windows and Linux
Install the signed Windows desktop app from the Microsoft Store first, or choose the direct GitHub release packages for Windows CLI, Windows setup, Ubuntu, and Debian.
Which build fits?
Use the desktop app for visual sharing, use the CLI for terminal workflows
The desktop app is the best pick when you want detected local apps, visible Start and Stop actions, and a compact window. The ghs CLI is better for scripts, servers, terminal sessions, and repeatable command-line sharing.
Downloads
Choose Microsoft Store or GitHub release packages
Start with the signed Microsoft Store option for the Windows desktop app. The other buttons point at the current GitHub release assets, so the version can move forward without changing this page.
Microsoft Store
Install GhostlyShare from the Microsoft Store when you want the signed Windows desktop app and Store-managed updates.
- Signed install flow
- Desktop UI
- Store updates
Windows Setup
Download the Windows desktop setup ZIP from GitHub when you want the direct release package instead of the Microsoft Store flow.
Windows may show SmartScreen or Defender because the setup executable is unsigned. For the desktop app, the Microsoft Store is the signed install option.
- Desktop UI
- Direct GitHub asset
- Setup executable inside ZIP
Windows CLI
Download the self-contained ghs.exe CLI for terminal, script, and server-style workflows on Windows.
Windows may show SmartScreen or Defender because ghs.exe is unsigned. The signed Microsoft Store option is available for the desktop app, not the CLI.
- ghs.exe
- Terminal workflow
- No desktop app required
Ubuntu / Debian Desktop
Install the desktop .deb package with apt to get the graphical GhostlyShare app, launcher integration, local app detection, and public link workflow.
- Desktop UI
- ghostlyshare
- Install with apt
Ubuntu / Debian CLI
Install the CLI .deb package when you only need /usr/bin/ghs for terminal sharing, JSON output, and doctor checks.
- /usr/bin/ghs
- Terminal workflow
- Lighter than desktop package
Windows security note
Why Windows may warn before setup or CLI starts
The GitHub Windows setup ZIP and Windows CLI ZIP are direct unsigned downloads. Because there is no code-signing certificate yet, Windows may show a SmartScreen or Microsoft Defender warning before running the setup executable or ghs.exe. The Windows desktop app is also available through the signed Microsoft Store install flow.
Only run downloads you got from the official GhostlyShare release repository. If you prefer the signed Windows desktop install flow, use the Microsoft Store package instead of the GitHub setup ZIP.
CLI quick start
The ghs command is built for scans, scripts, and quick public links
After installing the CLI, use ghs scan to find local apps, ghs share with a port or local URL to publish one, and ghs doctor to check common network and tunnel prerequisites.
ghs --help
ghs scan
ghs share 5173
ghs share http://localhost:3000
ghs doctorOfficial source
Download from GitHub, then keep the docs nearby
The release repository contains the current desktop and CLI assets, the wiki explains installation and troubleshooting, and the product article gives the broader GhostlyShare workflow.