]> Untitled Git - lemmy.git/blob - README.md
ddaa781807aaab86ae0944c2f642c9c0c75b6e52
[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 and forum 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 It is 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 ### Why's it called Lemmy?
59
60 - Lead singer from [Motörhead](https://invidio.us/watch?v=pWB5JZRGl0U).
61 - The old school [video game](<https://en.wikipedia.org/wiki/Lemmings_(video_game)>).
62 - The [Koopa from Super Mario](https://www.mariowiki.com/Lemmy_Koopa).
63 - The [furry rodents](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/).
64
65 ### Built With
66
67 - [Rust](https://www.rust-lang.org)
68 - [Actix](https://actix.rs/)
69 - [Diesel](http://diesel.rs/)
70 - [Inferno](https://infernojs.org)
71 - [Typescript](https://www.typescriptlang.org/)
72
73 ## Features
74
75 - Open source, [AGPL License](/LICENSE).
76 - Self hostable, easy to deploy.
77   - 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).
78 - Clean, mobile-friendly interface.
79   - Only a minimum of a username and password is required to sign up!
80   - User avatar support.
81   - Live-updating Comment threads.
82   - Full vote scores `(+/-)` like old Reddit.
83   - Themes, including light, dark, and solarized.
84   - Emojis with autocomplete support. Start typing `:`
85   - User tagging using `@`, Community tagging using `!`.
86   - Integrated image uploading in both posts and comments.
87   - A post can consist of a title and any combination of self text, a URL, or nothing else.
88   - Notifications, on comment replies and when you're tagged.
89     - Notifications can be sent via email.
90     - Private messaging support.
91   - i18n / internationalization support.
92   - RSS / Atom feeds for `All`, `Subscribed`, `Inbox`, `User`, and `Community`.
93 - Cross-posting support.
94   - A *similar post search* when creating new posts. Great for question / answer communities.
95 - Moderation abilities.
96   - Public Moderation Logs.
97   - Can sticky posts to the top of communities.
98   - Both site admins, and community moderators, who can appoint other moderators.
99   - Can lock, remove, and restore posts and comments.
100   - Can ban and unban users from communities and the site.
101   - Can transfer site and communities to others.
102 - Can fully erase your data, replacing all posts and comments.
103 - NSFW post / community support.
104 - High performance.
105   - Server is written in rust.
106   - Front end is `~80kB` gzipped.
107   - Supports arm64 / Raspberry Pi.
108
109 ## Installation
110
111 - [Docker](https://join-lemmy.org/docs/en/administration/install_docker.html)
112 - [Ansible](https://join-lemmy.org/docs/en/administration/install_ansible.html)
113
114 ## Lemmy Projects
115
116 ### Apps
117
118 - [lemmy-ui - The official web app for lemmy](https://github.com/LemmyNet/lemmy-ui)
119 - [Lemmur - A mobile client for Lemmy (Android, Linux, Windows)](https://github.com/LemmurOrg/lemmur)
120 - [Jerboa - A native Android app made by Lemmy's developers](https://github.com/dessalines/jerboa)
121 - [Remmel - A native iOS app](https://github.com/uuttff8/Lemmy-iOS)
122
123 ### Libraries
124
125 - [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client)
126 - [Kotlin API ( under development )](https://github.com/eiknat/lemmy-client)
127 - [Dart API client](https://github.com/LemmurOrg/lemmy_api_client)
128
129 ## Support / Donate
130
131 Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
132
133 - [Support on Liberapay](https://liberapay.com/Lemmy).
134 - [Support on Patreon](https://www.patreon.com/dessalines).
135 - [Support on OpenCollective](https://opencollective.com/lemmy).
136 - [List of Sponsors](https://join-lemmy.org/sponsors).
137
138 ### Crypto
139
140 - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
141 - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
142 - monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
143 - cardano: `addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm`
144
145 ## Contributing
146
147 - [Contributing instructions](https://join-lemmy.org/docs/en/contributing/contributing.html)
148 - [Docker Development](https://join-lemmy.org/docs/en/contributing/docker_development.html)
149 - [Local Development](https://join-lemmy.org/docs/en/contributing/local_development.html)
150
151 ### Translations
152
153 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).
154
155 ## Contact
156
157 - [Mastodon](https://mastodon.social/@LemmyDev)
158 - [Lemmy Support Forum](https://lemmy.ml/c/lemmy_support)
159
160 ## Code Mirrors
161
162 - [GitHub](https://github.com/LemmyNet/lemmy)
163 - [Gitea](https://yerbamate.ml/LemmyNet/lemmy)
164 - [Codeberg](https://codeberg.org/LemmyNet/lemmy)
165
166 ## Credits
167
168 Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.