]> Untitled Git - lemmy.git/blob - README.md
Major refactor, adding newtypes for apub crate
[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://github.com/LemmyNet/lemmy/issues">Report Bug</a>
33     ·
34     <a href="https://github.com/LemmyNet/lemmy/issues">Request Feature</a>
35     ·
36     <a href="https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md">Releases</a>
37     ·
38     <a href="https://join-lemmy.org/docs/en/code_of_conduct.html">Code of Conduct</a>
39   </p>
40 </p>
41
42 ## About The Project
43
44 Desktop|Mobile
45 ---|---
46 ![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)
47
48 [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).
49
50 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.
51
52 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.
53
54 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.
55
56 *Note: The WebSocket and HTTP APIs are currently unstable*
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/krawieck/lemmur)
120 - [Remmel - A native iOS app](https://github.com/uuttff8/Lemmy-iOS)
121
122 ### Libraries
123
124 - [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client)
125 - [Kotlin API ( under development )](https://github.com/eiknat/lemmy-client)
126 - [Dart API client](https://github.com/krawieck/lemmy_api_client)
127
128 ## Support / Donate
129
130 Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
131
132 - [Support on Liberapay](https://liberapay.com/Lemmy).
133 - [Support on Patreon](https://www.patreon.com/dessalines).
134 - [Support on OpenCollective](https://opencollective.com/lemmy).
135 - [List of Sponsors](https://join-lemmy.org/sponsors).
136
137 ### Crypto
138
139 - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
140 - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
141 - monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
142 - cardano: `addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm`
143
144 ## Contributing
145
146 - [Contributing instructions](https://join-lemmy.org/docs/en/contributing/contributing.html)
147 - [Docker Development](https://join-lemmy.org/docs/en/contributing/docker_development.html)
148 - [Local Development](https://join-lemmy.org/docs/en/contributing/local_development.html)
149
150 ### Translations
151
152 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).
153
154 ## Contact
155
156 - [Mastodon](https://mastodon.social/@LemmyDev)
157 - [Matrix](https://matrix.to/#/#lemmy:matrix.org)
158
159 ## Code Mirrors
160
161 - [GitHub](https://github.com/LemmyNet/lemmy)
162 - [Gitea](https://yerbamate.ml/LemmyNet/lemmy)
163 - [Codeberg](https://codeberg.org/LemmyNet/lemmy)
164
165 ## Credits
166
167 Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.