]> Untitled Git - lemmy.git/blob - README.md
Add Modlog Filters (#2313)
[lemmy.git] / README.md
1 <div align="center">
2
3 ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/LemmyNet/lemmy.svg)
4 [![Build Status](https://cloud.drone.io/api/badges/LemmyNet/lemmy/status.svg)](https://cloud.drone.io/LemmyNet/lemmy/)
5 [![GitHub issues](https://img.shields.io/github/issues-raw/LemmyNet/lemmy.svg)](https://github.com/LemmyNet/lemmy/issues)
6 [![Docker Pulls](https://img.shields.io/docker/pulls/dessalines/lemmy.svg)](https://cloud.docker.com/repository/docker/dessalines/lemmy/)
7 [![Translation status](http://weblate.yerbamate.ml/widgets/lemmy/-/lemmy/svg-badge.svg)](http://weblate.yerbamate.ml/engage/lemmy/)
8 [![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
9 ![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
10 [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)
11 </div>
12
13 <p align="center">
14   <span>English</span> |
15   <a href="readmes/README.es.md">Español</a> |
16   <a href="readmes/README.ru.md">Русский</a>
17 </p>
18
19 <p align="center">
20   <a href="https://join-lemmy.org/" rel="noopener">
21  <img width=200px height=200px src="https://raw.githubusercontent.com/LemmyNet/lemmy-ui/main/src/assets/icons/favicon.svg"></a>
22
23  <h3 align="center"><a href="https://join-lemmy.org">Lemmy</a></h3>
24   <p align="center">
25     A link aggregator / Reddit clone for the fediverse.
26     <br />
27     <br />
28     <a href="https://join-lemmy.org">Join Lemmy</a>
29     ·
30     <a href="https://join-lemmy.org/docs/en/index.html">Documentation</a>
31     ·
32     <a href="https://matrix.to/#/#lemmy-space:matrix.org">Matrix Chat</a>
33     ·
34     <a href="https://github.com/LemmyNet/lemmy/issues">Report Bug</a>
35     ·
36     <a href="https://github.com/LemmyNet/lemmy/issues">Request Feature</a>
37     ·
38     <a href="https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md">Releases</a>
39     ·
40     <a href="https://join-lemmy.org/docs/en/code_of_conduct.html">Code of Conduct</a>
41   </p>
42 </p>
43
44 ## About The Project
45
46 Desktop|Mobile
47 ---|---
48 ![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)
49
50 [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).
51
52 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.
53
54 The overall goal is to create an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling.
55
56 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.
57
58 *Note: The WebSocket and HTTP APIs are currently unstable*
59
60 ### Why's it called Lemmy?
61
62 - Lead singer from [Motörhead](https://invidio.us/watch?v=pWB5JZRGl0U).
63 - The old school [video game](<https://en.wikipedia.org/wiki/Lemmings_(video_game)>).
64 - The [Koopa from Super Mario](https://www.mariowiki.com/Lemmy_Koopa).
65 - The [furry rodents](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/).
66
67 ### Built With
68
69 - [Rust](https://www.rust-lang.org)
70 - [Actix](https://actix.rs/)
71 - [Diesel](http://diesel.rs/)
72 - [Inferno](https://infernojs.org)
73 - [Typescript](https://www.typescriptlang.org/)
74
75 ## Features
76
77 - Open source, [AGPL License](/LICENSE).
78 - Self hostable, easy to deploy.
79   - Comes with [Docker](https://join-lemmy.org/docs/en/administration/install_docker.html) and [Ansible](https://join-lemmy.org/docs/en/administration/install_ansible.html).
80 - Clean, mobile-friendly interface.
81   - Only a minimum of a username and password is required to sign up!
82   - User avatar support.
83   - Live-updating Comment threads.
84   - Full vote scores `(+/-)` like old Reddit.
85   - Themes, including light, dark, and solarized.
86   - Emojis with autocomplete support. Start typing `:`
87   - User tagging using `@`, Community tagging using `!`.
88   - Integrated image uploading in both posts and comments.
89   - A post can consist of a title and any combination of self text, a URL, or nothing else.
90   - Notifications, on comment replies and when you're tagged.
91     - Notifications can be sent via email.
92     - Private messaging support.
93   - i18n / internationalization support.
94   - RSS / Atom feeds for `All`, `Subscribed`, `Inbox`, `User`, and `Community`.
95 - Cross-posting support.
96   - A *similar post search* when creating new posts. Great for question / answer communities.
97 - Moderation abilities.
98   - Public Moderation Logs.
99   - Can sticky posts to the top of communities.
100   - Both site admins, and community moderators, who can appoint other moderators.
101   - Can lock, remove, and restore posts and comments.
102   - Can ban and unban users from communities and the site.
103   - Can transfer site and communities to others.
104 - Can fully erase your data, replacing all posts and comments.
105 - NSFW post / community support.
106 - High performance.
107   - Server is written in rust.
108   - Front end is `~80kB` gzipped.
109   - Supports arm64 / Raspberry Pi.
110
111 ## Installation
112
113 - [Docker](https://join-lemmy.org/docs/en/administration/install_docker.html)
114 - [Ansible](https://join-lemmy.org/docs/en/administration/install_ansible.html)
115
116 ## Lemmy Projects
117
118 ### Apps
119
120 - [lemmy-ui - The official web app for lemmy](https://github.com/LemmyNet/lemmy-ui)
121 - [Lemmur - A mobile client for Lemmy (Android, Linux, Windows)](https://github.com/LemmurOrg/lemmur)
122 - [Jerboa - A native Android app made by Lemmy's developers](https://github.com/dessalines/jerboa)
123 - [Remmel - A native iOS app](https://github.com/uuttff8/Lemmy-iOS)
124
125 ### Libraries
126
127 - [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client)
128 - [Kotlin API ( under development )](https://github.com/eiknat/lemmy-client)
129 - [Dart API client](https://github.com/LemmurOrg/lemmy_api_client)
130
131 ## Support / Donate
132
133 Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
134
135 - [Support on Liberapay](https://liberapay.com/Lemmy).
136 - [Support on Patreon](https://www.patreon.com/dessalines).
137 - [Support on OpenCollective](https://opencollective.com/lemmy).
138 - [List of Sponsors](https://join-lemmy.org/sponsors).
139
140 ### Crypto
141
142 - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
143 - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
144 - monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
145 - cardano: `addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm`
146
147 ## Contributing
148
149 - [Contributing instructions](https://join-lemmy.org/docs/en/contributing/contributing.html)
150 - [Docker Development](https://join-lemmy.org/docs/en/contributing/docker_development.html)
151 - [Local Development](https://join-lemmy.org/docs/en/contributing/local_development.html)
152
153 ### Translations
154
155 If you want to help with translating, take a look at [Weblate](https://weblate.yerbamate.ml/projects/lemmy/). You can also help by [translating the documentation](https://github.com/LemmyNet/lemmy-docs#adding-a-new-language).
156
157 ## Contact
158
159 - [Mastodon](https://mastodon.social/@LemmyDev)
160 - [Matrix](https://matrix.to/#/#lemmy:matrix.org)
161
162 ## Code Mirrors
163
164 - [GitHub](https://github.com/LemmyNet/lemmy)
165 - [Gitea](https://yerbamate.ml/LemmyNet/lemmy)
166 - [Codeberg](https://codeberg.org/LemmyNet/lemmy)
167
168 ## Credits
169
170 Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.