-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (179 loc) · 7.11 KB
/
index.html
File metadata and controls
189 lines (179 loc) · 7.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenEmail</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/styles.css" />
<meta property="og:title" content="The Email Revolution" />
<meta property="og:site_name" content="OpenEmail" />
<meta property="og:url" content="https://open.email" />
<meta
property="og:description"
content="A decentralized, secure email-like system that offers true end-to-end encryption and a sustainable, privacy-first model. It's a system that doesn't require trusting anyone with your data. It's open by design, without gatekeepers and barriers, available to all."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://www.open.email/img/comic.jpg" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<header>
<a href="index.html">
<img class="inverted" src="/img/logo_h.svg" alt="Logo" />
</a>
<nav>
<ul>
<li><a href="index.html" class="active">Manifesto</a></li>
<li><a href="index.html#stores">Downloads</a></li>
<li>
<a
target="_blank"
href="https://github.com/Open-Email/MailHTTPS-Protocol"
>Protocol</a
>
</li>
<li>
<a target="_blank" href="https://github.com/Open-Email">
<img class="inverted" alt="" src="/img/git.svg" />
</a>
</li>
</ul>
</nav>
</header>
<main>
<section>
<div class="hero">
<h1>
There's still time to make the internet what it was meant to be.
</h1>
</div>
<p>
A place to create, share, and dream together - that vision still
lives. But today, it's often overshadowed by a handful of powerful
corporations. Once open and full of possibility, our online spaces
have become tightly controlled. Participation now comes at the cost of
privacy: our data is harvested, our choices influenced, our
conversations observed.
</p>
<p>
Nowhere is this more evident than in email, one of our most essential
tools for communication. Yet it hasn't evolved to better serve us.
Instead, a few companies control most of the world's email traffic.
Their platforms don't just deliver messages; they scan, classify, and
monetize them.
</p>
<h2>This concentration of control has stalled progress.</h2>
<p>
Email hasn't plateaued because it's done growing. It's because true
innovation is impossible in a closed system. These gatekeepers have
little reason to support openness or change. But when communication
belongs to everyone, creativity and progress can thrive. There's a
better path ahead, a future where our digital lives are truly our own,
private, open, and built for people, not profit.
</p>
<p>
The current system works exactly as it was designed, to preserve
control. Big Tech's email monopoly isn't just profitable; it's
self-reinforcing. By controlling spam filters, routing, and
deliverability, they decide what messages reach whom. A new email
service can be silenced by a single algorithmic tweak, no explanation,
no appeal.
</p>
<p>
This isn't a free market. It's a closed system that resists
competition and suppresses innovation. What they call “security” is
often just control, surveillance wrapped in a friendly interface. They
read our messages, track our behavior, and claim it's all for our
protection. But real security protects freedom, not power. And real
innovation starts with openness.
</p>
<h1>OpenEmail: Privacy. Simplicity. Freedom.</h1>
<p>
A reinvention of asynchronous, long-form communication, with the
familiarity of email, but free from surveillance, free from
gatekeepers, and built on a new, open, radically simple public
protocol.
</p>
<p>
OpenEmail is decentralized and secure by default. It offers true
end-to-end encryption and a privacy-first model that doesn't require
trusting anyone with your data. There are no gatekeepers, no hidden
agendas, just an open system available to all.
</p>
<p>
An inbox <b>without surveillance.</b> Where messages are private and
<b>trustworthy by design.</b> No spam. No arbitrary limits. Send
anything. Recall when needed. Stay connected without relying on social
media. Rediscover the clarity and calm of
<b>denoised communication.</b>
</p>
<h2>Download OpenEmail. It's free.</h2>
<h3>Soon even on your own domain.</h3>
<div id="stores">
<a
class="google_play"
href="https://play.google.com/store/apps/details?id=com.mercata.openemail&hl=en"
><img src="/img/google_play.svg" alt="Google Play"
/></a>
<a
class="apple_store"
href="https://apps.apple.com/ch/app/openemail/id6736828156?l=en-GB"
><img src="/img/app_store.svg" alt="App Store"
/></a>
<a
class="windows_store"
href="ms-windows-store://pdp/?productid=9PK3M6J9Z99N"
><img src="/img/microsoft_store.svg" alt="Windows Store"
/></a>
<a class="flathub"><img src="/img/flathub.svg" alt="Flathub" /></a>
</div>
<p>
We believe the internet should respect the individual, not exploit
them. That communication should be free and private, not monitored or
monetized. That connection should feel human, not engineered for
profit.
</p>
<h1>
This is how we begin again, with the internet of tomorrow, in our
hands today.
</h1>
</section>
</main>
<footer>
<nav>
<ul>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="mailto:legacy@open.email">Legacy Contact</a></li>
</ul>
</nav>
</footer>
<div class="images">
<div class="desktop"></div>
<div class="mobile"></div>
</div>
</body>
</html>