2019-10-22 02:24:06 -04:00
< div align = "center" >
2019-02-14 12:36:53 -05:00
2020-04-09 16:11:11 -04:00
![GitHub tag (latest SemVer) ](https://img.shields.io/github/tag/LemmyNet/lemmy.svg )
2023-04-05 16:29:35 -04:00
[![Build Status ](https://woodpecker.join-lemmy.org/api/badges/LemmyNet/lemmy/status.svg )](https://woodpecker.join-lemmy.org/LemmyNet/lemmy)
2020-04-09 16:11:11 -04:00
[![GitHub issues ](https://img.shields.io/github/issues-raw/LemmyNet/lemmy.svg )](https://github.com/LemmyNet/lemmy/issues)
2019-09-13 01:19:52 -04:00
[![Docker Pulls ](https://img.shields.io/docker/pulls/dessalines/lemmy.svg )](https://cloud.docker.com/repository/docker/dessalines/lemmy/)
2023-02-01 09:34:59 -05:00
[![Translation status ](http://weblate.join-lemmy.org/widgets/lemmy/-/lemmy/svg-badge.svg )](http://weblate.join-lemmy.org/engage/lemmy/)
2020-04-09 16:11:11 -04:00
[![License ](https://img.shields.io/github/license/LemmyNet/lemmy.svg )](LICENSE)
![GitHub stars ](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social )
2023-06-05 06:49:32 -04:00
[![Delightful Humane Tech ](https://codeberg.org/teaserbot-labs/delightful-humane-design/raw/branch/main/humane-tech-badge.svg )](https://codeberg.org/teaserbot-labs/delightful-humane-design)
2023-01-03 16:04:22 -05:00
2019-10-22 02:24:06 -04:00
< / div >
2021-03-31 15:02:27 -04:00
< p align = "center" >
< span > English< / span > |
2021-04-12 09:08:05 -04:00
< a href = "readmes/README.es.md" > Español< / a > |
2022-11-11 05:10:13 -05:00
< a href = "readmes/README.ru.md" > Русский< / a > |
< a href = "readmes/README.zh.hans.md" > 汉语< / a > |
< a href = "readmes/README.zh.hant.md" > 漢語< / a >
2021-03-31 15:02:27 -04:00
< / p >
2020-02-06 11:26:11 -05:00
< p align = "center" >
2021-06-07 17:10:47 -04:00
< a href = "https://join-lemmy.org/" rel = "noopener" >
2020-09-15 15:26:47 -04:00
< img width = 200px height = 200px src = "https://raw.githubusercontent.com/LemmyNet/lemmy-ui/main/src/assets/icons/favicon.svg" > < / a >
2019-04-06 11:32:34 -04:00
2021-06-07 17:10:47 -04:00
< h3 align = "center" > < a href = "https://join-lemmy.org" > Lemmy< / a > < / h3 >
2020-02-06 11:26:11 -05:00
< p align = "center" >
2022-10-05 12:25:17 -04:00
A link aggregator and forum for the fediverse.
2020-02-06 11:26:11 -05:00
< br / >
< br / >
2021-06-07 17:10:47 -04:00
< a href = "https://join-lemmy.org" > Join Lemmy< / a >
2020-02-06 11:26:11 -05:00
·
2023-06-22 07:46:37 -04:00
< a href = "https://join-lemmy.org/docs/index.html" > Documentation< / a >
2020-02-06 11:26:11 -05:00
·
2022-06-08 11:19:12 -04:00
< a href = "https://matrix.to/#/#lemmy-space:matrix.org" > Matrix Chat< / a >
·
2020-04-09 16:11:11 -04:00
< a href = "https://github.com/LemmyNet/lemmy/issues" > Report Bug< / a >
2020-02-06 11:26:11 -05:00
·
2020-04-09 16:11:11 -04:00
< a href = "https://github.com/LemmyNet/lemmy/issues" > Request Feature< / a >
2020-02-06 11:26:11 -05:00
·
2020-07-14 13:30:36 -04:00
< a href = "https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md" > Releases< / a >
2021-01-15 11:49:23 -05:00
·
2023-06-22 07:46:37 -04:00
< a href = "https://join-lemmy.org/docs/code_of_conduct.html" > Code of Conduct< / a >
2020-02-06 11:26:11 -05:00
< / p >
2019-10-22 02:24:06 -04:00
< / p >
2019-02-14 12:36:53 -05:00
2020-02-06 11:26:11 -05:00
## About The Project
2019-04-26 20:56:33 -04:00
2023-01-03 16:04:22 -05:00
| Desktop | Mobile |
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| ![desktop ](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp ) | ![mobile ](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp ) |
2019-10-17 23:20:59 -04:00
2020-10-03 10:51:15 -04:00
[Lemmy ](https://github.com/LemmyNet/lemmy ) is similar to sites like [Reddit ](https://reddit.com ), [Lobste.rs ](https://lobste.rs ), or [Hacker News ](https://news.ycombinator.com/ ): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse ](https://en.wikipedia.org/wiki/Fediverse ).
2019-04-22 16:35:51 -04:00
For a link aggregator, this means a user registered on one server can subscribe to forums on any other server, and can have discussions with users registered elsewhere.
2022-10-05 12:25:17 -04:00
It is an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling.
2019-04-22 16:35:51 -04:00
2020-06-28 05:49:35 -04:00
Each Lemmy server can set its own moderation policy; appointing site-wide admins, and community moderators to keep out the trolls, and foster a healthy, non-toxic environment where all can feel comfortable contributing.
2019-05-04 11:58:53 -04:00
2020-02-06 11:26:11 -05:00
### Why's it called Lemmy?
2020-01-01 17:47:00 -05:00
2023-06-16 11:54:12 -04:00
- Lead singer from [Motörhead ](https://invidio.us/watch?v=3mbvWn1EY6g ).
2020-02-06 11:26:11 -05:00
- The old school [video game ](<https://en.wikipedia.org/wiki/Lemmings_(video_game )>).
- The [Koopa from Super Mario ](https://www.mariowiki.com/Lemmy_Koopa ).
- The [furry rodents ](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/ ).
2020-01-24 20:43:57 -05:00
2020-02-06 11:26:11 -05:00
### Built With
- [Rust ](https://www.rust-lang.org )
- [Actix ](https://actix.rs/ )
- [Diesel ](http://diesel.rs/ )
- [Inferno ](https://infernojs.org )
- [Typescript ](https://www.typescriptlang.org/ )
2020-01-24 20:43:57 -05:00
2020-01-01 17:47:00 -05:00
## Features
- Open source, [AGPL License ](/LICENSE ).
- Self hostable, easy to deploy.
2023-06-22 07:46:37 -04:00
- Comes with [Docker ](https://join-lemmy.org/docs/administration/install_docker.html ) and [Ansible ](https://join-lemmy.org/docs/administration/install_ansible.html ).
2020-01-01 17:47:00 -05:00
- Clean, mobile-friendly interface.
2020-01-24 20:43:57 -05:00
- Only a minimum of a username and password is required to sign up!
- User avatar support.
2020-01-01 17:47:00 -05:00
- Live-updating Comment threads.
2020-06-28 05:49:35 -04:00
- Full vote scores `(+/-)` like old Reddit.
2020-01-01 17:47:00 -05:00
- Themes, including light, dark, and solarized.
- Emojis with autocomplete support. Start typing `:`
2020-04-30 11:45:12 -04:00
- User tagging using `@` , Community tagging using `!` .
2020-01-24 20:43:57 -05:00
- Integrated image uploading in both posts and comments.
- A post can consist of a title and any combination of self text, a URL, or nothing else.
2020-01-01 17:47:00 -05:00
- Notifications, on comment replies and when you're tagged.
2020-01-24 20:43:57 -05:00
- Notifications can be sent via email.
2020-02-28 14:40:12 -05:00
- Private messaging support.
2020-01-01 17:47:00 -05:00
- i18n / internationalization support.
- RSS / Atom feeds for `All` , `Subscribed` , `Inbox` , `User` , and `Community` .
- Cross-posting support.
2023-01-03 16:04:22 -05:00
- A _similar post search_ when creating new posts. Great for question / answer communities.
2020-01-01 17:47:00 -05:00
- Moderation abilities.
- Public Moderation Logs.
2020-01-24 20:43:57 -05:00
- Can sticky posts to the top of communities.
2020-01-01 17:47:00 -05:00
- Both site admins, and community moderators, who can appoint other moderators.
- Can lock, remove, and restore posts and comments.
- Can ban and unban users from communities and the site.
- Can transfer site and communities to others.
- Can fully erase your data, replacing all posts and comments.
- NSFW post / community support.
- High performance.
- Server is written in rust.
- Front end is `~80kB` gzipped.
- Supports arm64 / Raspberry Pi.
2020-02-06 11:26:11 -05:00
## Installation
2019-07-14 22:43:31 -04:00
2023-06-22 07:46:37 -04:00
- [Docker ](https://join-lemmy.org/docs/administration/install_docker.html )
- [Ansible ](https://join-lemmy.org/docs/administration/install_ansible.html )
2020-02-17 20:48:17 -05:00
2020-07-25 07:29:24 -04:00
## Lemmy Projects
### Apps
2020-09-15 15:26:47 -04:00
- [lemmy-ui - The official web app for lemmy ](https://github.com/LemmyNet/lemmy-ui )
2023-01-03 16:04:22 -05:00
- [lemmyBB - A Lemmy forum UI based on phpBB ](https://github.com/LemmyNet/lemmyBB )
2022-03-18 11:29:36 -04:00
- [Jerboa - A native Android app made by Lemmy's developers ](https://github.com/dessalines/jerboa )
2023-06-01 16:40:47 -04:00
- [Mlem - A Lemmy client for iOS ](https://github.com/buresdv/Mlem )
2023-06-21 16:15:10 -04:00
- [Lemoa - A Gtk client for Lemmy on Linux ](https://github.com/lemmy-gtk/lemoa )
2020-07-25 07:29:24 -04:00
### Libraries
2020-08-20 10:50:26 -04:00
- [lemmy-js-client ](https://github.com/LemmyNet/lemmy-js-client )
2023-01-03 16:04:22 -05:00
- [lemmy-rust-client ](https://github.com/LemmyNet/lemmy/tree/main/crates/api_common )
- [go-lemmy ](https://gitea.arsenm.dev/Arsen6331/go-lemmy )
2023-02-18 08:23:28 -05:00
- [Dart API client ](https://github.com/LemmurOrg/lemmy_api_client )
2023-06-12 09:31:27 -04:00
- [Lemmy-Swift-Client ](https://github.com/rrainn/Lemmy-Swift-Client )
2023-01-19 21:41:37 -05:00
- [Reddit -> Lemmy Importer ](https://github.com/rileynull/RedditLemmyImporter )
2023-04-17 13:21:37 -04:00
- [lemmy-bot - Typescript library to make it easier to make bots for Lemmy ](https://github.com/SleeplessOne1917/lemmy-bot )
2023-06-14 17:41:20 -04:00
- [Reddit API wrapper for Lemmy ](https://github.com/derivator/tafkars )
2023-06-14 17:40:49 -04:00
- [Pythörhead - Python package for integrating with the Lemmy API ](https://pypi.org/project/pythorhead/ )
2020-07-25 07:29:24 -04:00
2020-01-18 12:38:50 -05:00
## Support / Donate
2019-08-09 20:28:34 -04:00
2019-04-24 12:28:20 -04:00
Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
2019-10-21 16:05:13 -04:00
2020-04-12 12:54:49 -04:00
- [Support on Liberapay ](https://liberapay.com/Lemmy ).
2019-04-24 12:28:20 -04:00
- [Support on Patreon ](https://www.patreon.com/dessalines ).
2020-04-12 12:54:49 -04:00
- [Support on OpenCollective ](https://opencollective.com/lemmy ).
2023-06-05 11:34:15 -04:00
- [List of Sponsors ](https://join-lemmy.org/donate ).
2020-01-18 12:38:50 -05:00
### Crypto
2019-05-17 11:32:07 -04:00
- bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
2019-04-16 20:32:13 -04:00
- ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
2019-08-20 17:47:19 -04:00
- monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
2021-09-19 16:52:16 -04:00
- cardano: `addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm`
2019-08-09 20:28:34 -04:00
2020-02-06 11:26:11 -05:00
## Contributing
2023-06-22 07:46:37 -04:00
- [Contributing instructions ](https://join-lemmy.org/docs/contributors/01-overview.html )
- [Docker Development ](https://join-lemmy.org/docs/contributors/03-docker-development.html )
- [Local Development ](https://join-lemmy.org/docs/contributors/02-local-development.html )
2020-02-06 11:26:11 -05:00
2020-04-27 16:22:56 -04:00
### Translations
2019-08-09 20:28:34 -04:00
2023-06-05 11:34:15 -04:00
- If you want to help with translating, take a look at [Weblate ](https://weblate.join-lemmy.org/projects/lemmy/ ). You can also help by [translating the documentation ](https://github.com/LemmyNet/lemmy-docs#adding-a-new-language ).
2019-10-18 15:13:09 -04:00
2020-02-06 11:26:11 -05:00
## Contact
2020-04-22 16:52:24 -04:00
- [Mastodon ](https://mastodon.social/@LemmyDev )
2022-10-05 12:25:17 -04:00
- [Lemmy Support Forum ](https://lemmy.ml/c/lemmy_support )
2020-04-22 16:52:24 -04:00
## Code Mirrors
2020-04-09 16:11:11 -04:00
- [GitHub ](https://github.com/LemmyNet/lemmy )
2023-02-01 09:34:59 -05:00
- [Gitea ](https://git.join-lemmy.org/LemmyNet/lemmy )
2020-10-04 15:01:12 -04:00
- [Codeberg ](https://codeberg.org/LemmyNet/lemmy )
2020-02-06 11:26:11 -05:00
2019-04-06 18:49:51 -04:00
## Credits
2019-08-09 20:28:34 -04:00
2019-10-20 15:31:15 -04:00
Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.