All Projects → LemmurOrg → lemmur

LemmurOrg / lemmur

Licence: GPL-2.0 license
🐒 A mobile client for lemmy

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to lemmur

Lemmy
🐀 Building a federated link aggregator in rust
Stars: ✭ 5,728 (+2412.28%)
Mutual labels:  reddit, fediverse, lemmy
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (-89.47%)
Mutual labels:  fediverse, lemmy
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (-46.05%)
Mutual labels:  fediverse, lemmy
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-53.51%)
Mutual labels:  reddit, mobile-app
Glance
Another client for Reddit, but this time, it's not just a client. It's a different way of browsing photos, GIFs, memes and other things there!
Stars: ✭ 104 (-54.39%)
Mutual labels:  reddit, mobile-app
lenny
( ͡° ͜ʖ ͡°) A more user-respectful fork of Lemmy. Created for https://derpy.email.
Stars: ✭ 61 (-73.25%)
Mutual labels:  fediverse, lemmy
today-AI-learned
Training a classifier to reddit's TIL to find new things on Wikipedia
Stars: ✭ 35 (-84.65%)
Mutual labels:  reddit
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (-13.16%)
Mutual labels:  reddit
insta reddit bot
[UNMAINTAINED] A bot which pulls images from Reddit and uploads them to Instagram. Former source code of @me_irl_bot
Stars: ✭ 26 (-88.6%)
Mutual labels:  reddit
roux
Simple and (a)synchronous Reddit API wrapper for Rust.
Stars: ✭ 41 (-82.02%)
Mutual labels:  reddit
Upvote-Anywhere
Upvote Anywhere Browser Extension
Stars: ✭ 339 (+48.68%)
Mutual labels:  reddit
ideabag2
Idea Bag 2 provides programmers of all proficiency levels ideas for pet projects to work on when they are looking to increase their proficiency in a particular programming language.
Stars: ✭ 51 (-77.63%)
Mutual labels:  mobile-app
reddit-comment-highlights
A browser extension with minimal permissions that highlights Reddit.com comments since you've been away
Stars: ✭ 31 (-86.4%)
Mutual labels:  reddit
captAR
Augmented Reality Geolocation Capture-the-Flag Mobile Game Capstone Project
Stars: ✭ 24 (-89.47%)
Mutual labels:  mobile-app
MissCat
An Optimized Misskey Client App for iOS.
Stars: ✭ 44 (-80.7%)
Mutual labels:  fediverse
lemmy-terminal-viewer
a terminal user interface for lemmy
Stars: ✭ 21 (-90.79%)
Mutual labels:  lemmy
Social-Dating-iOS-App
📱 pH7 Social Dating iOS App allows you to use pH7CMS through an easy-going and intuitive iOS webview app. Core is 100% open source and as always contributions are welcome
Stars: ✭ 22 (-90.35%)
Mutual labels:  mobile-app
SwiftYFinance
The best Yahoo Finance library with the power of Swift
Stars: ✭ 30 (-86.84%)
Mutual labels:  mobile-app
Prototype.Forms.Controls
This sample app contains a random mixture of Xamarin/Xamarin.Forms controls, views, and functionality snippets that I've created.
Stars: ✭ 21 (-90.79%)
Mutual labels:  mobile-app
kriptomist
Fundamental cryptocurrency analysis
Stars: ✭ 29 (-87.28%)
Mutual labels:  reddit

Translation status

lemmur

Get it on F-Droid

A mobile client for Lemmy - a federated reddit alternative

Buy Me A Coffee

Build from source

Prerequisites

  • Install flutter: To check if this step was successful run flutter doctor (Installing android studio is not required if you setup the android SDK yourself)
  • Clone this repo: git clone https://github.com/LemmurOrg/lemmur
  • Enter the repo: cd lemmur

Android

  1. Build: flutter build apk --flavor prod --target lib/main_prod.dart --release

The apk will be in build/app/outputs/flutter-apk/app-prod-release.apk

Linux

  1. Make sure you have the additional linux requirements (verify with flutter doctor)
  2. Build: flutter build linux --target lib/main_prod.dart --release

The executable will be in build/linux/x64/release/bundle/lemmur (be aware, however, that this executable is not standalone)

Windows

  1. Make sure you have the additional windows requirements (verify with flutter doctor)
  2. Build: flutter build windows --target lib/main_prod.dart --release

The executable will be in build\windows\runner\Release\lemmur.exe (be aware, however, that this executable is not standalone)

FAQ

Version x.x.x was released, why is it not yet on F-droid?

We have no control over F-droid's build process. This process is automatic and not always predictable in terms of time it takes. If a new version does not appear in F-droid a week after its release, then feel free to open an issue about it and we will look into it.

"App not installed" - what to do?

When installing the APK directly you might get this message. This happens when you are trying to update lemmur from a different source than where you originally got it from. To fix it simply uninstall the previous version (you will lose all local data) and then install the new one. Always make sure to install lemmur APKs only from verified sources.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].