Toki
Toki is a C ActivityPub server for the Fediverse, designed primarily for small to medium-sized instances. Built as a personal project to implement the ActivityPub protocol, it is usable but still undergoing development and not yet considered fully stable. Toki includes its own frontend called Luka, developed separately, and also supports the Mastodon API protocol, making it compatible with popular Mastodon clients. Running Toki requires the .NET 8 runtime and Docker for backend services like the database. Setup involves cloning the repository, starting Docker containers, running the Toki.Admin tool for initial configuration, and executing the migrations. Updates are performed by pulling the latest changes and re-running the migration command. Toki currently lacks an admin panel, with administration handled through command-line tools, including features like importing custom emoji packs from zip files. The Luka frontend can be installed manually by building it from source and configuring it to point to the Tok