4 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <title>Apas: ActivityPub via email</title>
6 <link rel="stylesheet" href="style.css">
12 <a href="https://git.olowe.co/apub">Source code</a> |
13 <a href="https://pkg.go.dev/olowe.co/apub">GoDoc</a> |
14 <a href="mailto:o@olowe.co">Contact</a>
20 is a system to interact with ActivityPub systems using email.
23 Learn how ActivityPub works and
24 participate in the Fediverse alongside systems like Mastodon and Lemmy
25 using any email client.
28 <p><em>Warning!</em> <b>Apas</b> is alpha-quality software
29 intended for research and experimentation <em>only</em>.
30 Beware of hardcoded paths, credentials... It's all TODO!
35 See the <a href="apas.html">Apas overview</a>
36 for a high level overview and motivations for the system.
41 Apas runs on Linux and Unix-like (OpenBSD, FreeBSD...) systems.
43 <pre><code>go install olowe.co/apub/cmd/...
49 <b>Apas</b> is published under the <a href="https://git.olowe.co/apub/plain/LICENSE">ISC license</a>.
50 © 2024- <a href="https://www.srcbeat.com">Oliver Lowe</a>