davel,
@davel@lemmy.ml avatar

Same as for every other website: Firefox.

shaked_coffee,

I really like Photon, that is a web client but with Firefox PWAs addon can be installed a regular app

EDIT: just seen someone else wrote the same in a different comment, wooops

palordrolap,

Been feeling old and out of touch lately, and seeing this was comforting somehow.

I mean, I'm still old and out of touch, but it's nice to see that one particular ancient technology might still be considered the best way to do something.

On the other hand, desktop computers are getting a bit long in the tooth as a concept these days...

davel,
@davel@lemmy.ml avatar

Companies pushed for us to install their apps on our phones so they could force ads on us and extract (meta)data from us that they couldn’t from our browsers.

Cory Doctorow: How lock-in hurts design

More than half of all web-users have installed ad-blockers.

This is why services are so horny to drive you to install their app rather using their websites: they are trying to get you to do something that, given your druthers, you would prefer not to do. They want to force you to exit through the gift shop, you want to carve a desire path straight to the parking lot. Apps let them mobilize the law to literally criminalize those desire paths.

An app is just a web-page wrapped in enough IP to make it a felony to block ads in it (or do anything else that wrestles value back from a company). Apps are web-pages where everything not mandatory is forbidden.

Seen in this light, an app is a way to wage war on desire paths, to abandon the cooperative model for co-innovation in favor of the adversarial model of user control and extraction.

And now this corporate brainworm has infected our desktop environments, even Linux ones. Just say no.

2xsaiko,
@2xsaiko@discuss.tchncs.de avatar

Desktop clients came before web apps and a well written (desktop or otherwise) app will always use the platform it’s running on better than a well written web app. Sure there is incentive for corporations to push apps, but saying “it has now infected even Linux” is absolutely ridiculous. Lack of open API is what you should criticize.

danielquinn,
@danielquinn@lemmy.ca avatar

If you really want an app-like interface, you could make use of Epiphany’s “Install as Web App” feature. Just open Epiphany, go to your Lemmy instance, login, and then select “Install as Web App” from the main menu. Like magic, you get a “Lemmy App” that you can bring up like any other app.

This is my experience in GNOME. Presumably though, it’d work with any desktop environment that respects the XDG standards.

DieserTypMatthias,

Just use a browser. Or install Waydroid and install Eternity to it.

FartsWithAnAccent,
@FartsWithAnAccent@fedia.io avatar

Mozilla Firefox

node815,
@node815@lemmy.world avatar

I use Ferdium on my desktop and self host my server for it, then just add it through there. Works quite well. Plus, with Ferdium, I can add other services such as Discord, and Mastodon so, it’s sort of my go to hub for a lot of my social media.

eugenia,
@eugenia@lemmy.ml avatar

It’s called a browser? :-)

Honestly, I don’t understand people downloading apps to run things like discord, facebook, spotify, and now lemmy. These are webpages, and were designed to work as webpages. So, best would be to use a web browser.

Secret300,

In my opinion there should be more apps. I hate that they are just webpages tho

bizzle,
@bizzle@lemmy.world avatar

I’ve never heard that take before. Can you explain why you think there should be more apps instead of using the browser?

Secret300,

Native apps can give better performance and take up less resources. But to be honest I just miss the good ol days. I mean back then the web browser was the main thing you’d open on your PC but now it’s pretty much the only thing

lemmyreader,
  • Apps can sit and wait in the background as a tray icon and quietly notify you
  • Having countless tabs open in your browser and navigate through them can be very tiring sometimes
someacnt_,

For me, it’s to have one less apps.

Para_lyzed, (edited )

You should really just use a browser, but I’ll at least try to answer the question.

I’ve never tried any of them myself, as I’d just prefer using the website on desktop, but here’s a list of mobile and desktop apps for Lemmy (just look at the right column to see which ones are desktop clients).

It looks like neonmodem is available in the AUR, though it’s a CLI utility. If you’re looking for a GUI, there’s lemoa, but it’s currently unmaintained, or lemonade which appears to be pretty minimal.

Your options are pretty sparse, so you’re probably best off just using a browser if you’re looking for a GUI. I hate to be one of those guys, but you don’t need an app for everything; the browser can sometimes provide the best experience.

tifriis,

This project show all different front end/apps/… : github.com/dbeley/awesome-lemmy?tab=readme-ov-fil…

Dirk,
@Dirk@lemmy.ml avatar

You mean, like … browser?

No, really 🙃

For Firefox this exists, all other browsers have this functionality directly implemented. Chromium-based browsers can usually be started with parameter –app=https://example.com to start example.com in a SSB/PWA-looking window.

Plus: With this you do not lose the ability to open links in new tabs and you have access to your default configuration for websites.

rollingflower,

Wow that extension is nice! Way better than the overcomplex “Firefox PWAs” I suppose.

Dirk,
@Dirk@lemmy.ml avatar

Way better than the overcomplex “Firefox PWAs” I suppose.

Yep. Technically it just creates a new tab that creates a popup with the requested URL and the created tab closes itself after the popup was created. So not really a PWA but just a popup with a website in it, but in most cases this is absolutely fine since you’re online anyways, and modern browsers are good with caching.

rollingflower,

Oh I had this recently with a normal website and it is extremely strange.

No, I dont think thats the same

  • no persistent storage
  • different desktop icon?
  • desktop integration?

Chromium has quite nice integration in Linux, even though for sure its bad, but I use it instead of Electron.

Dirk,
@Dirk@lemmy.ml avatar

Yes, this is not a PWA system but an SSB implementation. In the context of this thread it’s fine since Lemmy is useless without Internet connection, so why bother with persistent local storage and not just rely on browser cache?

On Linux you can create a simple .desktop file and place it where your system can load it. It will be automatically placed in places where your other application’s desktop files are shown. On Windows you can create a shortcut and change the shortcut’s icon and place the shortcut file wherever you want.

I use this technique on my private Linux machines as well as on my work laptop (Windows 10).

rollingflower,

Persistent local storage is a question of scale. For example having old posts and comments cached, or the entire UI. It would just load faster and save tons of duplicated data that is always the same but downloaded over and over again.

Yes I know how to create the entry. Not sure about the menu chapter, but these are very possible.

Drinvictus,

There’s lemoa github.com/lemmygtk/lemoa

But I can assure you that it won’t be better than the PWA.

catculation,
@catculation@lemmy.zip avatar

Photon as a PWA

tfowinder,
@tfowinder@lemmy.ml avatar

Whats PWA?

Matt,

Progressive Web App

morrowind,
@morrowind@lemmy.ml avatar

Damn, I was looking to make one of these couple months back but when I asked most people said they were uninterested so I stopped

quaff,
@quaff@lemmy.ca avatar

Make one, if for nothing else as a portfolio piece!

morrowind,
@morrowind@lemmy.ml avatar

Maybe. It may have been ambitious for the time. I’ve been working on simpler projects in the meantime

harsh3466,

It’s not exactly desktop, but I use Voyager. It’s a web app. You can also self host it if you don’t want to use the developer instance (I’ve got mine running in docker for desktop use. I use the Voyager app for iOS)

t0mri,

Thats what im using for android. Its great, but not on desktop

lemmyvore,

I use it on desktop exclusively, it works well and I like it better than any of the native Lemmy UIs.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • DreamBathrooms
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • GTA5RPClips
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • ngwrru68w68
  • tacticalgear
  • JUstTest
  • osvaldo12
  • tester
  • cubers
  • cisconetworking
  • mdbf
  • ethstaker
  • modclub
  • Leos
  • anitta
  • normalnudes
  • megavids
  • provamag3
  • lostlight
  • All magazines