Does this use the same actor as Yurucommu?
Message-first social client
A quieter inbox for the same self-hosted social server. Keep your actor, communities, and ActivityPub identity; change only the client.
Client
Yurumeet uses the short client id yurume. It opens
the same DMs and community chats exposed by yurucommu-server, but
keeps the first screen focused on messages. On a standalone domain,
the client asks for the server URL or reads it from
?server=.
Sign in with the same server account and keep the same ActivityPub actor.
Message requests stay separate until you reply, matching the server's direct-addressed Note model.
Community chats sit beside people, with filters for a compact inbox.
Server
The backend is still yurucommu-server. Takosumi wires normal Capsule outputs and records runs; Yurumeet stays a separate client surface.
The server exposes social API, ActivityPub, media, and push registration outputs.
The client consumes the server's well-known discovery and output values.
Followers, DMs, communities, and federation remain server owned.
{
"server": "yurucommu-server",
"client": "yurume",
"brand": "Yurumeet",
"entry": "messages",
"uses": [
"api.social.v1",
"activitypub.server.v1"
]
}