ZIP
WinGet
matcha
floatpane · 0.34.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
matcha_0.34.0_windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
floatpane.matcha
Version
0.34.0
Description
A beautiful and functional email client for your terminal.
License
MIT
Homepage
https://matcha.floatpane.com
Installer URL
https://github.com/floatpane/matcha/releases/download/v0.34.0/matcha_0.34.0_windows_amd64.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v0.34.0 -->
## What's Changed
### New Features
* feat: daemon by @andrinoff in https://github.com/floatpane/matcha/pull/682
* feat(tui/login): add ctrl+v password visibility toggle by @mvanhorn in https://github.com/floatpane/matcha/pull/685
### Bug Fixes
* fix(fetcher): replace fmt.Print with standard logger by @Haroka-74 in https://github.com/floatpane/matcha/pull/712
* fix: enforce TLS 1.2 minimum version in IMAP and…