1<!-- GitAds-Verify: E4MV39T49YJXPDDL5VL456ARZP2SJRPV -->
2
3<div align="center">
4
5---
6
7<img src = "assets/banner.jpg">
8
9---
10
11[](https://golang.org)
12[](https://discord.gg/jVnYTeSPV8)
13[](https://github.com/floatpane/matcha/releases)
14[](https://pkg.go.dev/github.com/floatpane/matcha)
15[](https://github.com/rothgar/awesome-tuis#messaging)
16
17
18</div>
19
20> [!TIP]
21> There are [nightly releases](https://github.com/floatpane/matcha/releases/tag/nightlyv0)!
22
23**A powerful, feature-rich email client for your terminal.** Built with Go and the Bubble Tea TUI framework, Matcha brings a beautiful, modern email experience to the command line with support for rich content, multiple accounts, and advanced terminal features.
24
25
26
27### Plugin Marketplace
28
29Matcha has a built-in plugin system with 35+ community plugins. Browse and install them from the terminal or the [online marketplace](https://docs.matcha.floatpane.com/marketplace).
30
31```bash
32matcha marketplace # browse plugins in the TUI
33matcha install <url_or_file> # install a plugin
34matcha config <plugin_name> # configure an installed plugin
35```
36
37Anyone can submit their own plugin — just add an entry to `plugins/registry.json` and open a PR. [Learn more](https://docs.matcha.floatpane.com/Features/Plugins#submit-your-plugin)
38
39### AI Integration
40
41**AI Agent Support:** Matcha can be used by autonomous AI agents to send emails on your behalf. The `matcha send` CLI command provides a non-interactive interface for composing and sending emails.
42
43```bash
44matcha send --to alice@example.com --subject "Hello" --body "Sent by my AI agent"
45```
46
47[Learn more](https://docs.matcha.floatpane.com/Features/AI_AGENTS)
48
49**AI Rewrite Plugin:** Matcha includes an AI rewrite plugin that allows you to rewrite your email drafts using OpenAI, Ollama, Gemini, or Claude.
50
51[Setup Guide](https://docs.matcha.floatpane.com/setup-guides/ai-rewrite)
52
53## Documentation
54
55Matcha Documention is available on [our website](https://docs.matcha.floatpane.com)
56
57## Star History
58
59[](https://www.star-history.com/#floatpane/matcha&type=date&legend=top-left)
60
61## Contributing
62
63Contributions are welcome! Please feel free to submit a Pull Request. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
64
65## License
66
67This project is distributed under the MIT License. See the `LICENSE` file for more information.
68
69## Suggestions
70
71For general suggestions and community discussion, please join our [Discord server](https://discord.gg/jVnYTeSPV8).
72
73For security-related issues, please refer to the [Security Policy](https://github.com/floatpane/matcha/blob/master/SECURITY.md).
74
75For urgent concerns, contact [support@floatpane.com](mailto:support@floatpane.com)
76
77## Sponsors
78>[!TIP]
79> Want to sponsor our development and be featured here? You can do so [here](https://andrinoff.com/sponsor), or discuss it via email with [our team](mailto:us@floatpane.com)
80
81
82Thank you to our sponsors for supporting Matcha's development!
83
84### Individual Sponsors:
85
86[David H. Colmenares](https://github.com/hipomenes) | Elliot Hornes | Robert M. | James L. | Chris D.
87
88[](https://gitads.dev/v1/ad-track?source=floatpane/matcha@github)
89
90_Clicking this add helps us fund our expenses!_
91
92<div align="center">
93
94**[Report Bug](https://github.com/floatpane/matcha/issues/new?template=bug_report.md)** · **[Request Feature](https://github.com/floatpane/matcha/issues/new?template=feature_request.md)** · **[Contributing Guidelines](https://github.com/floatpane/matcha/blob/master/CONTRIBUTING.md)**
95
96</div>