this post was submitted on 26 Jul 2026
195 points (85.7% liked)

Linux

66810 readers
226 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

My music setup was a pinned browser tab for years. It worked, technically. It also ate RAM doing nothing, my media keys only worked when that tab happened to be focused, and I killed the music at least once a week by closing the wrong window. There's no official YouTube Music desktop app on Linux, and most of what exists is the same web player in an Electron shell.

So I built my own. It's called Limusic. Rust and Tauri, no bundled Chromium, audio goes through libmpv.

You sign in with your actual YouTube Music account, so your playlists, likes and subscriptions are just there, and liking a song or adding it to a playlist syncs back like you'd expect.

The part I actually care about is that it's not bare bones:

  • Proper MPRIS, so media keys and your now playing widget just work
  • System tray, closing the window doesn't kill the song, plus play/pause and skip from the tray
  • Discord Rich Presence with album art and a live progress bar
  • Last.fm scrobbling, connect once and forget about it
  • Synced lyrics in a side panel, click a line to jump there
  • Listen Together, synced rooms so you and a friend hear the same thing at the same time
  • 8 themes, including Catppuccin, because obviously
  • Gapless playback, volume normalization, shuffle, repeat, autoplay radio
  • Your queue survives a restart

Free and open source, GPL. AppImage (self updating) or an rpm for Fedora, which is what I daily drive. No Flatpak or AUR yet, both are on the list. There's a Windows build too, and no macOS one yet.

Would really love for people to try it, and I'd genuinely like to hear what everyone thinks. ❤️

Site: https://simohypers.github.io/limusic/ Downloads: https://github.com/SimoHypers/limusic/releases/latest

Not affiliated with Google or YouTube, just a thing I made because I wanted it

top 50 comments
sorted by: hot top controversial new old
[–] echo@lemmy.ml 61 points 1 week ago

Given the first few commits referring to scaffolding phases and the frequent use of em dashes, I’m suspicious this was built with AI assistance. Nothing wrong with that, but a disclaimer of some sort somewhere would go a long way.

[–] db2@lemmy.world 45 points 1 week ago (21 children)

What part, if any, does "AI" have in the development or use of this?

[–] carotte@lemmy.blahaj.zone 38 points 1 week ago* (last edited 1 week ago) (5 children)

from the gitignore:

/.agents/
/.claude/
/CLAUDE.md
/PHASE1-PROMPT.md
/RELEASING.md
/skills-lock.json
/plans

so probably quite a bit lmao

and from a brand-new account too. this is slop, people

[–] db2@lemmy.world 10 points 1 week ago (2 children)

Does this "dev" even know vibe coded slop can't be licensed?

[–] ranzispa@mander.xyz 3 points 1 week ago (1 children)

According to who? Was there a legislation or legal case? In which country?

[–] Vittelius@feddit.org 5 points 1 week ago (1 children)

The US copyright office for one

https://www.skadden.com/insights/publications/2025/02/copyright-office-publishes-report

Human authorship is a bedrock of copyrightability, and thus works entirely generated by AI are not copyrightable. (...) Where a work includes both human and AI-generated content, only the human contributions are potentially copyrightable.

[–] Sandbar_Trekker@piefed.zip 2 points 1 week ago* (last edited 1 week ago)

That article ~~completely~~ practically skips over the section in the report that says that copyright can be applied by compilation to an overall work. See section II - F: "Modifying or Arranging AI-Generated Content"

Or you can also just skip to the conclusion of the actual report itself:

As described above, in many circumstances these outputs will be copyrightable in whole or in part—where AI is used as a tool, and where a human has been able to determine the expressive elements they contain. Prompts alone, however, at this stage are unlikely to satisfy those requirements.
https://www.copyright.gov/ai/Copyright-and-Artificial-Intelligence-Part-2-Copyrightability-Report.pdf

Edit: The article you linked does mention that the works can be copyrighted as a whole, but it does not mention this in the conclusion.

load more comments (1 replies)
load more comments (4 replies)
[–] richardisaguy@lemmy.world 28 points 1 week ago* (last edited 1 week ago)

I would say a great part of this code was at least "AI touched". There are em dashes in the rust scripts, in the markdowns, in the commit messeges. @Simohypers@lemmy.world - disclose your stuff man! people should know what they are putting on their computers

[–] communism@lemmy.ml 8 points 1 week ago (3 children)

