2024-03-16 06:06:31 +01:00
# μpub
> micro social network, federated
μpub aims to be a fast, lightweight and secure [ActivityPub ](https://www.w3.org/TR/activitypub/ ) server
2024-03-27 04:03:08 +01:00
μpub is currently being developed and can do some basic things, like posting notes, follows and likes
2024-04-08 02:58:59 +02:00
all interactions must happen with ActivityPub's client-server methods (basically POST your activities to your outbox)
2024-03-16 06:06:31 +01:00
2024-03-20 11:31:34 +01:00
a test instance is _usually_ available at [feditest.alemi.dev ](https://feditest.alemi.dev )
2024-03-16 06:06:31 +01:00
## progress
- [x] barebone actors
- [x] barebone activities and objects
2024-03-19 15:57:48 +01:00
- [x] activitystreams/activitypub compliance (well mostly)
2024-03-27 04:03:08 +01:00
- [x] process barebones feeds
- [x] process barebones inbox
2024-03-20 11:31:34 +01:00
- [x] process barebones outbox
2024-03-27 04:03:08 +01:00
- [x] http signatures
2024-03-16 06:06:31 +01:00
- [ ] privacy, targets, scopes
- [ ] more optimized database schema
- [ ] hashtags, discovery
- [ ] client api (mastodon/pleroma)
- [ ] full activitystreams/activitypub support
- [ ] a custom frontend maybe?
## what about the name?
μpub, sometimes stylyzed `upub` , is pronounced `mu-pub` (the `μ` stands for [micro ](https://en.wikipedia.org/wiki/International_System_of_Units#Prefixes ))