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