Downloads
Get Stegstr for your platform. All releases are available on GitHub Releases.
macOS
- .dmg — Disk image (one-click download)
- All builds — See GitHub Releases for .app and other formats
Windows
- .exe — Executable installer (one-click download)
- .msi — MSI installer
- All builds — See GitHub Releases
Linux
- .deb — Debian/Ubuntu (one-click download)
- .AppImage — Portable (most distros)
- All builds — See GitHub Releases
Android
- APK built from the
mobile-android/directory. See the README for build instructions. Requires JVM 17+.
Build from Source
Prerequisites: Node.js 18+, Rust (latest stable).
- macOS: Xcode Command Line Tools
- Windows: Visual Studio Build Tools with C++ workload
- Linux:
libwebkit2gtk-4.1-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev
git clone https://github.com/brunkstr/Stegstr.git
cd stegstr
npm install
npm run build:mac # or build:win, build:linux
See GitHub for full build documentation.
Verification
Verify your download by checking the build artifacts and release signatures on GitHub. The project uses GitHub Actions for reproducible builds.