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