Skip to content

tesaguri/kitsune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitsune

GitHub Workflow Status dependency status

Kitsune is an open-souce social media server utilising the ActivityPub protocol. Utilising the capabilities of ActivityPub, you can interact with people on Mastodon, Misskey, Akkoma, etc. Due to its decentralised nature, you can self-host Kitsune on your own hardware and still interact with everyone!

Kitsune itself is pretty lightweight and should run even on a Raspberry Pi (even though we haven't tested that yet).

Documentation

Chat

Both chat options are bridged. Feel free to join whichever you're more comfortable with:

Matrix Discord

⚠ Disclaimer

This software is far from production-ready. Breaking changes might happen. So, as long as this disclaimer is here, make sure to double check all the changes before you update your installation.

State of federation

We successfully federated with Mastodon on the following functionality:

  • Webfinger
  • Actors
  • Posts
    • Reposts
      • Incoming
    • Create
      • Incoming and outgoing
    • Delete
      • Incoming and outgoing
    • Replies
      • Incoming and outgoing
    • Content Warnings
      • Outgoing
    • Media attachments
      • Outgoing
  • Likes
    • Added
      • Incoming and outgoing
    • Removed
      • Incoming and outgoing
  • Follows
    • Added
      • Incoming and outgoing
    • Removed
      • Incoming and outgoing

(last updated: 26.05.2023)

Contributing

Contributions are very welcome. However, if you intend to change anything more than updating a dependency or fixing a small bug, please open an issue first. We would like to discuss any bigger changes before they are actually implemented.

Note on required libraries

We use Nix for handling our development dependencies. When in doubt, install Nix and run nix develop to get yourself a shell with all required dependencies and services (you might need to enable some unstable features).

License

Kitsune is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.

About

🦊 ActivityPub-federated microblogging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 88.3%
  • TypeScript 4.8%
  • Vue 2.3%
  • Nix 2.2%
  • HTML 1.0%
  • CSS 0.9%
  • Other 0.5%