Download
Get Resender
Prebuilt installers are not available yet. Get the source or binary from:
- Gitee (source & releases): gitee.com/snoware/resender
- Releases: gitee.com/snoware/resender/releases
- crates.io (Rust crate): crates.io/crates/resender
Build from source
git clone https://gitee.com/snoware/resender
cd resender
cargo run --release
# or just build
cargo build --release
The desktop app needs the system WebView (WebView2 on Windows). The first
cargo builddownloads and compiles Slint / libsmx and takes a while.
Platforms
| Platform | Config directory |
|---|---|
| Windows | %APPDATA%\resender\ |
| macOS | ~/Library/Application Support/resender/ |
| Linux | ~/.config/resender/ |
Command line
The same binary also offers a headless CLI:
resender send --to a@b.c --subject "Subject" --body "Body" [--html] [--from F] [--api-key K] [--password P] [--attach FILE]...
resender run <handler> [args...]
resender check-update
resender version