Downloads
Get Stegstr for your platform. All releases are available on GitHub Releases.
macOS
Windows
Linux
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.