Skip to main content


Next Friendica Release Candidate available


The development cycle for the 2024.09 release enters the last stage before the stable release – today we have branched off the 2024.09 release candid branch. 2024.09-rc contains all the features of the stable release and is meant to test the new features, find some last rough edges and smooth out the path to the final stable release at the end of October. 2024.09 will be mostly a maintenance release fixing issues in various parts of Friendica. If you want to help out in testing, please checkout the new 2024.09-rc branch and report problems that you encounter.

The most notable changes in this release are:

  • we now support HLS and further improved the compatibility with Bluesky,
  • we dropped the support of OStatus (the predecessor of ActivityPub) after evaluating the amount of active servers/contacts that are still only using this protocol,
  • Friendica is now REUSE compliant and supports FEP-67ff


What is Friendica


Friendica is a decentralized communications platform, you can use to host your own social media server that integrates with independent social networking platforms (like the Fediverse or Diaspora*) but also some commercial ones like Tumbler and BlueSky.

How to use the 2024.09 RC Version of Friendica


If you want to help in the release process, you can checkout the 2024.09-rc branch from the git repositories.
git fetch
git checkout 2024.09-rc
git pull
bin/composer.phar install --no-dev
Note that you only need to pull the composer dependencies in the core repository.

Should the upgrade process of the database get stuck


If you encounter this, please initiate the DB update manually from the command line by running the script
./bin/console dbstructure update
from the base of your Friendica installation. If the output contains any error message, please let us know using the channels mentioned above.
What to do with Quirks

The 2024.09-rc phase is meant to identify and preferable resolve quirks and bugs that should not be in the 2024.09 release, but have slipped through so far. So if you switch your node to the 2024.09-rc version of Friendica, please let us know about rough edges you find, either at the issue tracker (github account required), in the support group or in the developers group.

Thanks a lot for helping with the release 🙂


friendi.ca/2024/10/15/next-fri…

in reply to Friendica News

@Friendica News
Bei Bluesky existiert noch dieser Bug: forum.friendi.ca/display/ab9df…


Hi Friendica Support, im Logfile fällt mir folgender Eintrag auf:

Scheinbar ein Problem mit dem Bluesky Addon?

Edit: Es wird die aktuelle DEV-Version benutzt.

!Friendica Support


in reply to Unity ⁂

@Unity ⁂ kannst du den Text raus kopieren? Also Fehlermeldung und wo der Fehler auftritt, zumindest meine Augen haben Probleme in den Pixeln zu erkennen worum es geht.
in reply to Tobias

@Tobias
Klar, kein Thema. Habe den Beitrag im verlinkten Support Forum aktualisiert.
Bei Fragen einfach melden. 😀

Noch ein Hinweis: Der Error tritt regelmäßig in den Logs auf.

Tato položka byla upravena (2 days ago)
in reply to Friendica News

@Friendica News
I would like to point out this gallery issue - even though as non-coder I expect this to be an easy one

It definitely was an easy one, just on my side of the internet, not a bug 😀

github.com/friendica/friendica…