This is a cache of https://nossa.ee/~talya/akkoma. It is a snapshot of the page as it appeared on 2025-08-14T16:19:28.801+0200.
~talya/akkoma · nóssa code store
lottia.net's akkoma fork
r/o

akkoma /

.gitea Put rich media processing in a Task 136w ago
.woodpecker Migrate to phoenix 1.7 (#626)
104w ago
benchmarks Merge branch 'log-slow-queries' into 'develop'
189w ago
ci Merge branch 'more-efficient-ci' into 'develop'
188w ago
config config: configure markup here, saving it causes Bad. 76w ago
docker-resources Send a NIL body rather than an empty one with GET/HEAD 106w ago
docs Merge pull request 'Disable busy waits in the default OTP `vm.args` configuration.' (#693) from erincandescent/akkoma:otp-tune-vm-busywait into develop
77w ago
installation Send a NIL body rather than an empty one with GET/HEAD 106w ago
lib tasks/pleroma/user: add "activate_all_from_instance". 76w ago
priv scrubbers: allow td[align], th[align]. 76w ago
rel Merge pull request 'Disable busy waits in the default OTP `vm.args` configuration.' (#693) from erincandescent/akkoma:otp-tune-vm-busywait into develop
77w ago
restarter fix_flaky_transfer_task_test.exs (#237)
145w ago
scripts Put rich media processing in a Task 136w ago
test formatter: if we don't detect any mentions, fumble the request. 76w ago
uploads Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop 326w ago
.buildpacks Merge branch 'develop' into feature/polls-2-electric-boogalo 323w ago
.credo.exs Merge branch 'libmagic' into 'develop'
246w ago
.dockerignore Docker builds (#231)
147w ago
.formatter.exs Migrate to phoenix 1.7 (#626)
104w ago
.gitattributes Put rich media processing in a Task 136w ago
.gitignore flake.nix: init. 76w ago
.mailmap Merge remote-tracking branch 'upstream/develop' into earmark 223w ago
AGPL-3 Merge remote-tracking branch 'origin/develop' into features/mastoapi/2.6.0-conversations 331w ago
CC-BY-4.0 Merge branch 'libmagic' into 'develop'
246w ago
CC-BY-SA-4.0 Merge remote-tracking branch 'origin/develop' into features/mastoapi/2.6.0-conversations 331w ago
CHANGELOG.md Add background_removal to SimplePolicy MRF 77w ago
CODE_OF_CONDUCT.md Merge branch 'develop' into fedora-install 157w ago
COPYING Merge pull request 'Remove reference to city.jpg in COPYING' (#310) from norm/akkoma:copying-city-jpg into develop
141w ago
Dockerfile Bump builds to OTP26 105w ago
Procfile Merge branch 'develop' into feature/polls-2-electric-boogalo 323w ago
README.md Merge pull request 'Clean up bookmarks after prune_objects' (#544) from ilja/akkoma:clean_up_bookmarks_after_prune_objects into develop
116w ago
SECURITY.md Merge branch 'libmagic' into 'develop'
246w ago
SIGNING_KEY.pub 2022.09 stable release chores (#206)
152w ago
coveralls.json Merge branch 'libmagic' into 'develop'
246w ago
docker-compose.yml Merge pull request 'Add shm_size to the Database container' (#634) from EpicKitty/akkoma:develop into develop
86w ago
docker-entrypoint.sh Docker builds (#231)
147w ago
elixir_buildpack.config Merge pull request 'Clean up bookmarks after prune_objects' (#544) from ilja/akkoma:clean_up_bookmarks_after_prune_objects into develop
116w ago
flake.lock flake.nix: remove duplicate inputs. 76w ago
flake.nix flake.nix: use overlay here. 76w ago
mix.exs markdown: use comrak via ex-markdown. 76w ago
mix.lock formatter: use akkoma_autolinks, fix remaining tests. 76w ago
mix.nix flake/mix.nix: fixup. 76w ago

akkoma

a smallish microblogging platform, aka the cooler pleroma

English OK 日本語OK

About

This is a fork of Pleroma, which is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.

Akkoma is written in Elixir and uses PostgreSQL for data storage.

For clients it supports the Mastodon client API with Pleroma extensions (see the API section on https://docs.akkoma.dev/stable/).

Differences with Pleroma

Akkoma is a faster-paced fork, it has a varied and potentially experimental feature set tailored specifically to the corner of the fediverse inhabited by the project creator and contributors.

This should not be considered a one-for-one match with pleroma; it is more opinionated in many ways, and has a smaller community (which is good or bad depending on your view)

For example, Akkoma has:

  • Custom Emoji reactions (compatible with misskey)
  • Misskey-flavoured markdown support
  • Elasticsearch and Meilisearch support for search
  • Mastodon frontend (Glitch-Soc and Fedibird flavours) support
  • Automatic post translation via DeepL or LibreTranslate
  • A multitude of heavy modifications to the Pleroma Frontend (Pleroma-FE)
  • The “bubble” concept, in which instance administrators can choose closely-related instances to make a “community of communities”, so to say

And takes a more opinionated stance on issues like Domain blocks, which are enforced far more on Akkoma.

Take a look at the Changelog if you want a full list of recent changes, everything since 3.0 has been Akkoma.

Installation

OTP releases (Recommended)

If you are running linux (glibc or musl) on x86, the recommended way to install Akkoma is by using OTP releases. OTP releases are as close as you can get to binary releases with Erlang/Elixir. The release is self-contained, and provides everything needed to boot it. The installation instructions are available here.

From Source

If your platform is not supported, or you just want to be able to edit the source code easily, you may install Akkoma from source.

Docker

Docker installation is supported via this setup

Packages

Akkoma is packaged for YunoHost and can be found and installed from the YunoHost app catalogue.

Compilation Troubleshooting

If you ever encounter compilation issues during the updating of Akkoma, you can try these commands and see if they fix things:

  • mix deps.clean --all
  • mix local.rebar
  • mix local.hex
  • rm -r _build

Documentation