You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relay is an **open-source CLI and Python library** that turns any **IMAP-compatible** inbox into a clean, developer-friendly interface in under five minutes.
9
-
Build voice agents, auto-responders, support bots, or full-blown e-mail clients—without touching MIME, OAuth hoops, or UID gymnastics.
8
+
Relay is an **open-source CLI and Python library** that makes email programmable again. Connect any **IMAP-compatible** inbox and build email-powered applications in minutes—without wrestling with MIME parsers, OAuth flows, or IMAP quirks.
9
+
10
+
Your credentials stay local. Your data stays yours. No gatekeepers, no vendor lock-in.
So we built a clean CLI and Python library that wraps IMAP/SMTP complexity, made it open-source, and designed it for developers who want to build on email without the headaches.
27
+
Email is a billion-person communication protocol, but building on it sucks.
28
+
We hit this wall building a voice assistant for founders when we received the bill for the security audit to validate Gmail permissions. You can read the full story [here](https://relaycli.com/manifesto).
29
+
So we built Relay: a clean, local-first CLI and Python library that handles the complexity while keeping you in control. No middlemen, no data harvesting, no artificial limits.
30
+
31
+
## What you can build
32
+
33
+
Parse receipts into spreadsheets. Build auto-responders that actually understand context. Create support bots that route emails intelligently. Extract attachments in bulk. Build full email clients.
34
+
The infrastructure is here. The data is yours. The possibilities are endless.
29
35
30
36
## Where to go next
31
37
@@ -52,7 +58,6 @@ So we built a clean CLI and Python library that wraps IMAP/SMTP complexity, made
52
58
icon="discord"
53
59
href="https://discord.gg/T4zbT7RcVy"
54
60
>
55
-
The **#general** Channel in our Discord server is a great place to get help
56
-
with all things from the team.
61
+
Get help and share what you're building with the community.
If you encounter issues, refer to the [official documentation](https://docs.astral.sh/uv/getting-started/installation).
42
+
```shell title="uv" icon="python"
43
+
uv pip install --system relaycli
44
+
```
45
+
</CodeGroup>
46
+
If you encounter issues, please follow the installation steps for either [pip](https://pip.pypa.io/en/stable/installation/) or [uv](https://docs.astral.sh/uv/getting-started/installation) and then run the corresponding installation command.
47
47
</Tab>
48
-
<Tabtitle="pip">
49
-
Follow the [official documentation](https://pip.pypa.io/en/stable/installation/).
48
+
<Tabtitle="Windows">
49
+
<CodeGroup>
50
+
```shell title="pip" icon="python"
51
+
pip install relaycli
52
+
```
53
+
```shell title="uv" icon="python"
54
+
uv pip install --system relaycli
55
+
```
56
+
</CodeGroup>
57
+
If you encounter issues, please follow the installation steps for either [pip](https://pip.pypa.io/en/stable/installation/) or [uv](https://docs.astral.sh/uv/getting-started/installation) and then run the corresponding installation command.
0 commit comments