Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toromino/kibou
Kibou is a lightweight federated social networking server written in Rust.
https://github.com/toromino/kibou
activitypub diesel federation litepub rocket rust
Last synced: 27 days ago
JSON representation
Kibou is a lightweight federated social networking server written in Rust.
- Host: GitHub
- URL: https://github.com/toromino/kibou
- Owner: Toromino
- License: agpl-3.0
- Created: 2019-03-13T21:36:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T02:58:17.000Z (almost 5 years ago)
- Last Synced: 2024-10-09T20:41:22.975Z (27 days ago)
- Topics: activitypub, diesel, federation, litepub, rocket, rust
- Language: Rust
- Homepage:
- Size: 977 KB
- Stars: 43
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kibou
## What is Kibou?
Kibou is a lightweight federated social networking server based on open protocols. It is
written in Rust, utilizes Rocket as it's web framework and Diesel as it's database driver. The project's objective is to provide a highly customizable multi-protocol social networking server. Currently supported is the commonly used [ActivityPub](https://activitypub.rocks) protocol.Furthermore Kibou implements [Mastodon's REST API](https://docs.joinmastodon.org/api), this means that all applications for [Mastodon](https://joinmastodon.org) should also work with Kibou.
Kibou ships with it's own user interface called Raito-FE. In it's standard configuration it's completely based on static components and does not use any JavaScript. Although dynamic components (such as automatically refreshing timelines and dynamic routing) can optionally be enabled. A `minimal mode` can also be enabled in it's settings which reduces network traffic and only renders Raito-FE's core components.
![Kibou UI screenshot](https://git.cybre.club/attachments/ed7cacce-058e-47d3-8544-7584516a55d9)
## Try it out
* [List of Kibou nodes](https://fediverse.network/kibou)
* [Setup a Kibou server](https://git.cybre.club/kibouproject/kibou/wiki#admins-guide)## Federation with other software
Federation is known to work with [Pleroma](https://pleroma.social), [Misskey](https://joinmisskey.github.io) and [Mastodon](https://joinmastodon.org) which are also the main projects being tested against. But federation with other software should work as well.## Get in touch
Join the IRC channel `#kibou` on freenode.net