If you view the first commit, you can see the CLAUDE.md, so at least in part vibe-coded.

Tbh all the vibe-coded apps look the same, and the UI has that vibe-coded style, so I'm not surprised.

load more comments (3 replies)
load more comments (18 replies)
[–] RunningInRVA@lemmy.world 15 points 1 week ago (2 children)

Wow. I’m not a YT music person and MacOS is my daily drive, but this looks incredible. Well done and a very nice contribution to the community.

[–] altphoto@lemmy.today 4 points 1 week ago (10 children)

Go ahead and sign in with your YouTube Gmail credentials, he or she won't automatically store them for future use.

[–] Simohypers@lemmy.world 19 points 1 week ago (1 children)

The source code is open and on Github, and there is also a guide to compiling and running the code locally, if not trusted. I can see that being a paint point though.

But the option of listening to music without signing-in is available. 👍

[–] altphoto@lemmy.today 4 points 1 week ago

Ah that's good. I never sign up to the radio. So basically I don't wish to login to listen to music.

load more comments (9 replies)
load more comments (1 replies)
[–] vala@lemmy.dbzer0.com 15 points 1 week ago

Pretty tired of people posting slop they don't understand.

This is going to break in a few weeks when YouTube changes again. This is such a waste everyone's of time. Just noise distracting from people who actually understand the things they build.

[–] MangoCats@feddit.it 14 points 1 week ago* (last edited 1 week ago) (3 children)

Best of luck with the YouTube interfaces - anything I have coded to them dies within a year or less due to them changing the rules.

On the flipside: awesome app, probably worth the effort to keep whacking the moles as they come up. Good job so far.

load more comments (3 replies)
[–] grapemix@lemmy.ml 13 points 1 week ago

First of all, I like rust+tui stack and thanks to sharing to community,but I hate to see open source dev wasting valuable time on reinventing wheel on something constantly change. YouTube's api, webpage constantly change to prevent third party sw. While we have invidious which can be use as backend, why ppl want to waste their time and abandon project quick? Freetube can use invidious api as source for example. What we need make invidious more backend friendly (i always confused why invidious dev not focus on their api only) and able to have single source of truth on subscription, history across mobile, desktop frontend app

[–] Pika@hikki.team 8 points 1 week ago (1 children)

Linux folks be like: I don't have a good enough tool for this niche thing. Guess how my next 1000 hours will be spent? 😄

Seriously though, nice work!

load more comments (1 replies)
[–] Sandbar_Trekker@piefed.zip 5 points 1 week ago

Certainly looks interesting, but I have to mention that I'm not a fan of the Discord Rich Presence feature. The directory access that this typically requires immediately bumps up any flatpak to a medium risk category.

Granted I'm definitely one of those users that does not care to share my current status to all other users as to what I'm watching/listening to at every moment.

[–] Hadriscus@jlai.lu 3 points 1 week ago

Holy shit I'm bookmarking this for when I get a moment to test !!

[–] luthis@lemmy.nz 3 points 1 week ago

This looks great and I'll give it a go.. but have you heard of grayjay?

If you add support for archive tune's remote play you could be a great companion app and make my need for spotifies remote play gone!

I'm always curious about youtube music apps, it seems like there are so many of them everywhere, even f-droid has like 20+ clients listed that all look very similar.

Maybe just a fun app to try making so a lot of people do it?

[–] vikingtons@lemmy.world 2 points 1 week ago (1 children)

thank you for sharing. love metrolist and the idea of having a desktop equivalent.

There's also pear desktop but it's sort of a web wrapper for the stock yt music experience, and likely has a comparable memory footprint to your situation having it as a pinned browser tab.

load more comments (1 replies)
[–] arisunz@lemmy.blahaj.zone 2 points 1 week ago

Thank you so much for this, been looking for a Metrolist-equivalent desktop app and this is just lovely <3

One thing I noticed, when using the appimage playback fails continuously with

app_lib: track failed error=Couldn't load this track — YouTube rejected the stream link

and even thumbnails can't be downloaded. But building from source and using the limusic-app binary directly works perfectly.

Thought not being signed in was the issue, but the build from source works just fine, so maybe an appimage issue?

[–] yucandu@lemmy.world 1 points 1 week ago

Pretty cool, but it seems stuck to my wrong google account. I can't find any switch account button. Tried manual login and copying a cookie from a window with the different account running, still switched to the empty account.

load more comments
view more: next ›