Downloads
Stegstr has two interfaces: the graphical app (UI) and the command-line tool (CLI). Below are downloads for both.
Graphical app (UI)
Browser: Use the app at stegstr.com/app. No install—runs in the browser. When Network is off, it is 100% local (no internet, no cookies, no caching).
Desktop/mobile releases are on GitHub Releases.
macOS
- .dmg — Disk image (one-click download)
- All builds — See GitHub Releases for .app and other formats
First time opening? macOS may show a security message (the app is not Apple-signed). Do this once — then you can open Stegstr normally:
- Open the .dmg and drag Stegstr to Applications.
- Right-click (or Control-click) Stegstr → Open → click Open in the dialog. One dialog, then you’re done.
If you already double-clicked and see “Apple could not verify…”, go to System Settings → Privacy & Security and click Open Anyway next to Stegstr, then open the app again.
Optional: after the first successful open, you can remove the quarantine flag so macOS doesn’t re-prompt if you move the app. In Terminal: xattr -cr /Applications/Stegstr.app
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.
Command-line interface (CLI)
Stegstr includes a headless CLI (stegstr-cli) for decode, detect, embed, and post from the terminal or scripts. Run these in your terminal to download the module and build the CLI. You need Rust (latest stable). Click a command to copy, then paste in your terminal.
1. Clone the repo and enter it
git clone https://github.com/brunkstr/Stegstr.git
cd Stegstr
2. Build the CLI
cd src-tauri && cargo build --release --bin stegstr-cli
Binary: target/release/stegstr-cli (Windows: stegstr-cli.exe). Full instructions and all commands: CLI documentation. For AI agents: For AI Agents and agents.txt.
Verification
Verify your download by checking the build artifacts and release signatures on GitHub. The project uses GitHub Actions for reproducible builds.