this post was submitted on 16 Jul 2023
186 points (97.9% liked)

Lemmy Apps

5409 readers
2 users here now

A home for discussion of Lemmy apps and tools for all platforms.

RULES:


An extensive list of Lemmy apps is available here:

LemmyApps.com

or lemmyapps.netlify.app


Visit our partner Communities!

Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works

Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com

Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev

Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee

founded 1 year ago
MODERATORS
 

Hello! I have made a macOS client for Lemmy - Leomard. It's an initial version of the app, and my first macOS app made for the public.

Features

  • Mac-native client
  • Fast, small and light (only 9.2 MB)
  • Open source (GPLv3)
  • Beautiful responsive interface

Of course, it's a very early version, some features are missing (ex. image uploading), and you may encounter a bug here and there.

Don't forget to follow Leomard's community: !leomard@lemm.ee

Or straight to the project’s Git: https://github.com/Athlon007/Leomard

If you have questions, feel free to ask :)

Hi everybody! This is the initial release of Leomard - a native macOS client app written in Swift using SwiftUI. It’s still in very early phase of development, features are missing, but it’s a start. Feedback is most welcome!

Screenshots:

Changelog

  • Initial Release

Sent from Leomard.___

you are viewing a single comment's thread
view the rest of the comments
[–] athlon@lemm.ee 7 points 1 year ago (1 children)

The logic of the app should be portable to Linux or Windows (with some modification), as Swift does run on both.

Front-end would need to be rewritten from scratch though, as SwiftUI is not available on Linux. Sorry :(

[–] donut4ever@sh.itjust.works 3 points 1 year ago (1 children)

I'd do it if I knew how. Well, I guess I'll wait for a kind soul to do it.

[–] athlon@lemm.ee 4 points 1 year ago (1 children)

Honestly, don’t bother with waiting for Leomard. I’ve seen there are Lemmy clients written in GTK, such as Lemoa and Lemonade.

[–] donut4ever@sh.itjust.works 2 points 1 year ago (1 children)

Oh nice. Anything in Qt that you know of?

[–] athlon@lemm.ee 2 points 1 year ago

I have no clue - I only use my Linux PC with Mint for gaming. All the rest of my work is done on macOS.